Git Source Author: @ShaneDuncan602 @oscarsernarosero @TJ-Everett This interface provides the ABI for assets to access their handlers in an efficient wayDocumentation 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
checkAllRules
This function is the one called from the contract that implements this handler. It’s the entry point to protocol.| Name | Type | Description |
|---|---|---|
balanceFrom | uint256 | token balance of sender address |
balanceTo | uint256 | token balance of recipient address |
_from | address | sender address |
_to | address | recipient address |
_sender | address | the address triggering the contract action |
value | uint256 | for ERC20s: the amount of tokens. For ERC721: the tokenId |
| Name | Type | Description |
|---|---|---|
<none> | bool | Success equals true if all checks pass |