BaboBunnyClub

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x5e980ee8 at 16444819
Slot
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

No balances found for "BaboBunnyClub"

No transactions found for "BaboBunnyClub"


Functions
Getter at block 20922664
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(addressview returns (uint256)
_mintedFreeAmount(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
initialize(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _totalFreeuint256 _maxFreePeruint256 _maxMintAmountPerTxuint256 _maxMintAmountPerWalletuint256 _maxTeamMintstring _hiddenMetadataUri
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(