IFeeManager
Git Source Interface that describes the struct and accessor function for the data related to the collection of fees.Functions
creationFeeData
Exposes the creation fee for newVestingTokens deployments.
Enabled custom fees overrides the global creation fee.
| Name | Type | Description |
|---|---|---|
underlyingToken | address | Address of the underlyingToken. |
transferFeeData
Exposes the transfer fee forVestingTokens to consume.
Enabled custom fees overrides the global transfer fee.
| Name | Type | Description |
|---|---|---|
underlyingToken | address | Address of the underlyingToken. |
claimFeeData
Exposes the claim fee forVestingTokens to consume.
Enabled custom fees overrides the global claim fee.
| Name | Type | Description |
|---|---|---|
underlyingToken | address | Address of the underlyingToken. |
Structs
FeeData
TheFeeData struct is used to store fee configurations such as the collection address and fee amounts for
various transaction types in the contract.