Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZIK | ERC-20 | 124.009209 | $0.000169 |
$0.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247592 | 2 days ago | | | 0 | 0.0010434463 | |
| 21162624 | 14 days ago | | | 0 | 0.00098371948 | |
| 21120023 | 20 days ago | | | 0 | 0.00032693793 | |
| 21113220 | 21 days ago | | | 0 | 0.00016916098 | |
| 21112541 | 21 days ago | | | 0 | 0.00035241962 | |
| 21107383 | 22 days ago | | | 0 | 0.00048885155 | |
| 21106460 | 22 days ago | | | 0 | 0.00030182543 | |
| 21096747 | 23 days ago | | | 0 | 0.00021958883 | |
| 21093716 | 24 days ago | | | 0 | 0.00052397428 | |
| 21093709 | 24 days ago | | | 0 | 0.0010961159 |
ABI
ABI objects
Getter at block 21263012
decimals() view returns (uint8)
18
name() view returns (string)
TERRAN
owner() view returns (address)
0xe307c0b9249b2ead615c25e1f0781a0ab58f2db3
symbol() view returns (string)
TRR
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
LockList(address) view returns (bool)
LockedTokens(address) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events LockTokens(address Account, uint256 amount)
UnLockTokens(address Account)
UserLock(address Account, bool mode)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool)
burnFrom(address Account, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.