Staking Protocolinterfacesmanager

ICampaignAssetManager

It defines the basic interface of CampaignAssetManager.

execute

function execute(address target, bytes data) external returns (bytes)

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

NameTypeDescription
targetaddresshe address of the target contract (e., token) to call.
databytesThe calldata to use in the contract call.

On this page