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 |
---|---|---|---|---|---|
TKNT | ERC-20 | 194 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20527604 | 3 months ago | | | 0 | 0.00018233790 | |
| 20527516 | 3 months ago | | | 0 | 0.00042716151 | |
| 16570308 | 2 years ago | | | 0 | 0.0013394772 | |
| 16338269 | 2 years ago | | | 0 | 0.00074093046 | |
| 16242728 | 2 years ago | | | 0 | 0.00083246205 | |
| 16216037 | 2 years ago | | | 0 | 0.00055070203 | |
| 16215988 | 2 years ago | | | 0 | 0.00047774464 | |
| 16211456 | 2 years ago | | | 0 | 0.00071896040 | |
| 16000369 | 2 years ago | | | 0 | 0.00061029395 | |
| 15991381 | 2 years ago | | | 0 | 0.0010428953 |
ABI
ABI objects
Getter at block 21158448
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
distributionContract() view returns (address)
0xaad926324e0e9c6b254049c00fd16eba9b034ad5
distributionContractAddress() view returns (address)
0xaad926324e0e9c6b254049c00fd16eba9b034ad5
name() view returns (string)
TKNT
owner() view returns (address)
0x7454e0d8ececed4b7f00855e6d452c832b2c8acd
paused() view returns (bool)
false
symbol() view returns (string)
TKNT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.