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) |
---|---|---|---|---|---|---|---|
| 22748839 | 2 hours ago | | | 0 | 0.0000030656913 | |
| 22748819 | 2 hours ago | | | 0 | 0.0000052950812 | |
| 22477348 | 6 days ago | | | 0 | 9.7549672e-7 | |
| 22261336 | 11 days ago | | | 0 | 0.000000086480823269 | |
| 22057396 | 16 days ago | | | 0 | 2.8788924e-7 | |
| 21720163 | 24 days ago | | | 0 | 0.000071193916 | |
| 21548371 | a month ago | | | 0 | 0.000071193916 | |
| 21441826 | a month ago | | | 0 | 6.4822374e-7 | |
| 21412817 | a month ago | | | 0 | 2.5187731e-7 | |
| 21384832 | a month ago | | | 0 | 5.5543172e-7 |
ABI
ABI objects
Getter at block 22752727
MAX_SUPPLY() view returns (uint256)
10000000000000000000000000000
MINT_AMOUNT() view returns (uint256)
100000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
coco
owner() view returns (address)
0xcdd8921ffd4ac1dbfee819c478b6e3bd13eff2d2
symbol() view returns (string)
coco
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
donate(address tokenAddress, address charityAddress)
mint()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)