ChubbyKaijuDAOCorp
Verified contract
Active on
Ethereum with 5,224 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9c95…56c5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRUNCH | ERC-20 | 224.508K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19072836 | 10 months ago | | | 0 | 0.00046906569 | |
| 18931920 | a year ago | | | 0 | 0.00033240555 | |
| 18846794 | a year ago | | | 0 | 0.0010578976 | |
| 18635440 | a year ago | | | 0 | 0.0017279581 | |
| 16910553 | 2 years ago | | | 0 | 0.00082090139 | |
| 16671822 | 2 years ago | | | 0 | 0.0010350294 | |
| 16502181 | 2 years ago | | | 0 | 0.00037564387 | |
| 16493387 | 2 years ago | | | 0 | 0.0011417312 | |
| 16415402 | 2 years ago | | | 0 | 0.00046747687 | |
| 16069667 | 2 years ago | | | 0 | 0.00058160512 |
ABI
ABI objects
Getter at block 21260861
MAX_RADIO() view returns (uint16)
3328
MAX_SERUM() view returns (uint16)
3328
RADIO_CRUNCH_PRICE() view returns (uint128)
75000000000000000000
RADIO_ETH_PRICE() view returns (uint128)
65000000000000000
SERUM_CRUNCH_PRICE() view returns (uint128)
125000000000000000000
SERUM_ETH_PRICE() view returns (uint128)
85000000000000000
TYPE_RADIO() view returns (uint16)
0
TYPE_SERUM() view returns (uint16)
1
TYPE_SUPER_RADIO() view returns (uint16)
2
TYPE_SUPER_SERUM() view returns (uint16)
3
freeRadioRemained() view returns (uint16)
139
owner() view returns (address)
0xba6f51199725d4f1f6b1a9e5fefdc597edc89b8a
radioMinted() view returns (uint256)
2306
serumMinted() view returns (uint256)
1205
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
freePurchased(address) view returns (bool)
getEthSignedMessageHash(bytes32 _messageHash) pure returns (bytes32)
isApprovedForAll(address account, address operator) view returns (bool)
isPurchased1(address, uint256) view returns (bool)
isPurchased2(address, uint256) view returns (uint256)
isPurchased3(address, uint256) view returns (uint256)
isPurchased4(address, uint256) view returns (uint256)
signerCheck(address user, bytes signature) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 typeId) view returns (string)
validTypes(uint256) view returns (bool)
State-modifying
Events burnCorpForAddress(uint256 typeId, address burnTokenAddress)
freeRadio(bytes signature)
mintBatch(uint256[] ids, uint256[] amounts)
preSale(bytes signature, uint256 id, uint256 amount) payable
publicSale(uint256 id, uint256 amount) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCrunch(bool crunch)
setCrunchContract(address _address)
setInvasionContract(address _address)
setSale(uint16 step)
setSigners(address freeMint, address wl)
transferOwnership(address newOwner)
updateBaseUri(string _baseURI)
withdrawCRUNCH()
withdrawETH()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBaseURI(string indexed _baseURI)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address crunch, string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.