Staking Protocolinterfacesmanager
ICampaignAssetManager
It defines the basic interface of CampaignAssetManager.
execute
This function is called by the contract's owner to make it call other functions.
Primarily used for token approvals, with the staking platform (owner) as the operator, or for minting.
Parameters
Name | Type | Description |
---|---|---|
target | address | he address of the target contract (e., token) to call. |
data | bytes | The calldata to use in the contract call. |