ExecutionManager
It allows adding/removing execution strategies for trading on the Bend exchange.
Methods
addStrategy
Add an execution strategy in the system
Parameters
removeStrategy
Remove an execution strategy from the system
Parameters
renounceOwnership
Leaves the contract without owner. It will not be possible to call onlyOwner
functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.
transferOwnership
Transfers ownership of the contract to a new account (newOwner
). Can only be called by the current owner.
Parameters
View methods
isStrategyWhitelisted
Returns if an execution strategy is in the system
Parameters
Returns
owner
Returns the address of the current owner.
Returns
viewCountWhitelistedStrategies
View number of whitelisted strategies
Returns
viewWhitelistedStrategies
See whitelisted strategies in the system
Parameters
Returns
Events
OwnershipTransferred
Parameters
StrategyRemoved
Parameters
StrategyWhitelisted
Parameters
Last updated