Chubby Bunnies
Verified contract
Active on
Ethereum with 217 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 "Chubby Bunnies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19875310 | 6 months ago | | | 0 | 0.00021529316 | |
| 18289372 | a year ago | | | 0 | 0.00027153354 | |
| 18072326 | a year ago | | | 0 | 0.0012738625 | |
| 17958077 | a year ago | | | 0 | 0.0010853955 | |
| 17957944 | a year ago | | | 0 | 0.0023314202 | |
| 16866944 | 2 years ago | | | 0 | 0.00055328342 | |
| 16845279 | 2 years ago | | | 0 | 0.00039863444 | |
| 16762404 | 2 years ago | | | 0 | 0.0013414360 | |
| 16756958 | 2 years ago | | | 0 | 0.00093405738 | |
| 16709275 | 2 years ago | | | 0 | 0.0013628472 |
ABI
ABI objects
Getter at block 21215740
airdropMinted() view returns (uint256)
261
airdropReserve() view returns (uint256)
500
baseURI() view returns (string)
ipfs://QmbGU1beXbSrrtBV446u8iDGGoVKvYRRdYK96UweLWbP9E/
hiddenURI() view returns (string)
ipfs://QmcDq3Q11X2n3K9CvzNUoyFutk9vsUGdPLgCKX97qHy53U
maxPerTransaction() view returns (uint256)
25
maxSupply() view returns (uint256)
5555
name() view returns (string)
Chubby Bunnies
owner() view returns (address)
0x0a90c99dbd999547999f872f791f2079c188bd13
publicMintActive() view returns (bool)
false
publicPrice() view returns (uint256)
35000000000000000
revealDate() view returns (uint256)
1666627200
root() view returns (bytes32)
0xd0ffe7508955b1fe896363e4f55a34c6bf396ebdc3bda5f1ebb61b9a04e7d089
symbol() view returns (string)
CB
totalSupply() view returns (uint256)
338
whitelistMintActive() view returns (bool)
false
whitelistPrice() view returns (uint256)
25000000000000000
whitelistQuota() view returns (uint256)
15
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
quotaByAddress(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _wallets, uint256 _amount)
approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateAirdropReserve(uint256 _amount)
updateMaxPerTransaction(uint256 _amount)
updatePublicPrice(uint256 _newPrice)
updateRevealDate(uint256 _timestamp)
updateRoot(bytes32 _newRoot)
updateSaleConfig(uint256 _config)
updateWhitelistPrice(uint256 _newPrice)
updateWhitelistQuota(uint256 _amount)
whitelistMint(uint256 _amount, bytes32[] proof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()