Golden Voyager Party
Verified contract
Active on
Ethereum with 579 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($316.87)
Native
Value
$316.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.08 | $3,960.87 |
$316.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16586257 | 2 years ago | | | 0 | 0.0010106820 | |
| 16386528 | 2 years ago | | | 0 | 0.00051298290 | |
| 16301625 | 2 years ago | | | 0 | 0.00042227868 | |
| 15691882 | 2 years ago | | | 0 | 0.00086616627 | |
| 15394669 | 2 years ago | | | 0 | 0.00033263287 | |
| 14687380 | 3 years ago | | | 0 | 0.0030107955 | |
| 14352849 | 3 years ago | | | 0 | 0.00082559983 | |
| 14257826 | 3 years ago | | | 0 | 0.011664542 | |
| 14242352 | 3 years ago | | | 0 | 0.00086482817 | |
| 14165991 | 3 years ago | | | 0 | 0.0035316001 |
ABI
ABI objects
Getter at block 21413500
baseURI() view returns (string)
https://api.goldenvoyagerparty.com/attributes/
name() view returns (string)
Golden Voyager Party
owner() view returns (address)
0x8cd08eedf8f42283252ea5410c9d80a7a3e094c2
symbol() view returns (string)
GVP
totalSupply() view returns (uint256)
591
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokensByOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) 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)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
mint(address _to) payable
mintMany(address _to, uint256 _amount) payable
mintReservedVoyagers(address _to, uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPaused(bool isPaused)
setTokenURI(uint256 tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 value)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed to, uint256 tokenId, bytes32 hash)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string uri_, uint256 hardCap_)
This contract contains no fallback and receive objects.
This contract contains no error objects.