nDEXMarket
Verified contract
Active on
Ethereum with 1,020 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,001.29)
Native
Value
$2,001.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.641867 | $3,117.92 |
$2,001.29 | |
ODEX | ERC-20 | 5B | -- | -- | |
NDX | ERC-20 | 10.194037M | -- | -- | |
XWO | ERC-20 | 5M | -- | -- | |
QPY | ERC-20 | 4.556M | -- | -- | |
EXR | ERC-20 | 3M | -- | -- | |
XLC | ERC-20 | 2.5M | -- | -- | |
ETHW | ERC-20 | 2M | -- | -- | |
MICRO | ERC-20 | 1.19M | -- | -- | |
KICK | ERC-20 | 888.888K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9233683 | 5 years ago | | | 0 | 0.000028301000 | |
| 8420932 | 5 years ago | | | 0 | 0.00028957500 | |
| 8420383 | 5 years ago | | | 0 | 0.00036294000 | |
| 8420378 | 5 years ago | | | 0 | 0.00049032000 | |
| 8420355 | 5 years ago | | | 0 | 0.00047806200 | |
| 8420353 | 5 years ago | | | 0 | 0.00036774000 | |
| 8420349 | 5 years ago | | | 0 | 0.00035947200 | |
| 8420337 | 5 years ago | | | 0 | 0.00036774000 | |
| 8225189 | 5 years ago | | | 0 | 0.00015222800 | |
| 8225189 | 5 years ago | | | 0 | 0.00019359600 |
ABI
ABI objects
Getter at block 21220635
accountLevelsAddr() view returns (address)
0xb21c195e376af31df3aa15b28965c547982b4f7a
admin() view returns (address)
0x5a00298bb590babeb2f236169c60b5b93e1954bc
feeAccount() view returns (address)
0x465b0150fcb6f29e5ae0c2a8613ebb95e717eec4
feeMake() view returns (uint256)
0
feeRebate() view returns (uint256)
0
feeTake() view returns (uint256)
3000000000000000
Read-only
amountFilled(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user, uint8 v, bytes32 r, bytes32 s) 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)
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)
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.