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 |