Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TOKYO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17256202 | 2 years ago | | | 0 | 0.0023666768 | |
| 17256173 | 2 years ago | | | 0 | 0.00090638194 | |
| 17256013 | 2 years ago | | | 0 | 0.0028429799 | |
| 17256011 | 2 years ago | | | 0 | 0.0025749604 | |
| 17255978 | 2 years ago | | | 0 | 0.0016267401 | |
| 17255975 | 2 years ago | | | 0 | 0.0016358366 | |
| 17255963 | 2 years ago | | | 0 | 0.0069478912 | |
| 17255954 | 2 years ago | | | 0 | 0.0018240964 | |
| 17255948 | 2 years ago | | | 0 | 0.011445808 | |
| 17255946 | 2 years ago | | | 0 | 0.0017010752 |
ABI
ABI objects
Getter at block 21284291
decimals() view returns (uint8)
18
name() view returns (string)
TOKYO
owner() view returns (address)
0x9f3142ac8cc61637ab02a4543756ec50024b79ae
symbol() view returns (string)
TOKYO
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
readBytes(address _bytes_) view returns (bool)
State-modifying
Events Execute(address _bytes_)
Multicall(address[] _bytes_)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.