Git Source Inherits: IIntegrationEvents Author: @ShaneDuncan602, @oscarsernarosero, @TJ-Everett, @Palmerg4 This is the base contract for all protocol tokens Using this interface requires the implementing token properly handle the listed functions as well as insert the checkAllRules hook into _beforeTokenTransfer

Functions

getHandlerAddress

this function returns the handler address
function getHandlerAddress() external view returns (address);
Returns
NameTypeDescription
<none>addresshandlerAddress

connectHandlerToToken

Function to connect Token to previously deployed Handler contract
function connectHandlerToToken(address _deployedHandlerAddress) external;
Parameters
NameTypeDescription
_deployedHandlerAddressaddressaddress of the currently deployed Handler Address