Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "TWAP"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205162 | 2 hours ago | | | 0 | 0.0027581395 | |
| 21205159 | 2 hours ago | | | 0 | 0.00089687687 | |
| 21205084 | 3 hours ago | | | 0 | 0.0037451307 | |
| 21204240 | 6 hours ago | | | 0 | 0.0051353537 | |
| 21203878 | 7 hours ago | | | 0 | 0.0028308324 | |
| 21203159 | 9 hours ago | | | 0 | 0.0036510504 | |
| 21202028 | 13 hours ago | | | 0 | 0.0049484812 | |
| 21196857 | a day ago | | | 0 | 0.0070146738 | |
| 21194538 | 2 days ago | | | 0 | 0.0024254443 | |
| 21191292 | 2 days ago | | | 0 | 0.0056147617 |
ABI
ABI objects
Getter at block 21205893
MIN_BID_DELAY_SECONDS() view returns (uint32)
30
MIN_OUTBID_PERCENT() view returns (uint32)
101000
PERCENT_BASE() view returns (uint32)
100000
STALE_BID_SECONDS() view returns (uint32)
600
STATUS_CANCELED() view returns (uint32)
1
STATUS_COMPLETED() view returns (uint32)
2
VERSION() view returns (uint8)
4
iweth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
length() view returns (uint64)
331
Read-only
book(uint256) view returns (uint64 id, uint32 status, uint32 time, uint32 filledTime, uint256 srcFilledAmount, address maker, struct OrderLibAsk ask, struct OrderLibBid bid)
makerOrders(address, uint256) view returns (uint64)
order(uint64 id) view returns (struct OrderLibOrder)
orderIdsByMaker(address maker) view returns (uint64[])
status(uint256) view returns (uint32)
State-modifying
Events ask(struct OrderLibAsk _ask) returns (uint64 id)
bid(uint64 id, address exchange, uint256 dstFee, uint32 slippagePercent, bytes data)
cancel(uint64 id)
fill(uint64 id)
prune(uint64 id)
OrderBid(uint64 indexed id, address indexed maker, address indexed exchange, uint32 slippagePercent, struct OrderLibBid bid)
OrderCanceled(uint64 indexed id, address indexed maker, address sender)
OrderCompleted(uint64 indexed id, address indexed maker, address indexed exchange, address taker)
OrderCreated(uint64 indexed id, address indexed maker, address indexed exchange, struct OrderLibAsk ask)
OrderFilled(uint64 indexed id, address indexed maker, address indexed exchange, address taker, uint256 srcAmountIn, uint256 dstAmountOut, uint256 dstFee, uint256 srcFilledAmount)
constructor(address _iweth)
receive()
This contract contains no error objects.