Name | Type | Description |
---|---|---|
action | ActionTypes | if selling or buying (of ActionTypes type) |
_from | address | address of the from account |
_to | address | address of the to account |
_sender | address | address of the caller |
_amount | uint256 | number of tokens transferred |
_tokenId | uint256 | id of the NFT being transferred |
Name | Type | Description |
---|---|---|
_amount | uint256 | number of tokens transferred |
action | ActionTypes | if selling or buying (of ActionTypes type) |
handlerBase | address | address of the handler proxy |
Name | Type | Description |
---|---|---|
_amount | uint256 | number of tokens transferred |
handlerBase | address | address of the handler proxy |
Name | Type | Description |
---|---|---|
_to | address | address of the to account |
_amount | uint256 | number of tokens transferred |
handlerBase | address | address of the handler proxy |
Name | Type | Description |
---|---|---|
action | ActionTypes | if selling or buying (of ActionTypes type) |
_tokenId | uint256 | id of the NFT being transferred |
Name | Type | Description |
---|---|---|
_action | ActionTypes | action to be checked |
_tokenId | uint256 | the specific token to check |
handlerBase | address | address of the handler proxy |
_from | address | |
_to | address | |
_sender | address |