Galactic Explorers
Verified contract
Active on
Ethereum with 5,993 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 "Galactic Explorers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103482 | 15 days ago | | | 0 | 0.00010166172 | |
| 20716075 | 2 months ago | | | 0 | 0.000090433485 | |
| 20660665 | 3 months ago | | | 0 | 0.000024156661 | |
| 20660665 | 3 months ago | | | 0 | 0.000036361992 | |
| 20599159 | 3 months ago | | | 0 | 0.000038115942 | |
| 20599157 | 3 months ago | | | 0 | 0.000037634707 | |
| 20599156 | 3 months ago | | | 0 | 0.000037007568 | |
| 20469102 | 3 months ago | | | 0 | 0.000068977198 | |
| 20099828 | 5 months ago | | | 0 | 0.000074306624 | |
| 20099828 | 5 months ago | | | 0 | 0.000071970172 |
ABI
ABI objects
Getter at block 21212759
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs://QmY6Kt1JMSxV8fvcnPhtRJPa4NY9tY4j6bsq7x3pEbNfih/hidden.json
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
8888
merkleRoot() view returns (bytes32)
0x64fda944b1135eeebcc9eb5d95f50bc21c043251743ee5630d32ee02365228c8
name() view returns (string)
Galactic Explorers
owner() view returns (address)
0x8958350887150a371bb1a212dbba0b13a1bb86a4
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
GEX
totalSupply() view returns (uint256)
8888
uriPrefix() view returns (string)
ipfs://QmU3VvrZUGJ3dECDskP8f5WvY3tUmvp7F6Zh5QdUd4HuBV/
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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)
constructor(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.