claim_interface_fee
An entrypoint that allows users to claim their interface (referral) fee. Will claim all available fee. Supports only withdrawing of FA1.2 or FA2 tokens. To withdraw TEZ tokens use claim_interface_tez_fee entrypoint.
Call parameters
Field | Type | Description |
---|---|---|
token | token_t | FA1.2/FA2 token |
receiver | address | Receiver of withdrawn tokens |
Usage
Errors
136
- reentrancy.412
- non payable entrypoint (can't accept TEZ tokens during call of an entrypoint).
Last updated