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 "0XZQ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20557665 | 3 months ago | | | 0 | 0.000053315014 | |
| 20093431 | 5 months ago | | | 0 | 0.00022799513 | |
| 19933909 | 6 months ago | | | 0 | 0.00072625718 | |
| 19730946 | 7 months ago | | | 0 | 0.00054156782 | |
| 19703200 | 7 months ago | | | 0 | 0.00080060849 | |
| 19680937 | 7 months ago | | | 0 | 0.00049960407 | |
| 19065156 | 10 months ago | | | 0 | 0.00051600809 | |
| 18989538 | 10 months ago | | | 0 | 0.00072204417 | |
| 18909969 | a year ago | | | 0 | 0.00046049437 | |
| 18907451 | a year ago | | | 0 | 0.00060891257 |
ABI
ABI objects
Getter at block 21267515
getGlobalWalletLimit() view returns (uint256)
500
getMaxMintableSupply() view returns (uint256)
10000
getNumberStages() view returns (uint256)
2
getTokenURISuffix() view returns (string)
.json
min_fee() view returns (uint256)
33000000000000
name() view returns (string)
0XZQ
owner() view returns (address)
0x236fe5aa9b95a11ae668f4b8a31ffe018082bc56
symbol() view returns (string)
ZeroXZQ
threshold() view returns (uint256)
2000000000000000
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getActiveStageFromTimestamp(uint64 timestamp) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getStageInfo(uint256 index) view returns (struct IERC721LMintStageInfo, uint32, uint256)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalMintedByAddress(address a) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint32 qty, bytes32[] proof) payable
ownerMint(uint32 qty, address to) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBaseURIPermanent()
setGlobalWalletLimit(uint256 globalWalletLimit)
setMaxMintableSupply(uint256 maxMintableSupply)
setStages(struct IERC721LMintStageInfo[] newStages)
setTokenURISuffix(string suffix)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateStage(uint256 index, uint80 cost, uint32 walletLimit, bytes32 merkleRoot, uint24 maxStageSupply, uint64 startTimeUnixSeconds, uint64 endTimeUnixSeconds)
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)
PermanentBaseURI(string baseURI)
SetActiveStage(uint256 activeStage)
SetBaseURI(string baseURI)
SetGlobalWalletLimit(uint256 globalWalletLimit)
SetMaxMintableSupply(uint256 maxMintableSupply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdateStage(uint256 stage, uint80 cost, uint32 walletLimit, bytes32 merkleRoot, uint24 maxStageSupply, uint64 startTimeUnixSeconds, uint64 endTimeUnixSeconds)
Withdraw(uint256 value)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotIncreaseMaxMintableSupply()
CannotUpdatePermanentBaseURI()
GlobalWalletLimitOverflow()
InsufficientStageTimeGap()
InvalidProof()
InvalidQueryRange()
InvalidStage()
InvalidStageArgsLength()
InvalidStartAndEndTimestamp()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSupplyLeft()
NotEnoughValue()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
StageSupplyExceeded()
TimestampExpired()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WalletGlobalLimitExceeded()
WalletStageLimitExceeded()
WithdrawFailed()