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 "O2O"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17312697 | a year ago | | | 0 | 0.0015812757 | |
| 17312684 | a year ago | | | 0 | 0.0017338880 | |
| 16518243 | 2 years ago | | | 0 | 0.00083638501 | |
| 15983418 | 2 years ago | | | 0 | 0.00082715136 | |
| 12751332 | 3 years ago | | | 0 | 0.00040792400 | |
| 12098848 | 4 years ago | | | 0 | 0.0078582081 | |
| 12098806 | 4 years ago | | | 0 | 0.0062858400 | |
| 11606391 | 4 years ago | | | 0 | 0.0048222064 | |
| 11130806 | 4 years ago | | | 0 | 0.00048501600 | |
| 11130781 | 4 years ago | | | 0 | 0.00067048960 |
ABI
ABI objects
Getter at block 21160466
decimals() view returns (uint8)
18
name() view returns (string)
O2O
owner() view returns (address)
0xa310f3765a42c7f39302b365f024b94147a31867
saled() view returns (bool)
true
symbol() view returns (string)
O2O
totalSupply() view returns (uint256)
3432000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
sale() returns (bool)
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
transferOwner(address dst, uint256 wad)
transferOwnership(address newOwner)
unsale() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Sale()
Transfer(address indexed from, address indexed to, uint256 value)
Unsale()
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.