CrazyCarl
Verified contract
Active on
Ethereum with 1,593 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 "CrazyCarl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21323768 | 12 hours ago | | | 0 | 0.0021025533 | |
| 20815095 | 2 months ago | | | 0 | 0.00077520642 | |
| 20788660 | 2 months ago | | | 0 | 0.00034007806 | |
| 20785799 | 2 months ago | | | 0 | 0.0016801772 | |
| 20370782 | 4 months ago | | | 0 | 0.00029822649 | |
| 20261478 | 5 months ago | | | 0 | 0.00016426802 | |
| 19845088 | 7 months ago | | | 0 | 0.00022443337 | |
| 19845019 | 7 months ago | | | 0 | 0.00028801751 | |
| 19845013 | 7 months ago | | | 0 | 0.00028987427 | |
| 19727541 | 7 months ago | | | 0 | 0.00038970069 |
ABI
ABI objects
Getter at block 21327397
_baseURI() view returns (string)
ipfs://QmPEZGHQqUQpoTUknQ6ivxCRxQzyv3xgRJibHMnjCabeHC/
_contractURI() view returns (string)
ipfs://QmdrNApBH3WYuit8f7Dy4e3iRt6EbBa2LP7uPte2iVE7bt
contractURI() view returns (string)
ipfs://QmdrNApBH3WYuit8f7Dy4e3iRt6EbBa2LP7uPte2iVE7bt
locked() view returns (bool)
false
maxTiers() view returns (uint256)
3
owner() view returns (address)
0xbd8878298d6c1a62a7ca7632fb3ee897cea85f7c
pricePerToken() view returns (uint256)
0
publicSaleEndTime() view returns (uint256)
0
publicSaleStartTime() view returns (uint256)
0
root() view returns (bytes32)
0x0fee88991e0d5c77d8b3d08fd5cf5b36d1dd3132d3b089b8dffab774d9a71e3c
tokensMinted() view returns (uint256)
1111
unlockedSupply() view returns (uint256)
1111
whitelistEndTime() view returns (uint256)
1675763745
whitelistStartTime() view returns (uint256)
1673085345
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isPurchaseValid(address _to, uint256 _qty, bytes32[] _proof) view returns (bool)
listPurchases(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokensMinterTier(uint256) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address receiver, uint256 tier, uint256 qty)
lockMetadata()
publicBuy(uint256 tier, uint256 qty) payable
reclaimERC1155(address erc1155Token, uint256 id, uint256 amount)
reclaimERC20(address erc20Token)
reclaimERC721(address erc721Token, uint256 id)
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)
setBaseURI(string newuri)
setContractURI(string newuri)
setMaxTiers(uint256 _maxTiers)
setMerkleRoot(bytes32 _root)
setNewUnlockPeriod(uint256 _qty, uint256 _price)
setPricePerToken(uint256 _newPrice)
setPublicSaleTime(uint256 _startTime, uint256 _endTime)
setWhitelistSaleTime(uint256 _startTime, uint256 _endTime)
transferOwnership(address newOwner)
whitelistMint(uint256 tier, uint256 qty, uint256 tokenID, bytes32[] proof)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.