Allstarz PSX
Verified contract
Active on
Ethereum with 1,934 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Allstarz PSX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161825 | 36 minutes ago | | | 0 | 0.00082783850 | |
| 21150143 | 2 days ago | | | 0 | 0.00054185342 | |
| 21146197 | 2 days ago | | | 0 | 0.00060161635 | |
| 21145491 | 2 days ago | | | 0 | 0.00068377175 | |
| 21100769 | 9 days ago | | | 0 | 0.00040719986 | |
| 21056452 | 15 days ago | | | 0 | 0.00036007774 | |
| 21031224 | 18 days ago | | | 0 | 0.00051570398 | |
| 21021389 | 20 days ago | | | 0 | 0.00048600590 | |
| 21015391 | 20 days ago | | | 0 | 0.00067158342 | |
| 20998345 | 23 days ago | | | 0 | 0.00046375864 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getOwnerAllowlistMintCount(address owner) view returns (uint16)
getOwnerFreeMintCount(address owner) view returns (uint16)
getOwnerGiftsCount(address owner) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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[])
State-modifying
Events allowlistMint(uint256 quantity, bytes32[] merkleProof) payable
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
freeMint(bytes32[] merkleProof)
gift(address[] addresses)
giftMultiple(address[] addresses, uint256[] quantities)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAllowlistMerkleRoot(bytes32 _merkleRootAllowlist)
setAllowlistMintActive(bool _isAllowlistMintActive)
setAllowlistMintPrice(uint256 _allowlistMintPrice)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCollectionSize(uint256 _collectionSize)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setFreeMintActive(bool _isFreeMintActive)
setFreeMintMerkleRoot(bytes32 _merkleRootFreeMint)
setMaxAllowlistMint(uint256 _maxAllowlistMint)
setMintActive(bool _isMintActive)
setOperatorFilteringEnabled(bool value)
setPublicMintPrice(uint256 _publicMintPrice)
setReservedFreeMint(uint256 _reservedFreeMint)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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(uint256 collectionSize_, uint256 reservedFreeMint_, uint256 maxAllowlistMint_, uint256 maxPerWalletAllowlist_, uint256 maxPerWallet_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()