VaultBooster

Verified contract

Active on Ethereum with 388 txns
Deployed by via 0x4e3ea22d at 14945142
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "VaultBooster"

0x674be9181634800b94a6c98ca4ec003b5bbaa5e9af2facf9c2e8b9ee7ff3d2b7
0x9abd8372c5edfc9546562ae416db633cd6b2be63c61889d512d71e4fcf3918fc
0xa1b698894b177f4b4c09646be27fd53c5be5333a7af23efdca32ddc033bde9d1
0x13819fa27818a5d3451638c3bd92905d15df092d4bb9e8f7c0c5c9efe2bd25a8
0xa267c3837e4cfa17005f2bc0c497e67edb3876df6a3b4637ba29b2773aa9d394
0x2cb16ec350176eab6dfed27763d8a904a712552ed2f5faac6991e856dfddfb6b
0xc3ba907902b07b25c628272008d1b0addc2dfe00988783ac098470178841bcca
0x3803a6c60aa23015564a083264fe3c7540626211c7713a4a6fa7193bd1f36508
0x24b37b7177ddc8481b5ae681546fa548f5c1ed4730c10e2f255329bfb2ede0f6
0x1f1b5c4a35f63d512f5d39374be320081b8ffec1f669c636b2ace026bd86cb3a

Functions
Getter at block 21222738
cost(view returns (uint256)
60000000000000000
hiddenMetadataUri(view returns (string)
ipfs://QmS35KcazJdkAY1bYsVax94AHuand1Rt3ZS42Gf8nXhctD/hidden.json
maxMintAmountPerTx(view returns (uint256)
2
maxPerWallet(view returns (uint256)
2
maxSupply(view returns (uint256)
222
merkleRoot(view returns (bytes32)
0x4d5757f54fb56a9822d7cb320a342e9e465285655de991c58071e832c10db2c6
name(view returns (string)
VaultBooster
owner(view returns (address)
0x18dc8aeba76d4da51b2b17bd83bafefd83748e71
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
VB
totalSupply(view returns (uint256)
222
uriPrefix(view returns (string)
ipfs://QmYLqrLpx5VexXhmFCx7mxm87m9eUzZEhYVKhUgkuinpNP/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
true
Read-only
addressBalance(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)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(