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 "XOplanets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17835280 | a year ago | | | 0 | 0.0057456824 | |
| 16732946 | 2 years ago | | | 0 | 0.0074267088 | |
| 16732941 | 2 years ago | | | 0 | 0.0067706032 | |
| 16711969 | 2 years ago | | | 0 | 0.0035849691 | |
| 16620103 | 2 years ago | | | 0 | 0.0067073147 | |
| 16586875 | 2 years ago | | | 0 | 0.0050511116 | |
| 16502750 | 2 years ago | | | 0 | 0.00070046217 | |
| 16402647 | 2 years ago | | | 0 | 0.0010420381 | |
| 16297375 | 2 years ago | | | 0 | 0.00056754000 | |
| 16297081 | 2 years ago | | | 0 | 0.0064921346 |
ABI
ABI objects
Getter at block 21223034
MAX_PUBLIC_MINT() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
5069
PRICE_PER_TOKEN() view returns (uint256)
220000000000000000
PRICE_PER_TOKEN_ALLOWLIST() view returns (uint256)
0
PROVENANCE() view returns (string)
c3e6941c4f261e90f628fa6d390a22a197980d078781e469e7a56612ff9ac1b4
contractURI() view returns (string)
ipfs://QmStryGvvEUFVGyqbKvevzU5gfN49HG4bL3SimXKf1rQWw
isAllowlistSaleActive() view returns (bool)
true
isSaleActive() view returns (bool)
false
name() view returns (string)
XOplanets
owner() view returns (address)
0x1ac7aae42a8b08f48900d826591642a3c20c1005
symbol() view returns (string)
XOP
totalSupply() view returns (uint256)
173
Read-only
allowlistMintAmount(address addr) view returns (uint8)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
freeMint(uint256 numberOfTokens, address to)
mint(uint256 numberOfTokens, address to) payable
mintAllowlisted(uint8 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowlistAddresses(address[] addresses, uint8 numAllowedToMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string contractUri_)
setDefaultRoyalty(address recipient, uint96 fraction)
setIsAllowlistSaleActive(bool isActive)
setIsSaleActive(bool isActive)
setMaxPublicMint(uint256 maxPublicMint_)
setMaxSupply(uint256 maxSupply_)
setPricePerToken(uint256 pricePerToken_)
setPricePerTokenAllowlist(uint256 pricePerTokenAllowlist_)
setProvenance(string provenance)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.