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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16333454 | 2 years ago | | | 0 | 0.00074485826 | |
| 16330201 | 2 years ago | | | 0 | 0.00051821352 | |
| 16330056 | 2 years ago | | | 0 | 0.00089823430 | |
| 10246922 | 4 years ago | | | 0 | 0.0010796800 | |
| 9429006 | 5 years ago | | | 0 | 0.00019286000 | |
| 8896441 | 5 years ago | | | 0 | 0.00010918656 | |
| 8843222 | 5 years ago | | | 0 | 0.000052848000 | |
| 8828750 | 5 years ago | | | 0 | 0.00049285600 | |
| 8543824 | 5 years ago | | | 0 | 0.00047975200 | |
| 8471881 | 5 years ago | | | 0 | 0.00037912000 |
ABI
ABI objects
Getter at block 21305710
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
78750709292959827150083646
name() view returns (string)
Tokedo
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x644a7ba576a1132765625133d311419b72570053
started() view returns (bool)
true
symbol() view returns (string)
TKD
totalSupply() view returns (uint256)
78750709292959827150083646
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
authorized(address) view returns (bool)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
approveAndCustomCall(address _spender, uint256 _value, bytes _extraData, bytes4 _customFunction) returns (bool success)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
setAuthorized(address addressAuthorized, bool authorization)
start()
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationSet(address indexed addressAuthorized, bool indexed authorization)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Start()
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.