Voyager Pass
Verified contract
Active on
Ethereum with 11,063 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($97,273.72)
Native
Value
$97,273.72
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 31.35 | $3,102.83 |
$97,273.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21204898 | 21 hours ago | | | 0 | 0.00043067833 | |
| 21204719 | a day ago | | | 0 | 0.0011082067 | |
| 21201379 | a day ago | | | 0 | 0.00077492741 | |
| 21181682 | 4 days ago | | | 0 | 0.0019614166 | |
| 21162153 | 7 days ago | | | 0 | 0.00068682707 | |
| 21145156 | 9 days ago | | | 0 | 0.00081387889 | |
| 21134135 | 11 days ago | | | 0 | 0.00062953714 | |
| 21121737 | 12 days ago | | | 0 | 0.00026111626 | |
| 21120092 | 13 days ago | | | 0 | 0.00028329525 | |
| 21120085 | 13 days ago | | | 0 | 0.00027125779 |
ABI
ABI objects
Getter at block 21211196
auctionDuration() view returns (uint256)
5400
discountRate() view returns (uint256)
166666666666666
dutchAuctionActive() view returns (bool)
false
dutchAuctionStartAt() view returns (uint256)
0
endingPrice() view returns (uint256)
150000000000000000
legacyMintActive() view returns (bool)
true
legacyMintLimit() view returns (uint256)
1200
legacyMintedAmount() view returns (uint256)
244
mintPrice() view returns (uint256)
1000000000000000000
name() view returns (string)
Voyager Pass
owner() view returns (address)
0xfa61b6e35613f014bd4387898790e89572f63b57
privateMintActive() view returns (bool)
true
privateMintLimit() view returns (uint256)
997
privateMintedAmount() view returns (uint256)
997
privatePrice() view returns (uint256)
100000000000000000
publicSaleActive() view returns (bool)
true
publicSaleMintLimit() view returns (uint256)
7303
publicSaleMintedAmount() view returns (uint256)
7303
reveal() view returns (bool)
false
symbol() view returns (string)
VOP
totalSupply() view returns (uint256)
8544
voyagerCaptainMintActive() view returns (bool)
false
voyagerCaptainMintLimit() view returns (uint256)
500
voyagerCaptainMintedAmount() view returns (uint256)
0
Read-only
addressMinted(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
canMint(uint256 _whitelistIndex, address _address) view returns (bool, string)
canMint2(uint256 _whitelistIndex) view returns (bool, string)
getApproved(uint256 tokenId) view returns (address)
getMintPriceByUser(uint256 _whitelistIndex) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isPaid(uint256) view returns (bool)
isTokenPaid(uint256 _tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
whitelistInfo(uint256) view returns (bytes32)
State-modifying
Events airdrop(address _target, uint256 _whitelistIndex)
approve(address to, uint256 tokenId)
mintNFT(bytes32[] _merkleProof) payable
renounceOwnership()
revealNow()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDutchAuctionActive(bool _dutchAuctionActive)
setDutchAuctionInfo(uint256 _startPrice, uint256 _endPrice, uint256 _duration)
setMintActive(bool _isActive, uint256 mintTypeIndex)
setMintLimit(uint256 _voyagerCaptainMintLimit, uint256 _legacyMintLimit, uint256 _privateMintLimit)
setPrivatePrice(uint256 _privatePrice)
setRoot(bytes32 _root, uint256 _whitelistIndex)
setURIs(string _blindURI, string _URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.