Contentos
Verified contract
Active on
Ethereum with 78,169 txns
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 |
---|---|---|---|---|---|
COS | ERC-20 | 8.130601M | -- | -- | |
OPTC | ERC-20 | 2 | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246722 | 7 minutes ago | | | 0 | 0.00053047801 | |
| 21246717 | 8 minutes ago | | | 0 | 0.00053646057 | |
| 21246717 | 8 minutes ago | | | 0 | 0.00053646057 | |
| 21246712 | 9 minutes ago | | | 0 | 0.00051883012 | |
| 21246594 | 33 minutes ago | | | 0 | 0.00057389979 | |
| 21246407 | an hour ago | | | 0 | 0.0010330636 | |
| 21246405 | an hour ago | | | 0 | 0.00096884497 | |
| 21246136 | 2 hours ago | | | 0 | 0.0011130587 | |
| 21246024 | 2 hours ago | | | 0 | 0.0013304590 | |
| 21246000 | 3 hours ago | | | 0 | 0.0012054487 |
ABI
ABI objects
Getter at block 21246756
decimals() view returns (uint8)
18
name() view returns (string)
Contentos
owner() view returns (address)
0x4eca508ebc7b5d664871c9ac1f91c85004dbcbcd
stopped() view returns (bool)
false
symbol() view returns (string)
COS
totalSupply() view returns (uint256)
6880000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
isFreezing(address addr) view returns (bool)
register_map(address) view returns (string)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finish()
freeze(address addr) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(uint256 _value) returns (bool)
register(string key)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOfPower(address _to) returns (bool)
unfreeze(address addr) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Freezed(address indexed freezedAddr)
LogRegister(address indexed user, string key)
LogStop()
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferOfPower(address indexed _from, address indexed _to)
UnFreezed(address indexed unfreezedAddr)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.