Competition Chain
Verified contract
Active on
Ethereum with 116 txns
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 "Competition Chain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16284298 | 2 years ago | | | 0 | 0.0022810200 | |
| 16284055 | 2 years ago | | | 0 | 0.0033063000 | |
| 16282327 | 2 years ago | | | 0 | 0.00050818173 | |
| 11848317 | 4 years ago | | | 0 | 0.0092565031 | |
| 7368129 | 6 years ago | | | 0 | 0.00026908500 | |
| 7368081 | 6 years ago | | | 0 | 0.00019408500 | |
| 7080266 | 6 years ago | | | 0 | 0.00023881000 | |
| 7007200 | 6 years ago | | | 0 | 0.00016940584 | |
| 6967559 | 6 years ago | | | 0 | 0.00043053600 | |
| 6942860 | 6 years ago | | | 0 | 0.00077634000 |
ABI
ABI objects
Getter at block 21168398
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Competition Chain
owner() view returns (address)
0xd62e4ce171b4fbb4d3c91c916a6a2a796206fdbe
sellPrice() view returns (uint256)
0
symbol() view returns (string)
COC
totalSupply() view returns (uint256)
780000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenBalance(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, uint256 freezeCount)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, uint256 frozenCount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.