CoinCoffeeCoin2
Verified contract
Active on
Ethereum with 504 txns
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 "CoinCoffeeCoin2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20164825 | 5 months ago | | | 0 | 0.00014657200 | |
| 20036139 | 6 months ago | | | 0 | 0.00080614600 | |
| 20021802 | 6 months ago | | | 0 | 0.00032978700 | |
| 19835844 | 7 months ago | | | 0 | 0.00021985800 | |
| 19780528 | 7 months ago | | | 0 | 0.00025650100 | |
| 19664236 | 7 months ago | | | 0 | 0.00036643000 | |
| 19635721 | 7 months ago | | | 0 | 0.00051300200 | |
| 19628599 | 8 months ago | | | 0 | 0.00058628800 | |
| 19535846 | 8 months ago | | | 0 | 0.0012458620 | |
| 19523819 | 8 months ago | | | 0 | 0.00084306500 |
ABI
ABI objects
Getter at block 21276663
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
CoinCoffeeCoin2
owner() view returns (address)
0xcd93c4d220b4af3922133a9d93b3429bc684d92f
symbol() view returns (string)
CCC2
totalSupply() view returns (uint256)
997611817876000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getUnlockableTokens(address _of) view returns (uint256 unlockableTokens)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity, bool claimed)
tokensLocked(address _of, bytes32 _reason) view returns (uint256 amount)
tokensLockedAtTime(address _of, bytes32 _reason, uint256 _time) view returns (uint256 amount)
tokensUnlockable(address _of, bytes32 _reason) view returns (uint256 amount)
totalBalanceOf(address _of) view returns (uint256 amount)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address _of, uint256 _amount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
extendLock(bytes32 _reason, uint256 _time, address _of) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
increaseLockAmount(bytes32 _reason, uint256 _amount, address _of) returns (bool)
lock(bytes32 _reason, uint256 _amount, uint256 _time, address _of) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
transferWithLock(address _to, bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
unlock(address _of) returns (uint256 unlockableTokens)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address burner, uint256 value)
Locked(address indexed _of, bytes32 indexed _reason, uint256 _amount, uint256 _validity)
Mint(address minter, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address indexed _of, bytes32 indexed _reason, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.