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 "Coffee"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884557 | a month ago | | | 0 | 0.00026218591 | |
| 20857395 | a month ago | | | 0 | 0.00068352472 | |
| 20857388 | a month ago | | | 0 | 0.00055121428 | |
| 20857387 | a month ago | | | 0 | 0.00055838254 | |
| 20857387 | a month ago | | | 0 | 0.00073660196 | |
| 20857386 | a month ago | | | 0 | 0.00054871270 | |
| 20857385 | a month ago | | | 0 | 0.00068827680 | |
| 20857385 | a month ago | | | 0 | 0.00068845410 | |
| 20857384 | a month ago | | | 0 | 0.00053455659 | |
| 20857382 | a month ago | | | 0 | 0.00065026247 |
ABI
ABI objects
Getter at block 21170214
decimals() view returns (uint8)
18
name() view returns (string)
Coffee
owner() view returns (address)
0x73943d0ae908eab53c5eb52e02d9810fc1f4e126
symbol() view returns (string)
COFFEE
totalSupply() view returns (uint256)
20690000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeTokens(address distributionWallet)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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.