BaboBunnyClub
Verified contract
Proxy
Active on
Ethereum with 2,805 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
4 additional
variables
Balances ($0.00)
No balances found for "BaboBunnyClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20960102 | 2 months ago | | | 0 | 0.00047128136 | |
| 20609507 | 3 months ago | | | 0 | 0.000081940456 | |
| 20594966 | 3 months ago | | | 0 | 0.00012494335 | |
| 20488513 | 4 months ago | | | 0 | 0.000037414481 | |
| 19330771 | 9 months ago | | | 0 | 0.0016570756 | |
| 19118044 | 10 months ago | | | 0 | 0.00082873618 | |
| 19118042 | 10 months ago | | | 0 | 0.0013145368 | |
| 18799927 | a year ago | | | 0 | 0.0016820325 | |
| 18764935 | a year ago | | | 0 | 0.0023176609 | |
| 18736544 | a year ago | | | 0 | 0.0019368558 |
ABI
ABI objects
Getter at block 21328103
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(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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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(address _logic, address admin_, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()