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 |
---|---|---|---|---|---|
OSE | ERC-20 | 7.2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14658400 | 3 years ago | | | 0 | 0.0018098400 | |
| 14630828 | 3 years ago | | | 0 | 0.0055340930 | |
| 12956769 | 3 years ago | | | 0 | 0.00068187000 | |
| 12656919 | 3 years ago | | | 0 | 0.00019753350 | |
| 12656714 | 3 years ago | | | 0 | 0.00076727000 | |
| 12640187 | 3 years ago | | | 0 | 0.00042889770 | |
| 12640096 | 3 years ago | | | 0 | 0.0013150320 | |
| 12565475 | 3 years ago | | | 0 | 0.00056792500 | |
| 12565256 | 3 years ago | | | 0 | 0.0011148760 | |
| 12515384 | 4 years ago | | | 0 | 0.00063607600 |
ABI
ABI objects
Getter at block 21283568
decimals() view returns (uint256)
8
name() view returns (string)
OSECOIN
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x4c51ba0b71ca61e7b22b1c6785ad3452ce5f4f3b
symbol() view returns (string)
OSE
totalSupply() view returns (uint256)
10000000000000000
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.