Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Swap"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9507232 | 5 years ago | | | 0 | 0.00078722000 | |
| 9507199 | 5 years ago | | | 0 | 0.00078698000 | |
| 9507146 | 5 years ago | | | 0 | 0.00078710000 | |
| 9469878 | 5 years ago | | | 0 | 0.000090788000 | |
| 9462134 | 5 years ago | | | 0 | 0.00015744400 | |
| 9462118 | 5 years ago | | | 0 | 0.000054284000 | |
| 9411907 | 5 years ago | | | 0 | 0.00036636800 | |
| 9411839 | 5 years ago | | | 0 | 0.00094581600 | |
| 9411809 | 5 years ago | | | 0 | 0.0018607320 | |
| 9411792 | 5 years ago | | | 0 | 0.0016805880 |
ABI
ABI objects
Getter at block 21324987
This contract contains no getter function objects.
Read-only
senderAuthorizations(address, address) view returns (bool)
signerAuthorizations(address, address) view returns (bool)
signerMinimumNonce(address) view returns (uint256)
signerNonceStatus(address, uint256) view returns (bytes1)
State-modifying
Events authorizeSender(address authorizedSender)
authorizeSigner(address authorizedSigner)
cancel(uint256[] nonces)
cancelUpTo(uint256 minimumNonce)
revokeSender(address authorizedSender)
revokeSigner(address authorizedSigner)
swap(struct TypesOrder order)
AuthorizeSender(address indexed authorizerAddress, address indexed authorizedSender)
AuthorizeSigner(address indexed authorizerAddress, address indexed authorizedSigner)
Cancel(uint256 indexed nonce, address indexed signerWallet)
CancelUpTo(uint256 indexed nonce, address indexed signerWallet)
RevokeSender(address indexed authorizerAddress, address indexed revokedSender)
RevokeSigner(address indexed authorizerAddress, address indexed revokedSigner)
Swap(uint256 indexed nonce, uint256 timestamp, address indexed signerWallet, uint256 signerAmount, uint256 signerId, address signerToken, address indexed senderWallet, uint256 senderAmount, uint256 senderId, address senderToken, address affiliateWallet, uint256 affiliateAmount, uint256 affiliateId, address affiliateToken)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.