ETHERCExchange
Verified contract
Active on
Ethereum with 29,840 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($21,319.21)
Native
Value
$19,848.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.976489 | $3,321.13 |
$19,848.7 | |
TRXC | ERC-20 | 8.940991B | $0.00 |
$1,466.32 | |
ELF | ERC-20 | 3 | $0.619359 |
$1.86 | |
GET | ERC-20 | 1.971 | $0.810586 |
$1.6 | |
LEND | ERC-20 | 15.825 | $0.038371 |
$0.61 | |
OCN | ERC-20 | 3.41K | $0.000037 |
$0.13 | |
BTO | ERC-20 | 4 | $0.000344 |
$0 | |
GSE | ERC-20 | 26 | $0.000025 |
$0 | |
EDOGE | ERC-20 | 2025.943831T | -- | -- | |
EETHER | ERC-20 | 200,000.240305T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233093 | 5 days ago | | | 0 | 0.00032461938 | |
| 20594310 | 3 months ago | | | 0 | 0.000091954865 | |
| 20594294 | 3 months ago | | | 0 | 0.000085091708 | |
| 20594289 | 3 months ago | | | 0 | 0.000077634301 | |
| 20594273 | 3 months ago | | | 0 | 0.000075417837 | |
| 20594256 | 3 months ago | | | 0 | 0.000090093388 | |
| 20359803 | 4 months ago | | | 0 | 0.000093402559 | |
| 16738121 | 2 years ago | | | 0 | 0.0019500847 | |
| 16568089 | 2 years ago | | | 0 | 0.00065409525 | |
| 12623759 | 3 years ago | | | 0 | 0.00033954600 |
ABI
ABI objects
Getter at block 21272350
feeAccount() view returns (address)
0x829de56984c3bd3c89d348afd3d71a990c8b5e99
feeMake() view returns (uint256)
0
feeModifiers() view returns (address)
0x05112a2d23b817c6471d4f7981b26f1cecec25d3
feeTake() view returns (uint256)
3000000000000000
owner() view returns (address)
0x6fef8825df5d0cf7b072e5036f5fdcbd4a22ef21
tradeTracker() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
amountFilled(address _tokenGet, uint256 _amountGet, address _tokenGive, uint256 _amountGive, uint256 _expires, uint256 _nonce, address _maker) view returns (uint256)
availableVolume(address _tokenGet, uint256 _amountGet, address _tokenGive, uint256 _amountGive, uint256 _expires, uint256 _nonce, address _maker, uint8 _v, bytes32 _r, bytes32 _s) view returns (uint256)
balanceOf(address _token, address _user) view returns (uint256)
calculateTakerFee(address _taker, uint256 _amountTrade) view returns (uint256)
cancelledOrders(bytes32) view returns (bool)
getAccountFeeModifiers(address _user) view returns (uint256 feeDiscount, uint256 feeRebate)
getOrderHash(address _tokenGet, uint256 _amountGet, address _tokenGive, uint256 _amountGive, uint256 _expires, uint256 _nonce, address _maker) view returns (bytes32)
orderFills(bytes32) view returns (uint256)
tokens(address, address) view returns (uint256)
validateTrade(address _tokenGet, uint256 _amountGet, address _tokenGive, uint256 _amountGive, uint256 _expires, uint256 _nonce, address _maker, uint8 _v, bytes32 _r, bytes32 _s, uint256 _amountTrade, address _taker) view returns (uint8)
State-modifying
Events cancelOrder(address _tokenGet, uint256 _amountGet, address _tokenGive, uint256 _amountGive, uint256 _expires, uint256 _nonce, uint8 _v, bytes32 _r, bytes32 _s)
changeFeeAccount(address _feeAccount)
changeFeeMake(uint256 _feeMake)
changeFeeModifiers(address _feeModifiers)
changeFeeTake(uint256 _feeTake)
changeTradeTracker(address _tradeTracker)
deposit() payable
depositToken(address _token, uint256 _amount)
trade(address _tokenGet, uint256 _amountGet, address _tokenGive, uint256 _amountGive, uint256 _expires, uint256 _nonce, address _maker, uint8 _v, bytes32 _r, bytes32 _s, uint256 _amountTrade)
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 maker, uint8 v, bytes32 r, bytes32 s, bytes32 orderHash, uint256 amountFilled)
Deposit(address token, address user, uint256 amount, uint256 balance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Trade(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, address maker, address taker, bytes32 orderHash)
Withdraw(address token, address user, uint256 amount, uint256 balance)
constructor()
fallback()
This contract contains no error objects.