Skip to main content

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 new VestingTokens deployments. Enabled custom fees overrides the global creation fee.
Parameters

transferFeeData

Exposes the transfer fee for VestingTokens to consume. Enabled custom fees overrides the global transfer fee.
Parameters

claimFeeData

Exposes the claim fee for VestingTokens to consume. Enabled custom fees overrides the global claim fee.
Parameters

Structs

FeeData

The FeeData struct is used to store fee configurations such as the collection address and fee amounts for various transaction types in the contract.

UpcomingFeeData

Stores global fee data upcoming change and timestamp for that change.

CustomFeeData

Stores custom fee data, including its current state, upcoming changes, and the timestamps for those changes.