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 |
---|---|---|---|---|---|
VSS | ERC-20 | 200 | -- | -- | |
TOS | ERC-20 | 55 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15469992 | 2 years ago | | | 0 | 0.00025129372 | |
| 12651342 | 3 years ago | | | 0 | 0.00038530800 | |
| 12596495 | 3 years ago | | | 0 | 0.00072002000 | |
| 12596485 | 3 years ago | | | 0 | 0.00072002000 | |
| 10191546 | 4 years ago | | | 0 | 0.00042562900 | |
| 10191532 | 4 years ago | | | 0 | 0.00088155200 | |
| 9960052 | 5 years ago | | | 0 | 0.00024051000 | |
| 9824786 | 5 years ago | | | 0 | 0.00039075922 | |
| 9810708 | 5 years ago | | | 0 | 0.000046125350 | |
| 9741314 | 5 years ago | | | 0 | 0.00045095625 |
ABI
ABI objects
Getter at block 21161255
decimals() view returns (uint8)
18
name() view returns (string)
KRATOS
owner() view returns (address)
0xc9d689fd857dcfaf8011ba064db989222e84c003
paused() view returns (bool)
false
symbol() view returns (string)
TOS
timelockTimestamp() view returns (uint256)
0
totalSupply() view returns (uint256)
38989603000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
timelock(address) view returns (uint256)
State-modifying
Events addTimelock(address _beneficary, uint256 _timestamp)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
disableTimelock()
enableTimelock(uint256 _timelockTimestamp)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
removeTimelock(address _beneficary)
renounceOwnership()
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)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TimeLocked(address indexed _beneficary, uint256 _timestamp)
TimeUnlocked(address indexed _beneficary)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.