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 _beforeTokenTransferDocumentation Index
Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Functions
getHandlerAddress
this function returns the handler address| Name | Type | Description |
|---|---|---|
<none> | address | handlerAddress |
connectHandlerToToken
Function to connect Token to previously deployed Handler contract| Name | Type | Description |
|---|---|---|
_deployedHandlerAddress | address | address of the currently deployed Handler Address |