BaboBunnyClub
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
16
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "BaboBunnyClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BaboBunnyClub"
ABI
ABI objects
Getter at block 21328103
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
maxFreePer() view returns (uint256)
0
maxMintAmountPerTx() view returns (uint256)
0
maxMintAmountPerWallet() view returns (uint256)
0
maxSupply() view returns (uint256)
0
maxTeamMint() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
teamMinted() view returns (uint256)
0
totalFree() view returns (uint256)
0
totalFreeMinted() view returns (uint256)
0
totalSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
uriPrefix() view returns (string)
uriSuffix() view returns (string)
Read-only
_mintedAmount(address) view returns (uint256)
_mintedFreeAmount(address) view returns (uint256)
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) payable
initialize(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _totalFree, uint256 _maxFreePer, uint256 _maxMintAmountPerTx, uint256 _maxMintAmountPerWallet, uint256 _maxTeamMint, string _hiddenMetadataUri)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxFreePer(uint256 _maxFreePer)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet)
setPaused(bool _state)
setRevealed(bool _state)
setTotalFree(uint256 _totalFree)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
teamMint(uint256 _mintAmount)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
Initialized(uint8 version)
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()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()