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 "XiuXiu X Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20771235 | 2 months ago | | | 0 | 0.0011574398 | |
| 19079742 | 10 months ago | | | 0 | 0.00045720896 | |
| 18909978 | a year ago | | | 0 | 0.00052264190 | |
| 18373921 | a year ago | | | 0 | 0.00074489341 | |
| 18373920 | a year ago | | | 0 | 0.00037667593 | |
| 17852665 | a year ago | | | 0 | 0.00028746610 | |
| 17837788 | a year ago | | | 0 | 0.00070983920 | |
| 17445304 | a year ago | | | 0 | 0.00086802447 | |
| 17408260 | a year ago | | | 0 | 0.00062457580 | |
| 17290489 | 2 years ago | | | 0 | 0.0020368199 |
ABI
ABI objects
Getter at block 21288720
LIMIT_PER_WALLET() view returns (uint256)
2
MAX_MULTIMINT() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
1000
PRICE() view returns (uint256)
19000000000000000
PRICE_WL() view returns (uint256)
10000000000000000
WL_SUPPLY() view returns (uint256)
300
_metadataURI() view returns (string)
getMintType() view returns (uint8)
3
merkleRoot() view returns (bytes32)
0xf59a6f66b13bccf4eba3b430ad763554ef63f5e754027caba6b7703ac1a00590
merkleRootOG() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintType() view returns (uint8)
3
name() view returns (string)
XiuXiu X Genesis
owner() view returns (address)
0xc4af1c2a64ba3f7b9e028e202d4aa8e8c2edc788
symbol() view returns (string)
XXXGenesis
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof) view returns (bool)
isValidOG(bytes32[] proof) view returns (bool)
mintedAmount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airMint(address[] _to, uint256 _count) payable
airdrop(address[] _to, uint256 _count)
approve(address to, uint256 tokenId)
mint(uint256 _count) payable
mintFree(uint256 _count)
mintGod(address _to, uint256 _count)
mintOG(uint256 _count, bytes32[] _proof) payable
mintTo(uint256 _count, address _to) payable
mintWL(uint256 _count, bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setLIMIT_PER_WALLET(uint256 _count)
setMAX_MULTIMINT(uint256 _count)
setMAX_SUPPLY(uint256 _count)
setMetadataURI(string _URI)
setMintType(uint8 _mintType)
setPRICE(uint256 _price)
setPRICE_WL(uint256 _price)
setRoot(bytes32 _root)
setRootOG(bytes32 _root)
setWL_SUPPLY(uint256 _count)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _customBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()