InterceptorManager
It allows adding/removing interceptor for trading on the Bend exchange.
Methods
addCollectionInterceptor
Add a interceptor in the system
Parameters
removeCollectionInterceptor
Remove a interceptor 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
isInterceptorWhitelisted
Returns if a interceptor is in the system
Parameters
Returns
owner
Returns the address of the current owner.
Returns
viewCountWhitelistedCurrencies
View number of whitelisted currencies
Returns
viewWhitelistedInterceptors
See whitelisted interceptors in the system
Parameters
Returns
Events
CollectionInterceptorRemoved
Parameters
CollectionInterceptorWhitelisted
Parameters
OwnershipTransferred
Parameters
Last updated