BunnyClub
Verified contract
Active on
Ethereum with 297 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 "BunnyClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18162556 | a year ago | | | 0 | 0.00090283822 | |
| 18024975 | a year ago | | | 0 | 0.00037981473 | |
| 15829992 | 2 years ago | | | 0 | 0.0010698814 | |
| 15829964 | 2 years ago | | | 0 | 0.0014308204 | |
| 15829942 | 2 years ago | | | 0 | 0.00056909629 | |
| 15829926 | 2 years ago | | | 0 | 0.0013103179 | |
| 15384354 | 2 years ago | | | 0 | 0.00079805557 | |
| 15333985 | 2 years ago | | | 0 | 0.00027705660 | |
| 15112988 | 2 years ago | | | 0 | 0.00018510728 | |
| 15112954 | 2 years ago | | | 0 | 0.00028440638 |
ABI
ABI objects
Getter at block 21178119
FREE_MINT_IS_ALLOWED_UNTIL() view returns (uint256)
0
FREE_MINT_LIMIT_PER_WALLET() view returns (uint256)
0
IS_SALE_ACTIVE() view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
100
MAX_SUPPLY() view returns (uint256)
1111
METADATA_FROZEN() view returns (bool)
false
PRICE() view returns (uint256)
1000000000000000
name() view returns (string)
BunnyClub
owner() view returns (address)
0x3043d142055c5ecb84de38d65360d3a2e353b439
symbol() view returns (string)
Bunny
totalSupply() view returns (uint256)
1111
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)
freezeMetadata()
lowerMaxSupply(uint256 newMaxSupply)
mint(uint256 _mintAmount) payable
mintOwner(address _to, uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setFreeMintAllowance(uint256 freeMintAllowance)
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil)
setMaxMintPerTx(uint256 maxMintPerTx)
setPrice(uint256 customPrice)
setSaleActive(bool saleIsActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(uint256 price, uint256 maxSupply, string baseUri, uint256 freeMintAllowance, uint256 maxMintPerTx, bool isSaleActive, uint256 freeMintIsAllowedUntil)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()