BunnyClub

Verified contract

Active on Ethereum with 297 txns
Deployed by via 0x26e21df8 at 14864007
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BunnyClub"

0x8bdb622bc4a3da36f655624f249e55c4b31df6c2628f3454899e644d3e6416f1
0xae06bbeeb0d06bcc219beb0560701cec01e798b23c7f76b37959a023d1c23436
0x6364d49f1d4bca9403fe284e284ded896580da7f43bd917a758d6991079c1e04
0x5f7ef70cdf3bade3ca5ad6cfddf8c305389abe3d7a5915b0bf7618ce7a76f60d
0xe274c2dde860e884ac1be8b68228a678098058cf1eb5f7ddd92808a86e9c493d
0x4b5c845d30c99e20a1a99c4fb22c147d493f941329281a07f43cb55104e1d961
0x247ab92dcc300e6746561b8de9e25d1d03e1ac6c40c6219b3215d71ffd0fb7e1
0xac39087404035448ae17bb5c7dc7704f1b436720273274433ace5c95939b4a46
0x928a2e7aa0ff5d5c6977142dbbae98a94be79933dc609fae3e35b1d659ea1142
0x5dae278209b8e1926d82b8acfaeeca774d1bc3c175646e02f34175084ec89c82

Functions
Getter at block 21178119
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
0
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
0
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
100
MAX_SUPPLY(view returns (uint256)
1111
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
1000000000000000
name(view returns (string)
BunnyClub
owner(view returns (address)
0x3043d142055c5ecb84de38d65360d3a2e353b439
symbol(view returns (string)
Bunny
totalSupply(view returns (uint256)
1111
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(