Bunnygirl
Verified contract
Active on
Ethereum with 1,380 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 "Bunnygirl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292652 | 15 days ago | | | 0 | 0.00023858712 | |
| 21245510 | 21 days ago | | | 0 | 0.00053217648 | |
| 21101881 | a month ago | | | 0 | 0.00020297335 | |
| 21068740 | 2 months ago | | | 0 | 0.00049720826 | |
| 21067521 | 2 months ago | | | 0 | 0.00037544051 | |
| 20974000 | 2 months ago | | | 0 | 0.00046427691 | |
| 20909052 | 2 months ago | | | 0 | 0.00024934538 | |
| 20669753 | 3 months ago | | | 0 | 0.000068096911 | |
| 20666964 | 3 months ago | | | 0 | 0.000055788386 | |
| 20665994 | 3 months ago | | | 0 | 0.000053895221 |
ABI
ABI objects
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(address) view returns (uint256)
Whitelist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkBunnylist(address _addr) view returns (uint256)
checkWhitelist(address _addr) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToBunnylist(address[] _addrs, uint256[] _freeMints)
addToWhitelist(address[] _addrs)
approve(address to, uint256 tokenId) payable
changePrice(uint256 _price)
claimBunnylist() payable
publicMint(uint256 numTokens) payable
removeFromBunnylist(address[] _addrs)
removeFromWhitelist(address[] _addrs)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setSupply(uint256 _newSupply)
toggleBunnylistClaim()
togglePublicMintActive()
toggleWhitelistActive()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 numTokens) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()