VERS

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x57a489b0 at 17120642
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 47 additional slots
-
variable spans 48 additional slots
4 additional variables

No balances found for "VERS"

No transactions found for "VERS"


Functions
Getter at block 21178202
getCurrentCost(view returns (uint256)
0
getStatus(view returns (uint256 _costuint64 _phasebool _isPauseuint256 _totalSupply)
(_cost=0, _phase=0, _isPause=false, _totalSupply=115792089237316195423570985008687907853269984665640564039457584007913129639935)
isBurnable(view returns (bool)
false
isPause(view returns (bool)
false
maxSupply(view returns (uint64)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
preCost(view returns (uint256)
0
publicCost(view returns (uint256)
0
publicMaxPerTx(view returns (uint64)
0
salePhase(view returns (uint64)
0
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
useAllowedPlatform(view returns (bool)
false
Read-only
allowedPlatform(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintedCount(address _addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedLists(uint64addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
burn(uint256[] _burnTokenIds
externalPublicMint1(address _addresspayable 
externalPublicMint2(address _addresspayable 
initialize(
ownerMint(address _addressuint256 count
preMint(uint256 _mintAmountuint256 _maxCountbytes32[] _proofpayable 
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAllowedExternalAddress(address addrbool enable
setAllowedPlatform(address operatorbool enable
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setBurnable(bool _bool
setHiddenBaseURI(string _uri
setMaxSupply(uint64 _maxSupply
setMember(address memberbool enable
setMerkleRoot(bytes32 _merkleRoot1
setMintedCountPhase(
setPause(bool _bool
setPreCost(uint256 _preCost
setPublicCost(uint256 _publicCost
setPublicMaxPerTx(uint64 _publicMaxPerTx
setReveal(bool _bool
setRoyaltyInfo(address _royaltyReceiveruint96 _feePercent
setSalePhase(uint64 _phase
setUseAllowedPlatform(bool enable
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAllowedPlatform(address operatorbool enable
SetMember(address memberbool enable
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
BurnCallerNotOwner(
CallerIsAnotherContract(
CallerIsNotTeam(
FailedWithdraw(
InvalidMerkleProof(
MaxSupplyOver(
MintAmountCannotBeZero(
MintAmountOver(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NonexistentToken(
NotAllowedExternalAddress(
NotAllowedPlatform(
NotBurnable(
NotEnoughFunds(
NowPaused(
OperatorNotAllowed(address operator
OverMintLimit(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PresaleIsActive(
PresaleIsNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(