CraftBeerCoin
Verified contract
Active on
Ethereum with 1,202 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CraftBeerCoin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10122191 | 4 years ago | | | 0 | 0.00082535200 | |
| 9519386 | 5 years ago | | | 0 | 0.000075032000 | |
| 9519356 | 5 years ago | | | 0 | 0.000075008000 | |
| 9482205 | 5 years ago | | | 0 | 0.00018752000 | |
| 9391867 | 5 years ago | | | 0 | 0.000021774000 | |
| 9389775 | 5 years ago | | | 0 | 0.000075008000 | |
| 9171604 | 5 years ago | | | 0 | 0.0015011200 | |
| 9171588 | 5 years ago | | | 0 | 0.0021001600 | |
| 9151000 | 5 years ago | | | 0 | 0.0015011200 | |
| 9146424 | 5 years ago | | | 0 | 0.0015006400 |
ABI
ABI objects
Getter at block 21161978
_required() view returns (uint256)
2
decimals() view returns (uint8)
18
name() view returns (string)
CraftBeerCoin
symbol() view returns (string)
CBC
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
_confirmations(address, address) view returns (uint256)
_isOwner(address) view returns (bool)
_owners(uint256) view returns (address)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getConfirmation(address to) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
confirmMint(address to, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
revokeConfirmations(address to) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Confirmation(address indexed sender, address indexed to, uint256 value)
ConfirmationRevoked(address indexed sender, address indexed to)
Minted(address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals)
fallback()
This contract contains no error objects.