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) |
---|---|---|---|---|---|---|---|
| 8975130 | 5 years ago | | | 0 | 0.00044772000 | |
| 8670153 | 5 years ago | | | 0 | 0.00022386000 | |
| 8628796 | 5 years ago | | | 0 | 0.00067155750 | |
| 8628771 | 5 years ago | | | 0 | 0.00033579000 | |
| 8564349 | 5 years ago | | | 0 | 0.00034622520 | |
| 8564348 | 5 years ago | | | 0 | 0.000029847000 | |
| 8560732 | 5 years ago | | | 0 | 0.00074777500 | |
| 8560688 | 5 years ago | | | 0 | 0.00034325200 | |
| 8544684 | 5 years ago | | | 0 | 0.00059694000 | |
| 8544682 | 5 years ago | | | 0 | 0.00029848000 |
ABI
ABI objects
Getter at block 21418004
This contract contains no getter function objects.
Read-only
delegateApprovals(address, address) view returns (uint256)
makerMinimumNonce(address) view returns (uint256)
makerOrderStatus(address, uint256) view returns (bytes1)
State-modifying
Events authorize(address _delegate, uint256 _expiry)
cancel(uint256[] _nonces)
invalidate(uint256 _minimumNonce)
revoke(address _delegate)
swap(struct (uint256, uint256, (address, address, uint256, bytes4), (address, address, uint256, bytes4), (address, address, uint256, bytes4), (address, uint8, bytes32, bytes32, bytes1)) _order)
Authorize(address indexed approverAddress, address indexed delegateAddress, uint256 expiry)
Cancel(uint256 indexed nonce, address indexed makerWallet)
Invalidate(uint256 indexed nonce, address indexed makerWallet)
Revoke(address indexed approverAddress, address indexed delegateAddress)
Swap(uint256 indexed nonce, uint256 timestamp, address indexed makerWallet, uint256 makerParam, address makerToken, address indexed takerWallet, uint256 takerParam, address takerToken, address affiliateWallet, uint256 affiliateParam, address affiliateToken)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.