set_fees
An entrypoint that setups fee for the specified farm. Also can setup fees for a group of farms in one transaction.
Call parameters
fees_type
Field | Type | Hint | Description |
---|---|---|---|
harvest_fee | nat | Float value multiplied by 1e+16 | Fee that applies in time of rewards claiming |
withdrawal_fee | nat | Float value multiplied by 1e+16 | Fee that applies in time of withdrawing (unstaking) tokens only in farms with timelock. Applies only in case of early withdrawal |
burn_reward | nat | Float value multiplied by 1e+16 | The % of the rewards that will be minted to the transaction sender when he calls burn_farm_rewards entrypoint |
set_fee_type
Field | Type | Description |
---|---|---|
fid | fid_type (nat) | Farm's ID |
fees | Fees that applies to the farming |
Usage
Errors
Not-admin
-sender
of the transaction is not current administrator.QSystem/farm-not-set
- farming withfid
parameter doesn't exist.
Last updated