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 "Coco"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19424391 | 8 months ago | | | 0 | 0.0010426370 | |
| 19381590 | 8 months ago | | | 0 | 0.0013942274 | |
| 19381588 | 8 months ago | | | 0 | 0.0013249298 | |
| 19381587 | 8 months ago | | | 0 | 0.0013153986 | |
| 19381587 | 8 months ago | | | 0 | 0.0013153986 | |
| 19333426 | 8 months ago | | | 0 | 0.0021567873 | |
| 19074407 | 10 months ago | | | 0 | 0.00020174097 | |
| 18937861 | 10 months ago | | | 0 | 0.00050615327 | |
| 18888471 | 10 months ago | | | 0 | 0.0014461733 | |
| 18888471 | 10 months ago | | | 0 | 0.00094338570 |
ABI
ABI objects
Getter at block 21163089
DEFAULT_START_TIMESTAMP() view returns (uint256)
1646158260
EMISSION_RATE() view returns (uint256)
1157407407407407
decimals() view returns (uint8)
18
name() view returns (string)
Coco
owner() view returns (address)
0xca5ff793b744dde21d768949170dded509acc267
symbol() view returns (string)
COCO
totalSupply() view returns (uint256)
8956979451388884261416474
waveCatchers() view returns (address)
0x1a331c89898c37300ccce1298c62aefd3dfc016c
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRewardsForId(uint256 _id) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim(uint16[] _tokenIds)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setWaveCatchersAddress(address _address)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.