IProtocolToken.sol
IProtocolToken
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
Returns
Name | Type | Description |
---|---|---|
<none> | address | handlerAddress |
connectHandlerToToken
Function to connect Token to previously deployed Handler contract
Parameters
Name | Type | Description |
---|---|---|
_deployedHandlerAddress | address | address of the currently deployed Handler Address |