Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc881…3d25
0x9cc5…62b2
0xcbfe…3620
0x9ba6…9e2c
Balances ($34.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.010632 | $3,205.68 |
$34.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453416 | 3 months ago | | | 0.00011 | 0.000054336000 | |
| 20452781 | 3 months ago | | | 0.0001 | 0.000031000000 | |
| 20409083 | 3 months ago | | | 0.001 | 0.000054336000 | |
| 20408719 | 3 months ago | | | 0.0001 | 0.000054348000 | |
| 20408283 | 3 months ago | | | 0.00039 | 0.000054336000 | |
| 20404992 | 3 months ago | | | 0.0009 | 0.000054312000 | |
| 20150710 | 5 months ago | | | 0.00059 | 0.000081540000 | |
| 20145339 | 5 months ago | | | 0.0001 | 0.00014303000 | |
| 20145149 | 5 months ago | | | 0.0001 | 0.00014311200 | |
| 20145092 | 5 months ago | | | 0.00001 | 0.00010864800 |
ABI
ABI objects
Getter at block 21157831
DOMAIN_SEPARATOR() view returns (bytes32)
0xad4d53a9c11a3edbe96e78e969291ab5248faeb3b8d4552c21e6bc72edb8cab3
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
currencyManager() view returns (address)
0xc881addf409ee2c4b6bbc8b607c2c5cafab93d25
executionManager() view returns (address)
0x9cc58bf22a173c0fa8791c13df396d18185d62b2
owner() view returns (address)
0xbfb6669ef4c4c71ae6e722526b1b8d7d9ff9a019
protocolFeeRecipient() view returns (address)
0x5924a28caaf1cc016617874a2f0c3710d881f3c1
royaltyFeeManager() view returns (address)
0xcbfeba41c3e69d24b5c8b04ed60c42cc5d883620
transferSelectorNFT() view returns (address)
0x9ba628f27aac9b2d78a9f2bf40a8a6df4ccd9e2c
Read-only
isUserOrderNonceExecutedOrCancelled(address user, uint256 orderNonce) view returns (bool)
userMinOrderNonce(address) view returns (uint256)
State-modifying
Events cancelAllOrdersForSender(uint256 minNonce)
cancelMultipleMakerOrders(uint256[] orderNonces)
matchAskWithTakerBid(struct OrderTypesTakerOrder takerBid, struct OrderTypesMakerOrder makerAsk)
matchAskWithTakerBidUsingETHAndWETH(struct OrderTypesTakerOrder takerBid, struct OrderTypesMakerOrder makerAsk) payable
matchBidWithTakerAsk(struct OrderTypesTakerOrder takerAsk, struct OrderTypesMakerOrder makerBid)
renounceOwnership()
transferOwnership(address newOwner)
updateCurrencyManager(address _currencyManager)
updateExecutionManager(address _executionManager)
updateProtocolFeeRecipient(address _protocolFeeRecipient)
updateRoyaltyFeeManager(address _royaltyFeeManager)
updateTransferSelectorNFT(address _transferSelectorNFT)
CancelAllOrders(address indexed user, uint256 newMinNonce)
CancelMultipleOrders(address indexed user, uint256[] orderNonces)
NewCurrencyManager(address indexed currencyManager)
NewExecutionManager(address indexed executionManager)
NewProtocolFeeRecipient(address indexed protocolFeeRecipient)
NewRoyaltyFeeManager(address indexed royaltyFeeManager)
NewTransferSelectorNFT(address indexed transferSelectorNFT)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltyPayment(address indexed collection, uint256 indexed tokenId, address indexed royaltyRecipient, address currency, uint256 amount)
TakerAsk(bytes32 orderHash, uint256 orderNonce, address indexed taker, address indexed maker, address indexed strategy, address currency, address collection, uint256 tokenId, uint256 amount, uint256 price)
TakerBid(bytes32 orderHash, uint256 orderNonce, address indexed taker, address indexed maker, address indexed strategy, address currency, address collection, uint256 tokenId, uint256 amount, uint256 price)
constructor(address _currencyManager, address _executionManager, address _royaltyFeeManager, address _WETH, address _protocolFeeRecipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.