ChubbyKaijuDAOCrunch
Verified contract
Active on
Ethereum with 2,131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRUNCH | ERC-20 | 36 | -- | -- | |
CKAIJU | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21072761 | 12 days ago | | | 0 | 0.00060459208 | |
| 21014628 | 21 days ago | | | 0 | 0.00029283509 | |
| 20991774 | 24 days ago | | | 0 | 0.00057413104 | |
| 20416616 | 3 months ago | | | 0 | 0.000063416421 | |
| 19586481 | 7 months ago | | | 0 | 0.00032666637 | |
| 19292324 | 9 months ago | | | 0 | 0.00087636241 | |
| 19122067 | 9 months ago | | | 0 | 0.00060698270 | |
| 19045789 | 10 months ago | | | 0 | 0.00038200692 | |
| 18973543 | 10 months ago | | | 0 | 0.00043488689 | |
| 18808180 | a year ago | | | 0 | 0.00082866769 |
ABI
ABI objects
Getter at block 21161745
decimals() view returns (uint8)
18
name() view returns (string)
ChubbyKaijuDAOCrunch
owner() view returns (address)
0xc8a19e96530294523d4f6a9f08bb822420043b4c
symbol() view returns (string)
CRUNCH
totalSupply() view returns (uint256)
2132842547828374882328400
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
controllers(address) view returns (bool)
State-modifying
Events addController(address controller)
approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
removeController(address controller)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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.