VERS PREMIUM PASS
Verified contract
Proxy
Active on
Ethereum with 486 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
8 additional
variables
Balances ($0.00)
No balances found for "VERS PREMIUM PASS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19892757 | 7 months ago | | | 0 | 0.00020063460 | |
| 18546080 | a year ago | | | 0 | 0.0019603634 | |
| 18488008 | a year ago | | | 0 | 0.0013567106 | |
| 18440601 | a year ago | | | 0 | 0.0010824176 | |
| 18440476 | a year ago | | | 0 | 0.00090984914 | |
| 18420565 | a year ago | | | 0 | 0.0016157036 | |
| 18420546 | a year ago | | | 0 | 0.0022670525 | |
| 18403256 | a year ago | | | 0 | 0.00043039270 | |
| 18397244 | a year ago | | | 0 | 0.00041711061 | |
| 18396347 | a year ago | | | 0 | 0.00045593734 |
ABI
ABI objects
Getter at block 21320158
getCurrentCost() view returns (uint256)
90000000000000000
getStatus() view returns (uint256 _cost, uint64 _phase, bool _isPause, uint256 _totalSupply)
(_cost=90000000000000000, _phase=5, _isPause=true, _totalSupply=546)
isBurnable() view returns (bool)
false
isPause() view returns (bool)
true
maxSupply() view returns (uint64)
1111
name() view returns (string)
VERS PREMIUM PASS
owner() view returns (address)
0xdd3ea5b4992b0a18277098f595e0f0bac09d9c8c
preCost() view returns (uint256)
90000000000000000
publicCost() view returns (uint256)
90000000000000000
publicMaxPerTx() view returns (uint64)
2
salePhase() view returns (uint64)
5
symbol() view returns (string)
VPP
totalSupply() view returns (uint256)
546
useAllowedPlatform() view returns (bool)
false
Read-only
allowedPlatform(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedCount(address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedLists(uint64, address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address operator, uint256 tokenId)
burn(uint256[] _burnTokenIds)
externalPublicMint1(address _address) payable
externalPublicMint2(address _address) payable
initialize()
ownerMint(address _address, uint256 count)
preMint(uint256 _mintAmount, uint256 _maxCount, bytes32[] _proof) payable
publicMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowedExternalAddress(address addr, bool enable)
setAllowedPlatform(address operator, bool enable)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setBurnable(bool _bool)
setHiddenBaseURI(string _uri)
setMaxSupply(uint64 _maxSupply)
setMember(address member, bool enable)
setMerkleRoot(bytes32 _merkleRoot1)
setMintedCountPhase()
setPause(bool _bool)
setPreCost(uint256 _preCost)
setPublicCost(uint256 _publicCost)
setPublicMaxPerTx(uint64 _publicMaxPerTx)
setReveal(bool _bool)
setRoyaltyInfo(address _royaltyReceiver, uint96 _feePercent)
setSalePhase(uint64 _phase)
setUseAllowedPlatform(bool enable)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAllowedPlatform(address operator, bool enable)
SetMember(address member, bool enable)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
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()