Vanta Club

Verified contract

Active on Ethereum with 713 txns
Deployed by via 0xcbd18081 at 19278399
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
-
variable spans 2 additional slots
-
variable spans 6 additional slots

No balances found for "Vanta Club"

0x55749df8ace3c4308a55e275ec412d60261b604164a392480b473d1f8bc09be8
0x7a6a8cde219d371a7ebc0261be62f0b6e7cf8e59c39a05b737ed4e9db19bc972
0xbd499534f1315877ce609000d07a5d006a4cd63a1e9c90d2a99bf8bdc16b893c
0x580f6a1388a8040d60a7cc19e529572b95c449c612de07d4e7f6125a34853396
0x2444bce24bc09608112dda120998ef2e468886f1e8cdcd011dba238563e94064
0x3daa81a6bd46a1732e5e9c28ea8dd138007f9647a75ab5ceac05befb929258e8
0xdd52441fa29d999fdf92d34d1e8025ae31ef724c674581caf18673581a994b4e
0x7dc4454590284d37e224d354ca38942b9f327690240d9c7f8270c5ed515b646b
0x201cf75574fb9678ee5044f24280ffd606f90d52e7ef557b10b149b05f5c042b
0x0b89ed8a765b6f50275ee21558af137abbe924da17e7fe918489fd2bb2d2f3bd

Functions
Getter at block 20820109
addresses(view returns (address recoveryAddressaddress collectionOwnerAddressaddress authorisationAddressaddress purchaseTokenAddressaddress managerPrimaryRoyaltyAddressaddress customerPrimaryRoyaltyAddressaddress secondaryRoyaltyAddress)
(recoveryAddress=0x7b58d24ed811b1cba23887855982f283fade1493, collectionOwnerAddress=0x7b58d24ed811b1cba23887855982f283fade1493, authorisationAddress=0x0eb8f441c42512bbd4b7cbcfc7c493955da6ecf2, purchaseTokenAddress=0x0000000000000000000000000000000000000000, managerPrimaryRoyaltyAddress=0x62d516276381042016b38b65c89c05ea59ccb13b, customerPrimaryRoyaltyAddress=0x7b58d24ed811b1cba23887855982f283fade1493, secondaryRoyaltyAddress=0x72ec88d4318e0a976d0999f5d6ad943bc0ac3b7a)
contractManager(view returns (address)
0x007c76f38da709b75a8a9a7373ce40981d91cd38
contractURI(view returns (string uri)
https://api.hypermint.com/metadata/1748046e-a7e7-4988-8896-30395cf9b664
 
generalConfig(view returns (string namestring symbolstring contractMetadataUrlstring tokenMetadataUrlbool allowBuybool allowPublicTransferuint256 publicSaleDateuint256 saleCloseDateuint256 primaryRoyaltyFeeuint256 secondaryRoyaltyFee)
name(view returns (string collectionName)
Vanta Club
owner(view returns (address)
0x7b58d24ed811b1cba23887855982f283fade1493
supply(view returns (uint256 _supply)
500
symbol(view returns (string collectionSymbol)
VANTA
tokenConfig(view returns (uint256 priceuint256 maxSupplyuint256 maxPerTransaction)
(price=1500000000000000000, maxSupply=500, maxPerTransaction=3)
totalSupply(view returns (uint256)
500
version(view returns (string)
2.3.0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address royaltyAddressuint256 royaltyAmount)
supportsInterface(bytes4 _interfaceIdview returns (bool result)
tokenURI(uint256 _tokenIdview returns (string uri)
totalMinted(address addrview returns (uint256 numMinted)
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
buy(uint256 _amountpayable 
buyAuthorised(uint256 _amountuint256 _totalPriceuint256 _maxPerAddressuint256 _expiresbytes _signaturepayable 
mintBatch(address[] _accountsuint256[] _amounts
recoverContract(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setAddresses(struct Addresses _addresses
setAllowBuy(bool _allowBuy
setAllowPublicTransfer(bool _allowPublicTransfer
setApprovalForAll(address operatorbool approved
setDates(uint256 _publicSaleuint256 _saleClosed
setMetadataURIs(string _contractURIstring _tokenURI
setNameAndSymbol(string _newNamestring _newSymbol
setRoyalty(uint256 _primaryFeeuint256 _secondaryFee
setTokenConfig(uint256 _priceuint256 _maxSupplyuint256 _maxPerTransaction
transferAuthorised(address _fromaddress _touint256 _tokenIduint256 _expiresbytes _signature
transferContractManager(address newContractManager
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ContractManagerTransferred(address indexed previousContractManageraddress indexed newContractManager
MetadataUpdate(uint256 _tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(struct GeneralConfig _generalConfigstruct TokenConfig _tokenConfigstruct Addresses _addresses
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
BuyDisabled(
ContractCallBlocked(
ImmutableRecoveryAddress(
InsufficientPaymentValue(
MaxPerAddressExceeded(
MaxPerTransactionExceeded(
MaxSupplyExceeded(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NewSupplyTooLow(
NonExistentToken(
NotAuthorised(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PayoutToCustomerFailed(
PayoutToManagerFailed(
PublicSaleClosed(
SaleClosed(
SignatureExpired(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
TransfersDisabled(
URIQueryForNonexistentToken(