Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAND | ERC-20 | 11.34 | $1.36 |
$15.42 | |
ZDEX | ERC-20 | 250 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21191668 | 2 days ago | | | 0 | 0.00042941754 | |
| 21163164 | 6 days ago | | | 0 | 0.00060080294 | |
| 21161063 | 6 days ago | | | 0 | 0.00055434586 | |
| 21102664 | 14 days ago | | | 0 | 0.000095523530 | |
| 21089206 | 16 days ago | | | 0 | 0.00025370476 | |
| 21055306 | 21 days ago | | | 0 | 0.00021610705 | |
| 21022594 | a month ago | | | 0 | 0.00091236380 | |
| 21020143 | a month ago | | | 0 | 0.00030312246 | |
| 21020142 | a month ago | | | 0 | 0.00031304807 | |
| 21004843 | a month ago | | | 0 | 0.00072882637 |
ABI
ABI objects
Getter at block 21205772
decimals() view returns (uint256)
18
name() view returns (string)
Zeedex
owner() view returns (address)
0xd891d7f669cd5d92b1abdeaadd1c7f55dbdeb0c6
symbol() view returns (string)
ZDEX
totalSupply() view returns (uint256)
9999999000000000000000000
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)
burnTokens(uint256 _amount)
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.