BaboBunnyClub

Verified contract

Proxy

Active on Ethereum with 2,804 txns
Deployed by via 0xda57539d at 16444821
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
4 additional variables

No balances found for "BaboBunnyClub"

0x53d5c7556ff419b44135b4ff4e4cb411f8bb8b73e2e7bba87bb21496905e48ac
0x1ccf96f3bc7ef526136d56a03202626d2e42ddcb26001e6769eee2a820fc7c5b
0xcc04d5c8a982d98c4a4ba1fb878a4e265137096600709c13968162c1e72ae93d
0x5993ba2cc976939a11c1cbe676e433e6677459a2595aeb40497bb813a6fe160a
0x14de9a8b596af4f6b77a80a1feccf8fe31f697a1f37e318c283d59c7e9238179
0x1e852ffe5ceb8e3e033b11a760dc6b97ea0fc84e05cddf27b75b9ba6a70b3693
0x1a38c6cac76b53d2683edf492bab73c283a06ad032d2b734348d2d871006ca80
0x0ab28ed566b8ae2e4a9c564fa9eddac6d3dfe94e74cd1ea01dc11cd84d1984a9
0x2cea5faa9e9be3ddbb77acfdc8b13b029608cf412309899c4386068e59bec8a2
0xcb742dee20ba1cf0ef78b9832953f2df95a8dfcf250c25d4b6a698d95b08de4f

Functions
Getter at block 20921565
cost(view returns (uint256)
2000000000000000
hiddenMetadataUri(view returns (string)
ipfs://QmdAUofWbvkDJ833KMGAjYmTCNRskGD6Yh4DMdYWdvmGoP/hidden.json
maxFreePer(view returns (uint256)
1
maxMintAmountPerTx(view returns (uint256)
15
maxMintAmountPerWallet(view returns (uint256)
15
maxSupply(view returns (uint256)
8888
maxTeamMint(view returns (uint256)
500
name(view returns (string)
BaboBunnyClub
owner(view returns (address)
0xfda783fcb20be69e22fe7fefc6f01c7776cc7049
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
BaboBunny
teamMinted(view returns (uint256)
500
totalFree(view returns (uint256)
8888
totalFreeMinted(view returns (uint256)
886
totalSupply(view returns (uint256)
8888
uriPrefix(view returns (string)
ipfs://QmPkA4dKyX6N7u5EzvWDzQ1HXdzBboSGN2tiqCyjwcW67S/
uriSuffix(view returns (string)
.json
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
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(