Bunnygirl

Verified contract

Active on Ethereum with 1,380 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"

0xb744ed8c0a63ba7813b5626697bd32e3225e175e5c465c03bf004675e1e85347
0xe51a75d764b391a6a70fc23b4f0da9ace9826566c633badc50c0fcfaebea8855
0xd9ddb48106b19df17ae46520b668a8f6ebabbbf08127e0a22387038f83928ce6
0xb572c22a36aa4ecbc57b86b40a99aa37946f771b7af93726bff1f9c5e0dfc0d0
0xa890637b67cf1fcc97af8bc5e44c4b97f7859b6df156b1043a1a55a6f3ff6a9e
From
0x0c1b1bfad46a59ccbcc801a83af8b051627c58f238d063ca08e08bf8d1e267ff
0x558bf40c33b229a46e4360a6b60c9e9e271c6002ed61300f103ef119ca6d4cb2
0x348dc7595a7839087462d1cd0a1cc5d7481091cb8a2b804e2b1b4711ae312077
0x955239dcc6c74e07dc778af6f46685c814abf5641b3efddd43f00fc30b838c27
0xfca3aaa8e5eb3916ee544b26c5ec5d60ebc43b459e4bb0ed61840611b5dbd653

Functions
Getter at block 21398792
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(