0XZQ

Verified contract

Active on Ethereum with 1,440 txns
Deployed by via 0xad7be8af at 17925616
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "0XZQ"

0x7cea9ed6df95bfae06c5040ffa859b6386eb3ebeab99c4e47154910e5e69071a
0x1d42a3686a6d8d41d419e04a2d291a4246fa726bf56cae51ed96675b685018ca
0x58fac662974278c8e03c221153ddf6b712af2769c75ce87fdb34c6b196c9894c
0xae089d26516278f60e51f296d536287c136319de4c191a9c2da1537610a1a4fa
0x4e5ccd65ab6114751746d46bd018f3e664ff014669b7d34412afdeb6a53c815b
0x1619e490a1ab6deb944ed3fb81f8592dfdad972a60cdb74558ee650f5853a4ed
0x617548d546c592c20f5fe8c2d5d8f5f97d67dc0f9ddc03b9bff9af84dd089506
0x2da2a1b7812bfbbb558ab65c563141420f87df13101fbb6793764889671222b1
0x46fc621ccb0f25b92c51b89cf91ea442212c2f7ef9b2610861d5f2bf29aff384
From
0xa0484d77248d84c42d9fc3cc1fa58947b84111e8aeeb31d953fd5becaddb7001

Functions
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 ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getActiveStageFromTimestamp(uint64 timestampview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getStageInfo(uint256 indexview returns (struct IERC721LMintStageInfouint32uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalMintedByAddress(address aview returns (uint256)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint32 qtybytes32[] proofpayable 
ownerMint(uint32 qtyaddress topayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setBaseURIPermanent(
setGlobalWalletLimit(uint256 globalWalletLimit
setMaxMintableSupply(uint256 maxMintableSupply
setStages(struct IERC721LMintStageInfo[] newStages
setTokenURISuffix(string suffix
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateStage(uint256 indexuint80 costuint32 walletLimitbytes32 merkleRootuint24 maxStageSupplyuint64 startTimeUnixSecondsuint64 endTimeUnixSeconds
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PermanentBaseURI(string baseURI
SetActiveStage(uint256 activeStage
SetBaseURI(string baseURI
SetGlobalWalletLimit(uint256 globalWalletLimit
SetMaxMintableSupply(uint256 maxMintableSupply
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UpdateStage(uint256 stageuint80 costuint32 walletLimitbytes32 merkleRootuint24 maxStageSupplyuint64 startTimeUnixSecondsuint64 endTimeUnixSeconds
Withdraw(uint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
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(