VOXVOT_BlindVox

Verified contract

Active on Ethereum with 9,770 txns
Deployed by via 0xeb1c5698 at 15830582
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "VOXVOT_BlindVox"

0x2179cb6df74192c794bf85c46500f10760861be0adc6382db2b0d8681cce139b
0xd24b9596e25a6eed186dd4805c15524bf6c247c147884ac2dbf0f8460f03a584
0x7d0fb9f66dd5144e9a6e0398f6519c24132b88806d26f5c63480cf0ef3b56c0d
0x6774caa67b4b001360bce131fa60cc2ce3d4abb3ee21950ede807921fd147489
0xde6b55805d710b6cd65dd730a53fce42c49a80caeaf15b52836a0cc94d3c8e4f
0x7f4befcc6fca6d823f337459d89fa9669a6261c4c7beeef9fd1e1c2612240979
0xa00839876a677a035e5af171b719ab1b2c8988fd6cba289118b40068660468de
0x0354b1f5de350b2fff1fcb27d6437ec93047d49388d503aad68bfc983881a3d0
0x229bbddb67101c068192e5bf747cd607d3703313c4635286fe0afe855a17727e
0xe686d761424d590892c7b876189b73b3d54b6a2f7eb9b1e54286bceef4a7dd96

Functions
Getter at block 20855086
WLMintlimit(view returns (uint256)
2
baseExtension(view returns (string)
.json
isOpenable(view returns (bool)
true
isWhitelistMint(view returns (bool)
true
maxSupply(view returns (uint256)
6666
name(view returns (string)
VOXVOT_BlindVox
owner(view returns (address)
0x87ddac04b3546af141f02a5706ed2c6cfc64ea93
paused(view returns (bool)
false
publicMintlimit(view returns (uint256)
4
symbol(view returns (string)
VXVTBV
totalMints(view returns (uint256)
6666
totalSupply(view returns (uint256)
4890
Read-only
WLMintCount(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMintCount(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
mintBlindVox(uint256 amountpayable 
openVox(uint256 tokenid
openVoxes(uint256[] tokenids
ownerMint(uint256 amount
pause(
preMint(address[] listedAddruint256[] sendAmounts
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseUri(string _newBaseUri
setIsOpenable(
setMaxSupply(uint256 _newSupply
setMintStatus(
setNftContract(address _newAddr
setPublicMintLimit(uint256 _newLimit
setRootHash(bytes32 _newHash
setWLMintLimit(uint256 _newLimit
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
whitelistMint(bytes32[] proofpayable 
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string _namestring _symbolstring _baseUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ExcessMint(
InvalidAddr(
InvalidInput(
InvalidQueryRange(
IsPublicMint(
IsWhiteListMint(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoBotMint(
NonexistsToken(
NotOpenable(
NotOwner(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(