Name | Type | Description |
---|---|---|
_ruleProcessorProxyAddress | address | of the protocol’s Rule Processor contract. |
_appManagerAddress | address | address of the application AppManager. |
_assetAddress | address | address of the controlling asset. |
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 |
_tokenId | uint256 | id of the NFT being transferred |
Name | Type | Description |
---|---|---|
<none> | bool | true if all checks pass |
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 |
_amount | uint256 | number of tokens transferred |
_tokenId | uint256 | the token’s specific ID |
_action | ActionTypes | Action Type defined by ApplicationHandlerLib — (Purchase, Sell, Trade, Inquire) are the legacy options |
Name | Type | Description |
---|---|---|
<none> | bool | Success equals true if all checks pass |
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 |
_tokenId | uint256 | id of the NFT being transferred |
_action | ActionTypes | the client determined action, if NONE then the action is dynamically determined |
Name | Type | Description |
---|---|---|
<none> | bool | true if all checks pass |
Name | Type | Description |
---|---|---|
<none> | address | appManagerAddress address of the connected application manager |
Name | Type | Description |
---|---|---|
<none> | address | ruleProcessorAddress address of the connected Rule Processor |
Name | Type | Description |
---|---|---|
<none> | address | assetAddress address of the connected token |