Voyager
Verified contract
Active on
Ethereum with 4,246 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Voyager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251816 | 5 days ago | | | 0 | 0.0012663374 | |
| 21166517 | 17 days ago | | | 0 | 0.0019049007 | |
| 21058261 | a month ago | | | 0 | 0.00037142791 | |
| 20986621 | a month ago | | | 0 | 0.0010800451 | |
| 20916661 | 2 months ago | | | 0 | 0.00053835736 | |
| 20916660 | 2 months ago | | | 0 | 0.00054563079 | |
| 20916451 | 2 months ago | | | 0 | 0.0011547424 | |
| 20856886 | 2 months ago | | | 0 | 0.00045557079 | |
| 20225008 | 5 months ago | | | 0 | 0.00020878362 | |
| 19934641 | 6 months ago | | | 0 | 0.00027036831 |
ABI
ABI objects
Getter at block 21287475
name() view returns (string)
Voyager
owner() view returns (address)
0x6b88d0f4e94013b38e7c49ddc24135bfb0e2d49b
paused() view returns (bool)
false
placeholder() view returns (string)
ipfs://Qme7uHh4PLYogW2Jtgj4bGadzUvDFZhv9iNgtgGefpUy5k
preSaleLive() view returns (bool)
true
price() view returns (uint256)
250000000000000000
provenance() view returns (string)
publicSaleLive() view returns (bool)
false
signer() view returns (address)
0xdeadbae0dd00000f215f72bba3d6bfb2087a2709
supply() view returns (uint256)
2057
symbol() view returns (string)
VOYAGER
totalSupply() view returns (uint256)
2056
treasury() view returns (address)
0x6b88d0f4e94013b38e7c49ddc24135bfb0e2d49b
uri() view returns (string)
https://ipfs.io/ipfs/QmW9KmtjYiXvPZEuFSmbmp6rSk95LGYtaRRkntwRKBKmUf/
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAdmin(address _admin)
adminMint(uint256 quantity, address to)
approve(address to, uint256 tokenId)
burn(uint256 id)
pause()
presaleMint(uint256 quantity, bytes signature) payable
publicMint(uint256 quantity, bytes signature) payable
removeAdmin(address _admin)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPlaceholder(string _uri)
setPrice(uint256 _price)
setProvenance(string _provenance)
setSigner(address _signer)
setSupply(uint256 _supply)
setTreasury(address _treasury)
setURI(string _uri)
togglePreSale()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
PreSaleLive(bool live)
PublicSaleLive(bool live)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()