Orderbook
Verified contract
Active on
Ethereum with 1,160 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x21c4…cebd
0x3799…1c2f
0x119d…1036
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7904427 | 5 years ago | | | 0 | 0.00028644000 | |
| 7904427 | 5 years ago | | | 0 | 0.00028644000 | |
| 7904425 | 5 years ago | | | 0 | 0.0010709600 | |
| 7904415 | 5 years ago | | | 0 | 0.0012844720 | |
| 7904408 | 5 years ago | | | 0 | 0.00030092000 | |
| 7904401 | 5 years ago | | | 0 | 0.0012848240 | |
| 7904398 | 5 years ago | | | 0 | 0.0012854960 | |
| 7419567 | 6 years ago | | | 0 | 0.00018807500 | |
| 7407679 | 6 years ago | | | 0 | 0.00048180900 | |
| 7377179 | 6 years ago | | | 0 | 0.00011284500 |
ABI
ABI objects
Getter at block 21294951
VERSION() view returns (string)
mainnet-1.0.0
darknodeRegistry() view returns (address)
0x3799006a87fde3ccfc7666b3e6553b03ed341c2f
ordersCount() view returns (uint256)
566
owner() view returns (address)
0x64874e2f77aa6fc629eed6d6f02c62910e69dc5b
ren() view returns (address)
0x21c482f153d0317fe85c60be1f7fa079019fcebd
settlementRegistry() view returns (address)
0x119da7a8500ade0766f758d934808179dc551036
Read-only
getOrders(uint256 _offset, uint256 _limit) view returns (bytes32[], address[], uint8[])
orderBlockNumber(bytes32 _orderID) view returns (uint256)
orderConfirmer(bytes32 _orderID) view returns (address)
orderDepth(bytes32 _orderID) view returns (uint256)
orderMatch(bytes32 _orderID) view returns (bytes32)
orderPriority(bytes32 _orderID) view returns (uint256)
orderState(bytes32 _orderID) view returns (uint8)
orderTrader(bytes32 _orderID) view returns (address)
orders(bytes32) view returns (uint8 state, address trader, address confirmer, uint64 settlementID, uint256 priority, uint256 blockNumber, bytes32 matchedOrder)
State-modifying
Events cancelOrder(bytes32 _orderID)
confirmOrder(bytes32 _orderID, bytes32 _matchedOrderID)
openOrder(uint64 _settlementID, bytes _signature, bytes32 _orderID)
renounceOwnership()
transferOwnership(address _newOwner)
updateDarknodeRegistry(address _newDarknodeRegistry)
LogDarknodeRegistryUpdated(address previousDarknodeRegistry, address nextDarknodeRegistry)
LogFeeUpdated(uint256 previousFee, uint256 nextFee)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(string _VERSION, address _renAddress, address _darknodeRegistry, address _settlementRegistry)
This contract contains no fallback and receive objects.
This contract contains no error objects.