Ethereum Dex
Verified contract
Active on
Ethereum with 977 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETX | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21039491 | a month ago | | | 0 | 0.00023435194 | |
| 20538471 | 3 months ago | | | 0 | 0.000053736663 | |
| 19751571 | 7 months ago | | | 0 | 0.00060645808 | |
| 19317573 | 9 months ago | | | 0 | 0.0018283239 | |
| 18592088 | a year ago | | | 0 | 0.0010845568 | |
| 18592067 | a year ago | | | 0 | 0.00095872662 | |
| 18489680 | a year ago | | | 0 | 0.00070817256 | |
| 18273812 | a year ago | | | 0 | 0.0010679536 | |
| 18070815 | a year ago | | | 0 | 0.00044994917 | |
| 18070807 | a year ago | | | 0 | 0.00047498290 |
ABI
ABI objects
Getter at block 21269470
MAX() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
decimals() view returns (uint8)
18
fundAddress() view returns (address)
0x68dac8c072e3bf0407933984e6dbad605d3b7874
getHolderLength() view returns (uint256)
499
getTokenInfo() view returns (string tokenSymbol, uint256 tokenDecimals, uint256 total, uint256 validTotal, uint256 holderNum)
(tokenSymbol=ETX, tokenDecimals=18, total=21000000000000000000000000, validTotal=17022499000004000000000000, holderNum=499)
name() view returns (string)
Ethereum Dex
owner() view returns (address)
0x000000000000000000000000000000000000dead
status() view returns (uint256)
1
symbol() view returns (string)
ETX
totalSupply() view returns (uint256)
21000000000000000000000000
Read-only
_feeWhiteList(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
holderIndex(address) view returns (uint256)
holders(uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimBalance(uint256 amount)
claimToken(address token, uint256 amount)
renounceOwnership()
setFeeWhiteList(address addr, bool enable)
start()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.