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 "CEOToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17077190 | 2 years ago | | | 0 | 0.0023668036 | |
| 16904002 | 2 years ago | | | 0 | 0.00071481836 | |
| 12209154 | 4 years ago | | | 0 | 0.0042652093 | |
| 12209132 | 4 years ago | | | 0 | 0.0059500100 | |
| 11644430 | 4 years ago | | | 0 | 0.0030100070 | |
| 11644412 | 4 years ago | | | 0 | 0.0054091000 | |
| 11639814 | 4 years ago | | | 0 | 0.0033779714 | |
| 11639461 | 4 years ago | | | 0 | 0.0039103000 | |
| 11639447 | 4 years ago | | | 0 | 0.0020718231 | |
| 11638943 | 4 years ago | | | 0 | 0.0039091000 |
ABI
ABI objects
Getter at block 21120294
decimals() view returns (uint8)
8
name() view returns (string)
CEOToken
owner() view returns (address)
0x3d8bc3e464f14365e9e57cc234fb37a666666666
symbol() view returns (string)
CEOToken
totalSupply() view returns (uint256)
1399000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
batchTransfer(address[] toAddr, uint256[] value) returns (bool)
burn(uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unfreeze(uint256 _value) returns (bool success)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor(address _from, address _to)
fallback()
This contract contains no error objects.