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 "BunnyBe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19282192 | 10 months ago | | | 0 | 0.00076859739 | |
| 16883450 | 2 years ago | | | 0 | 0.00099104067 | |
| 15702246 | 2 years ago | | | 0 | 0.00029442463 | |
| 15701610 | 2 years ago | | | 0 | 0.00030296116 | |
| 15659844 | 2 years ago | | | 0 | 0.00030592194 | |
| 15656265 | 2 years ago | | | 0 | 0.00034783095 | |
| 15597398 | 2 years ago | | | 0 | 0.00044326774 | |
| 15444420 | 2 years ago | | | 0 | 0.0059529964 | |
| 15443933 | 2 years ago | | | 0 | 0.00095072886 | |
| 15177752 | 2 years ago | | | 0 | 0.00033987726 |
ABI
ABI objects
Getter at block 21391574
MAX_MINTS() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
3333
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmdyrYgxA35qXLYN2oG13FLGQoRBLtAq5jhQ4YASBMF8B5/
mintRate() view returns (uint256)
0
name() view returns (string)
BunnyBe
owner() view returns (address)
0xe56762798d84b33ae6158558210291a256dcef94
revealed() view returns (bool)
true
saleIsActive() view returns (bool)
true
symbol() view returns (string)
BUNNY
totalSupply() view returns (uint256)
3333
unrevealedUri() view returns (string)
INSTAREVEAL
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)
State-modifying
Events approve(address to, uint256 tokenId)
flipRevealedStatus()
flipSaleStatus()
mint(uint256 quantity) payable
renounceOwnership()
reserveMint(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()