Crypto Commonwealth
Verified contract
Active on
Ethereum with 2,605 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 "Crypto Commonwealth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583530 | 2 years ago | | | 0 | 0.0013315842 | |
| 13466239 | 3 years ago | | | 0 | 0.0031785535 | |
| 12868551 | 3 years ago | | | 0 | 0.00052422373 | |
| 12797174 | 3 years ago | | | 0 | 0.00054988500 | |
| 12642705 | 3 years ago | | | 0 | 0.00033250300 | |
| 12642691 | 3 years ago | | | 0 | 0.00072322600 | |
| 12630333 | 3 years ago | | | 0 | 0.00021995400 | |
| 12610564 | 3 years ago | | | 0 | 0.00067172308 | |
| 12609536 | 3 years ago | | | 0 | 0.00039118000 | |
| 12609215 | 3 years ago | | | 0 | 0.00078529800 |
ABI
ABI objects
Getter at block 21266229
_nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Crypto Commonwealth
owner() view returns (address)
0xc060f3595eee9ac479ba7dab251d0e90dbd601f8
symbol() view returns (string)
COMM
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events acceptOwnership()
addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
nominateNewOwner(address newOwner)
renounceMinter()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
NewOwnerNominated(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.