Ethernext
Verified contract
Active on
Ethereum with 2,663 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,593.35)
Native
Value
$4,248.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.323438 | $3,210.35 |
$4,248.7 | |
LCS | ERC-20 | 15.348849K | $0.152493 |
$2,340.59 | |
HOT | ERC-20 | 1.924421K | $0.002055 |
$3.95 | |
VERI | ERC-20 | 0.005768 | $17.45 |
$0.1 | |
GSE | ERC-20 | 32 | $0.000033 |
$0 | |
0x6a52…6541 | ERC-20 | 15,348,848,774.1649T | -- | -- | |
ENX | ERC-20 | 292.515228M | -- | -- | |
ets | ERC-20 | 500K | -- | -- | |
ELE | ERC-20 | 100K | -- | -- | |
YOO | ERC-20 | 25K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14957276 | 2 years ago | | | 0 | 0.0024630313 | |
| 6186914 | 6 years ago | | | 0 | 0.00036163200 | |
| 6186857 | 6 years ago | | | 0 | 0.00022001400 | |
| 6186850 | 6 years ago | | | 0 | 0.00014667600 | |
| 6186840 | 6 years ago | | | 0 | 0.00027163200 | |
| 6128975 | 6 years ago | | | 0 | 0.00027087600 | |
| 6128319 | 6 years ago | | | 0 | 0.00067908000 | |
| 6124195 | 6 years ago | | | 0 | 0.00045379600 | |
| 6123800 | 6 years ago | | | 0 | 0.00022573000 | |
| 6123772 | 6 years ago | | | 0 | 0.00045208000 |
ABI
ABI objects
Getter at block 21161199
accountLevelsAddr() view returns (address)
0x0000000000000000000000000000000000000000
admin() view returns (address)
0x2c2d15ca330c53502cfee799abde6fbe73c44179
feeAccount() view returns (address)
0x2c2d15ca330c53502cfee799abde6fbe73c44179
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, bytes32, bytes32) 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.