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 "CafeCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6306727 | 6 years ago | | | 0 | 0.0011531100 | |
| 6306716 | 6 years ago | | | 0 | 0.0011531100 | |
| 6305186 | 6 years ago | | | 0 | 0.00016800000 | |
| 6305110 | 6 years ago | | | 0 | 0.000096000000 | |
| 6289090 | 6 years ago | | | 0 | 0.00016800000 | |
| 6288976 | 6 years ago | | | 0 | 0.00020771200 | |
| 6288924 | 6 years ago | | | 0 | 0.00014771200 | |
| 6288363 | 6 years ago | | | 0 | 0.0011531100 | |
| 6288336 | 6 years ago | | | 0 | 0.0011531100 | |
| 6288286 | 6 years ago | | | 0 | 0.0011531100 |
ABI
ABI objects
Getter at block 21162988
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
CafeCoin
owner() view returns (address)
0x1ea25ac3830fe63a3cb250404b316cb668a64055
symbol() view returns (string)
CAFECOIN
totalSupply() view returns (uint256)
4140000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.