Allstarz PSX

Verified contract

Active on Ethereum with 1,934 txns
Deployed by via 0x283b8952 at 16993904
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "Allstarz PSX"

0x7215994daee4147349d9af558b9e694240e0f0e595cd2deeef4bf8163f3f2b51
0x731dc0292b41e22251124c258cc51a358ce24836be10fb276fb6dfb979928bf3
0xebe0660214188715ad0f807849fdd68db5e5d0fefb77c72264869590c9217422
0x8f2f86dded433f0737579c9bfa1c44b4451c87a390619600fb367ef428884aa7
0x93467784098e00b03d8984373f4b0ff083603a187c4e897e75f451f1603b7493
0x671129f1ebed99a9ae08be59c2a0d35ec45b6663f4c3806ea1b188edf02ee6b1
0x32732dd350b78f2dbf6c32c515d6647e1331e881c1a39ebcd5b8816fb6140f33
0x9373fab01e7fd0d5019e9846db37053ba8ca442d2c8ad69d72fff381f2685a2f
0x10da5dbc6b8f6ad92226404d69c0c7784863109b82a89df20d142987bab9cd6e
0x923a4411b98742c0b56b6bc432e5bc79abef5a424795902ebbc479dc9b2cac96

Functions
Getter at block 21162001
getAllowlistMintMax(view returns (uint256)
1000
getAllowlistMintPrice(view returns (uint256)
0
getCollectionSize(view returns (uint256)
2500
getPublicMintPrice(view returns (uint256)
5000000000000000
getReservedFreeMint(view returns (uint256)
600
isAllowlistMintActive(view returns (bool)
true
isFreeMintActive(view returns (bool)
true
isMintActive(view returns (bool)
true
maxPerWallet(view returns (uint256)
16
maxPerWalletAllowlist(view returns (uint256)
3
merkleRootAllowlist(view returns (bytes32)
0x464945cdb427876009cc86e022780593815ef6bd06ebe075c63afb4eaccf07bc
merkleRootFreeMint(view returns (bytes32)
0xce98e030dd1324381376901e77cf90522a3efa2ed107d4aafe5157f79578e970
name(view returns (string)
Allstarz PSX
numAllowlistMint(view returns (uint256)
766
numFreeMint(view returns (uint256)
600
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0xff8051b45545e4ef431e1d3da84010fb84334b78
symbol(view returns (string)
PSX
totalSupply(view returns (uint256)
2500
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getOwnerAllowlistMintCount(address ownerview returns (uint16)
getOwnerFreeMintCount(address ownerview returns (uint16)
getOwnerGiftsCount(address ownerview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
allowlistMint(uint256 quantitybytes32[] merkleProofpayable 
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
freeMint(bytes32[] merkleProof
gift(address[] addresses
giftMultiple(address[] addressesuint256[] quantities
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setAllowlistMerkleRoot(bytes32 _merkleRootAllowlist
setAllowlistMintActive(bool _isAllowlistMintActive
setAllowlistMintPrice(uint256 _allowlistMintPrice
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCollectionSize(uint256 _collectionSize
setDefaultRoyalty(address receiveruint96 feeNumerator
setFreeMintActive(bool _isFreeMintActive
setFreeMintMerkleRoot(bytes32 _merkleRootFreeMint
setMaxAllowlistMint(uint256 _maxAllowlistMint
setMintActive(bool _isMintActive
setOperatorFilteringEnabled(bool value
setPublicMintPrice(uint256 _publicMintPrice
setReservedFreeMint(uint256 _reservedFreeMint
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
withdrawTokens(address token
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 collectionSize_uint256 reservedFreeMint_uint256 maxAllowlistMint_uint256 maxPerWalletAllowlist_uint256 maxPerWallet_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(