X2Y2_r1
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "X2Y2_r1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16732864 | 2 years ago | | | 0 | 0.0013654372 | |
| 16732854 | 2 years ago | | | 0 | 0.0032439873 |
ABI
ABI objects
Getter at block 21157558
RATE_BASE() view returns (uint256)
1000000
feeCapPct() view returns (uint256)
999
owner() view returns (address)
0xd6634f05bc79c19cd7027636f3c7c29e853eb844
paused() view returns (bool)
true
weth() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
delegates(address) view returns (bool)
inventoryStatus(bytes32) view returns (uint8)
ongoingAuctions(bytes32) view returns (uint256 price, uint256 netPrice, uint256 endAt, address bidder)
signers(address) view returns (bool)
State-modifying
Events cancel(bytes32[] itemHashes, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
initialize(uint256 feeCapPct_, address weth_)
pause()
renounceOwnership()
run(struct MarketRunInput input) payable
run1(struct MarketOrder order, struct MarketSettleShared shared, struct MarketSettleDetail detail) returns (uint256)
transferOwnership(address newOwner)
unpause()
updateDelegates(address[] toAdd, address[] toRemove)
updateFeeCap(uint256 val)
updateSigners(address[] toAdd, address[] toRemove)
EvAuctionRefund(bytes32 indexed itemHash, address currency, address to, uint256 amount, uint256 incentive)
EvCancel(bytes32 indexed itemHash)
EvDelegate(address delegate, bool isRemoval)
EvFailure(uint256 index, bytes error)
EvFeeCapUpdate(uint256 newValue)
EvInventory(bytes32 indexed itemHash, address maker, address taker, uint256 orderSalt, uint256 settleSalt, uint256 intent, uint256 delegateType, uint256 deadline, address currency, bytes dataMask, struct MarketOrderItem item, struct MarketSettleDetail detail)
EvProfit(bytes32 itemHash, address currency, address to, uint256 amount)
EvSigner(address signer, bool isRemoval)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
receive()
This contract contains no error objects.