Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x05d4…d8e8
Balances ($2,928.32)
Native
Value
$2,928.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.919374 | $3,185.12 |
$2,928.32 | |
XTE | ERC-20 | 79.506797M | -- | -- | |
NANOCOIN | ERC-20 | 54.999899M | -- | -- | |
AGSTN | ERC-20 | 25.893504M | -- | -- | |
CYFM | ERC-20 | 6.101404M | -- | -- | |
G | ERC-20 | 4M | -- | -- | |
ChessCash | ERC-20 | 1.790564M | -- | -- | |
MFTU | ERC-20 | 1.186844M | -- | -- | |
XTO | ERC-20 | 1.078619M | -- | -- | |
XRT | ERC-20 | 500.001K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8100007 | 5 years ago | | | 0 | 0.000022484000 | |
| 8099800 | 5 years ago | | | 0 | 0.000022484000 | |
| 8099800 | 5 years ago | | | 0 | 0.000034740000 | |
| 8025074 | 5 years ago | | | 0 | 0.000024405000 | |
| 8024775 | 5 years ago | | | 0 | 0.000030773000 | |
| 8024767 | 5 years ago | | | 0 | 0.000067926000 | |
| 8024767 | 5 years ago | | | 0 | 0.000028816000 | |
| 8024767 | 5 years ago | | | 0 | 0.000030864000 | |
| 6812753 | 6 years ago | | | 0 | 0.0012654240 | |
| 6795020 | 6 years ago | | | 0 | 0.0015820200 |
ABI
ABI objects
Getter at block 21160499
accountLevelsAddr() view returns (address)
0xed86f5216bcafdd85e5875d35463aca60925bf16
admin() view returns (address)
0xf7dc4e3fc9c7cb5be76717ed7877bf461dcdb1a7
feeAccount() view returns (address)
0xed86f5216bcafdd85e5875d35463aca60925bf16
feeMake() view returns (uint256)
0
feeRebate() view returns (uint256)
0
feeTake() view returns (uint256)
0
owner() view returns (address)
0xf7dc4e3fc9c7cb5be76717ed7877bf461dcdb1a7
tokenReward() view returns (address)
0x05d412ce18f24040bb3fa45cf2c69e506586d8e8
Read-only
amountFilled(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user) view returns (uint256)
availableVolume(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user, uint8 v, bytes32 r, bytes32 s) view returns (uint256)
balanceOf(address token, address user) view returns (uint256)
orderFills(address, bytes32) view returns (uint256)
orders(address, bytes32) view returns (bool)
testTrade(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user, uint8 v, bytes32 r, bytes32 s, uint256 amount, address sender) view returns (bool)
tokens(address, address) view returns (uint256)
State-modifying
Events cancelOrder(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, uint8 v, bytes32 r, bytes32 s)
changeAccountLevelsAddr(address accountLevelsAddr_)
changeAdmin(address admin_)
changeFeeAccount(address feeAccount_)
changeFeeMake(uint256 feeMake_)
changeFeeRebate(uint256 feeRebate_)
changeFeeTake(uint256 feeTake_)
deposit() payable
depositToken(address token, uint256 amount)
order(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce)
trade(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user, uint8 v, bytes32 r, bytes32 s, uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawToken(address token, uint256 amount)
Cancel(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user, uint8 v, bytes32 r, bytes32 s)
Deposit(address token, address user, uint256 amount, uint256 balance)
Order(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Trade(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, address get, address give)
Withdraw(address token, address user, uint256 amount, uint256 balance)
constructor(address admin_, address feeAccount_, address accountLevelsAddr_, uint256 feeMake_, uint256 feeTake_, uint256 feeRebate_)
fallback()
This contract contains no error objects.