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 "OOST"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4998924 | 7 years ago | | | 0 | 0.00010598200 | |
| 4998908 | 7 years ago | | | 0 | 0.00010598200 | |
| 4998898 | 7 years ago | | | 0 | 0.00010598200 | |
| 4998868 | 7 years ago | | | 0 | 0.000052991000 | |
| 4994996 | 7 years ago | | | 0 | 0.00010598200 | |
| 4994994 | 7 years ago | | | 0 | 0.00010598200 | |
| 4994986 | 7 years ago | | | 0 | 0.00010598200 | |
| 4994973 | 7 years ago | | | 0 | 0.00010598200 | |
| 4994960 | 7 years ago | | | 0 | 0.00010598200 | |
| 4994957 | 7 years ago | | | 0 | 0.00010598200 |
ABI
ABI objects
Getter at block 21224153
DECIMALS() view returns (uint256)
8
NAME() view returns (string)
OOST
SYMBOL() view returns (string)
OOST
VERSION() view returns (string)
v1
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xca41f045ac9b8306aca2a24f019356b1e2cca0a0
totalSupply() view returns (uint256)
24000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.