Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$681.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.213119 | $3,199.46 |
$681.87 | |
CCS | ERC-20 | 5 | $0.800032 |
$4 | |
ERC-20 | 0.1 | $16.51 |
$1.65 | ||
GSE | ERC-20 | 43 | $0.000033 |
$0 | |
GOOGA | ERC-20 | 999,999.999999T | -- | -- | |
PTT | ERC-20 | 990M | -- | -- | |
0xLite | ERC-20 | 48M | -- | -- | |
ERC-20 | 42M | -- | -- | ||
ARMS | ERC-20 | 15.615885M | -- | -- | |
ANI | ERC-20 | 1.1M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14740943 | 3 years ago | | | 0 | 0.0020787299 | |
| 14734861 | 3 years ago | | | 0 | 0.0024367598 | |
| 14734807 | 3 years ago | | | 0 | 0.0012420413 | |
| 11169882 | 4 years ago | | | 0 | 0.0011683000 | |
| 11120856 | 4 years ago | | | <0.00000001 | 0.0024218700 | |
| 10919655 | 4 years ago | | | 0 | 0.016150902 | |
| 10919643 | 4 years ago | | | 0 | 0.079799270 | |
| 10919634 | 4 years ago | | | 0 | 0.050347378 | |
| 10919541 | 4 years ago | | | 0 | 0.0045546930 | |
| 10919540 | 4 years ago | | | 0 | 0.0066636570 |
ABI
ABI objects
Getter at block 21161656
This contract contains no getter function objects.
Read-only
orders(uint256) view returns (uint256 id, address maker, uint256 amount, address pairA, address pairB, uint256 priceA, uint256 priceB)
State-modifying
Events cancelOrder(uint256 id) returns (bool)
cancelOrders(uint256[] ids) returns (bool)
makeOrder(uint256 id, uint256 amount, address pairA, address pairB, uint256 priceA, uint256 priceB) payable returns (bool)
makeOrders(uint256[] ids, uint256[] amounts, address[] pairAs, address[] pairBs, uint256[] priceAs, uint256[] priceBs) payable returns (bool)
takeOrder(uint256 id, uint256 amount) payable returns (bool)
takeOrders(uint256[] ids, uint256[] amounts) payable returns (bool)
LogCancelOrder(uint256 indexed id)
LogMakeOrder(uint256 id, address indexed maker, uint256 amount, address indexed pairA, address indexed pairB, uint256 priceA, uint256 priceB)
LogTakeOrder(uint256 indexed id, address indexed taker, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.