Bunnies In China
Verified contract
Active on
Ethereum with 1,334 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 "Bunnies In China"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20246123 | 4 months ago | | | 0 | 0.000040317843 | |
| 19210124 | 9 months ago | | | 0 | 0.00049994046 | |
| 18887586 | a year ago | | | 0 | 0.0018803141 | |
| 18607145 | a year ago | | | 0 | 0.00092268111 | |
| 18314897 | a year ago | | | 0 | 0.00053030033 | |
| 16858658 | 2 years ago | | | 0 | 0.00042498000 | |
| 16740241 | 2 years ago | | | 0 | 0.00089629039 | |
| 16739749 | 2 years ago | | | 0 | 0.00091755474 | |
| 16725750 | 2 years ago | | | 0 | 0.00067991138 | |
| 16722256 | 2 years ago | | | 0 | 0.00098036425 |
ABI
ABI objects
Getter at block 21208327
baseURI() view returns (string)
hiddenMetadataURI() view returns (string)
ipfs://bafkreidplqfv5o6wv565g25j2wv5ppwsucnpmucwtxx2somtjg45ztsqmi
maxMintPerWallet() view returns (uint256)
1
maxSupply() view returns (uint256)
1050
merkleRoot() view returns (bytes32)
0xb2e414a0762d8bffd8071a1b4d1e3a04658c3561ae94e9c4ef5f42d993c05d5d
mintPrice() view returns (uint256)
0
name() view returns (string)
Bunnies In China
owner() view returns (address)
0xc709b16ba25cd895eca7f1dd869fb08006a78b81
public_MintEnabled() view returns (bool)
true
revealed() view returns (bool)
false
symbol() view returns (string)
BIC
teamAllocation() view returns (uint256)
50
totalSupply() view returns (uint256)
1000
whitelist_MintEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) 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)
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _quantity, bytes32[] proof) payable
publicMint(uint256 _quantity) payable
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 _baseTokenURI)
setHiddenMetadataURI(string _hiddenMetadataURI)
setMaxMintPerWallet(uint256 _maxMintPerWallet)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _newMerkleRoot)
setMintPrice(uint256 _mintPrice)
setPublicMintEnabled()
setReaveal()
setWhitelistMintEnabled()
teamMint(uint256 _quantity) payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawETH()
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()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()