Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($574,160.35)
Native
Value
$570,011.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 165.759375 | $3,438.79 |
$570,011.68 | |
XYO | ERC-20 | 182.962293K | $0.008134 |
$1,488.21 | |
LOOM | ERC-20 | 12.05099K | $0.074308 |
$895.48 | |
TRAC | ERC-20 | 559.110706 | $0.921517 |
$515.23 | |
AIT | ERC-20 | 161.956798K | $0.003158 |
$511.51 | |
KNC | ERC-20 | 539.813277 | $0.638044 |
$344.42 | |
SNT | ERC-20 | 3.372024K | $0.041933 |
$141.4 | |
GUSD | ERC-20 | 121.53 | $1.00 |
$121.53 | |
USDT | ERC-20 | 101.742154 | $0.999761 |
$101.72 | |
MT | ERC-20 | 88.691463K | $0.00015 |
$13.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20020598 | 6 months ago | | | 0 | 0.00085167067 | |
| 20020594 | 6 months ago | | | 0.002 | 0.00083408548 | |
| 17999452 | a year ago | | | 0 | 0.00034228539 | |
| 16305535 | 2 years ago | | | 0 | 0.00055294873 | |
| 10101771 | 5 years ago | | | 0 | 0.00079668000 | |
| 10101771 | 5 years ago | | | 0 | 0.00061620000 | |
| 10101771 | 5 years ago | | | 0 | 0.00089088000 | |
| 10024554 | 5 years ago | | | 0 | 0.00040836353 | |
| 10024552 | 5 years ago | | | 0 | 0.00047236950 | |
| 10023939 | 5 years ago | | | 0 | 0.0012230988 |
ABI
ABI objects
Getter at block 21266220
admin() view returns (address)
0xfd2d91100c786fcb1f3e8103ca1880a869828b1f
exeStatus() view returns (uint64 logicTimeSec, uint64 lastOperationIndex)
(logicTimeSec=1588927016, lastOperationIndex=397555)
lastDepositIndex() view returns (uint64)
33132
makerFeeRateE4() view returns (uint16)
10
marketStatus() view returns (uint8)
0
takerFeeRateE4() view returns (uint16)
20
withdrawFeeRateE4() view returns (uint16)
60
Read-only
accounts(uint176) view returns (uint64 balanceE8, uint64 pendingWithdrawE8)
deposits(uint64) view returns (address traderAddr, uint16 tokenCode, uint64 pendingAmountE8)
orders(uint224) view returns (uint32 pairId, uint8 action, uint8 ioc, uint64 priceE8, uint64 amountE8, uint64 expireTimeSec)
tokens(uint16) view returns (string symbol, address tokenAddr, uint64 scaleFactor, uint256 minDeposit)
traders(address) view returns (address withdrawAddr, uint8 feeRebatePercent)
State-modifying
Events changeMarketStatus(uint8 status_)
depositEth(address traderAddr) payable
depositToken(address traderAddr, uint16 tokenCode, uint256 originalAmount)
exeSequence(uint256 header, uint256[] body)
setTokenInfo(uint16 tokenCode, string symbol, address tokenAddr, uint64 scaleFactor, uint256 minDeposit)
setWithdrawAddr(address withdrawAddr)
transferFee(uint16 tokenCode, uint64 amountE8, address toAddr)
withdrawEth(address traderAddr)
withdrawToken(address traderAddr, uint16 tokenCode)
ChangeMarketStatusEvent(uint8 status)
ConfirmDepositEvent(address trader, uint16 tokenCode, uint64 balanceE8)
DeployMarketEvent()
DepositEvent(address trader, uint16 tokenCode, string symbol, uint64 amountE8, uint64 depositIndex)
HardCancelOrderEvent(address trader, uint64 nonce)
InitiateWithdrawEvent(address trader, uint16 tokenCode, uint64 amountE8, uint64 pendingWithdrawE8)
MatchOrdersEvent(address trader1, uint64 nonce1, address trader2, uint64 nonce2)
SetFeeRatesEvent(uint16 makerFeeRateE4, uint16 takerFeeRateE4, uint16 withdrawFeeRateE4)
SetFeeRebatePercentEvent(address trader, uint8 feeRebatePercent)
SetTokenInfoEvent(uint16 tokenCode, string symbol, address tokenAddr, uint64 scaleFactor, uint256 minDeposit)
SetWithdrawAddrEvent(address trader, address withdrawAddr)
TransferFeeEvent(uint16 tokenCode, uint64 amountE8, address toAddr)
WithdrawEvent(address trader, uint16 tokenCode, string symbol, uint64 amountE8, uint64 lastOpIndex)
constructor(address admin_)
fallback()
This contract contains no error objects.