Tradepower Dex
Verified contract
Active on
Ethereum with 432 txns
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 "Tradepower Dex"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20454777 | 3 months ago | | | 0 | 0.000055095240 | |
| 20366531 | 4 months ago | | | 0 | 0.00011880081 | |
| 20322081 | 4 months ago | | | 0 | 0.00014075615 | |
| 20261438 | 4 months ago | | | 0 | 0.00015017786 | |
| 18204446 | a year ago | | | 0 | 0.00033789103 | |
| 18204426 | a year ago | | | 0 | 0.0010658884 | |
| 17875840 | a year ago | | | 0 | 0.00039804442 | |
| 16297888 | 2 years ago | | | 0 | 0.00047267391 | |
| 16198051 | 2 years ago | | | 0 | 0.00081237002 | |
| 16198051 | 2 years ago | | | 0 | 0.00081237002 |
ABI
ABI objects
Getter at block 21224158
decimals() view returns (uint256)
18
name() view returns (string)
Tradepower Dex
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
TDEX
totalSupply() view returns (uint256)
20000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.