VisionsOfTheVoidV2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xc2aead28 at 20946300
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 49 additional slots
-
variable spans 49 additional slots

No balances found for "VisionsOfTheVoidV2"

No transactions found for "VisionsOfTheVoidV2"


Functions
Getter at block 21221780
baseURI(view returns (string)
cost(view returns (uint256)
0
getTransferValidationFunction(pure returns (bytes4 functionSignaturebool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=true)
getTransferValidator(view returns (address validator)
0x0000000000000000000000000000000000000000
isPaused(view returns (bool)
false
isRevealed(view returns (bool)
false
maxMintAmount(view returns (uint256)
0
maxSupply(view returns (uint256)
0
maxTxMintAmount(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
reserveSupply(view returns (uint256)
0
starToken(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedTotalOfAddress(address _addressview returns (uint64)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _address
airdropAncientRewards(address[] _address
airdropCelestialRewards(address[] _address
airdropMultipleToAddress(address _addressuint256 _mintAmount
airdropRewards(address[] _addressuint256 _mintAmount
airdropRiderRewards(address[] _address
airdropSRXRewards(address[] _address
approve(address touint256 tokenIdpayable 
initialize(address transferValidator_
mint(uint256 _mintAmountpayable 
ownerMint(uint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setMaxMintAmount(uint256 _newMaxMintAmount
setMaxSupply(uint256 _newMaxSupply
setMaxTxMintAmount(uint256 _newMaxTxMintAmount
setReserveSupply(uint256 _newReserveSupply
setStarToken(address _contract
setTransferValidator(address validator
toggleIsPaused(
toggleIsRevealed(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(payable 
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
NewVisionMinted(address senderuint256 mintAmount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferValidatorUpdated(address oldValidatoraddress newValidator
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressesExceedReserveSupply(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidAddressAmount(
InvalidAirdropAmount(
InvalidMintAmount(
InvalidQueryRange(
InvalidValue(
MaxMintAmountExceeded(
MaxTransactionMintAmountExceeded(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NewReserveSupplyToHigh(
NewSupplyToHigh(
NewSupplyToLow(
NoBalanceToWithdraw(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PublicMintNotOpen(
ReserveSupplyEmpty(
ReserveSupplyExceeded(
SupplyExceeded(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(