Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TRADEX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20501639 | 3 months ago | | | 0 | 0.000034796060 | |
| 20441351 | 3 months ago | | | 0 | 0.00033059578 | |
| 20424389 | 3 months ago | | | 0 | 0.00019465708 | |
| 20405611 | 3 months ago | | | 0 | 0.00018144276 | |
| 20319328 | 4 months ago | | | 0 | 0.00052813377 | |
| 20284608 | 4 months ago | | | 0 | 0.00053431095 | |
| 20201844 | 4 months ago | | | 0 | 0.000056341311 | |
| 20147789 | 4 months ago | | | 0 | 0.00023153185 | |
| 19900863 | 6 months ago | | | 0 | 0.00017414692 | |
| 19894843 | 6 months ago | | | 0 | 0.00023951828 |
ABI
ABI objects
Getter at block 21122375
decimals() view returns (uint8)
18
deflationarytokens() view returns (uint256)
150000000000000000000000000
initialSupply() view returns (uint256)
3000000000000000000000000000
name() view returns (string)
TRADEX
owner() view returns (address)
0x7b9a9bb1594708ab26df36c2c0cf979f92b7008f
supply() view returns (uint256)
2850000000000000000000000000
symbol() view returns (string)
TRAEX
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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(string coinName_, string symbol_, uint256 initialSupply_, uint8 decimal_, address to)
This contract contains no fallback and receive objects.
This contract contains no error objects.