Bunnygirl

Verified contract

Active on Ethereum with 1,375 txns
Deployed by via 0x1c93ca5b at 18407034
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bunnygirl"

0x0c1b1bfad46a59ccbcc801a83af8b051627c58f238d063ca08e08bf8d1e267ff
0x558bf40c33b229a46e4360a6b60c9e9e271c6002ed61300f103ef119ca6d4cb2
0x348dc7595a7839087462d1cd0a1cc5d7481091cb8a2b804e2b1b4711ae312077
0x955239dcc6c74e07dc778af6f46685c814abf5641b3efddd43f00fc30b838c27
0xfca3aaa8e5eb3916ee544b26c5ec5d60ebc43b459e4bb0ed61840611b5dbd653
0x63b1cacf0967278ee7eb93558c687d1af240252f8b51ff21642b44ab0b0adae3
0x81ed4f68028f41a321044ad11a24d839ee862456f23d8e2914e17ebbce24f367
0x81059f35da661fd51279bbcb418ea6f30ba25f3b01fec047ae16b4b293f41da1
0x2d39b690584af2db7214856130297a9b20c11724b7ca881e24200944db366630
0x777157f0d39995caca4ba6edd329dbc4b426f8a6ddeada8311daee1b4b28c694

Functions
Getter at block 21057809
BunnylistClaim(view returns (bool)
true
WhitelistActive(view returns (bool)
false
bunnyPrice(view returns (uint256)
88880000000000000
bunnySupply(view returns (uint256)
9999
isBunnylistActive(view returns (bool)
true
isWhitelistActive(view returns (bool)
false
mintable(view returns (bool)
true
name(view returns (string)
Bunnygirl
owner(view returns (address)
0x6c4965aefb460dc0da40b43f363cd919ea0ba4ad
publicMintActive(view returns (bool)
true
symbol(view returns (string)
BGC
totalSupply(view returns (uint256)
3106
Read-only
Bunnylist(addressview returns (uint256)
Whitelist(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
checkBunnylist(address _addrview returns (uint256)
checkWhitelist(address _addrview 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
addToBunnylist(address[] _addrsuint256[] _freeMints
addToWhitelist(address[] _addrs
approve(address touint256 tokenIdpayable 
changePrice(uint256 _price
claimBunnylist(payable 
publicMint(uint256 numTokenspayable 
removeFromBunnylist(address[] _addrs
removeFromWhitelist(address[] _addrs
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string URI
setSupply(uint256 _newSupply
toggleBunnylistClaim(
togglePublicMintActive(
toggleWhitelistActive(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 numTokenspayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(