FairxyzPolygonzkEVM
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
20
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 42 additional slots
-
variable spans 48 additional slots
19 additional
variables
Balances ($0.00)
No balances found for "FairxyzPolygonzkEVM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FairxyzPolygonzkEVM"
ABI
ABI objects
Getter at block 21256623 viewCurrentPrice() view returns (uint256) viewCurrentStage() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
SECOND_ADMIN_ROLE() view returns (bytes32)
0xfd63b67fde00b77f1f54f050135a475665b815acd10a8e7fd785ba074846734a
_mintedTokens() view returns (uint256)
0
burnable() view returns (bool)
false
isSoulBound() view returns (bool)
false
name() view returns (string)
operatorFilterDisabled() view returns (bool)
false
operatorFilterRegistry() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
signatureReleased() view returns (bool)
false
symbol() view returns (string)
tokensAvailable() view returns (uint128 maxTokens, uint128 globalMintsPerWallet)
(maxTokens=0, globalMintsPerWallet=0)
totalStages() view returns (uint256)
0
totalSupply() view returns (uint256)
0
viewLatestStage() view returns (uint256)
0
viewMinted() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
stageMints(uint256, address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalWalletMints(address minterAddress) view returns (uint256)
viewStageMap(uint256 stageId) view returns (struct FairxyzPolygonzkEVMStageData)
State-modifying
Events _initialize(uint128 maxTokens_, string name_, string symbol_, string URI, uint96 royaltyPercentage_, uint128 globalMintsPerWallet_, address[] royaltyReceivers, address ownerOfContract, struct FairxyzPolygonzkEVMStageData[] stages, bool isSBT)
airdrop(address[] address_, uint256 tokenCount) returns (uint256)
approve(address to, uint256 tokenId)
burn(uint256 tokenId) returns (uint256)
changePrimarySaleReceiver(address newPrimarySaleReceiver)
changeSecondaryRoyaltyReceiver(address newSecondaryRoyaltyReceiver, uint96 newRoyaltyValue)
changeURI(string newURI)
emitEvent()
grantRole(bytes32 role, address account)
merkleMint(bytes32[] _merkleProof, uint256 numberOfTokens, uint256 maxMintsPerWallet, address recipient) payable
mint(bytes signature, uint256 nonce, uint256 numberOfTokens, uint256 maxMintsPerWallet, address recipient) payable
releaseSignature()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setGlobalMaxMints(uint128 newGlobalMaxMintsPerWallet)
setStages(struct FairxyzPolygonzkEVMStageData[] stages, uint256 startId)
toggleBurnable()
toggleOperatorFilterDisabled() returns (bool)
toggleSoulBound()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistry(address newRegistry, address subscriptionOrRegistrantToCopy, bool subscribe)
updateRegistrySubscription(address subscriptionOrRegistrantToCopy, bool subscribe, bool copyEntries)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw() payable
AdminChanged(address previousAdmin, address newAdmin)
Airdrop(uint256 tokenCount, uint256 newTotal, address[] recipients)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
BurnableSet(bool burnState)
Initialized(uint8 version)
Mint(address minterAddress, uint256 stage, uint256 mintCount)
NewCloneTicker(address _newClone, address _owner, string symbol)
NewMaxMintsPerWalletSet(uint128 newGlobalMintsPerWallet)
NewPrimarySaleReceiver(address newPrimaryReceiver)
NewSecondaryRoyalties(address newSecondaryReceiver, uint96 newRoyalty)
NewStagesSet(struct FairxyzPolygonzkEVMStageData[] stages, uint256 startIndex)
OperatorFilterDisabled(bool disabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SignatureReleased()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AddressLimitPerTx()
BurnerIsNotApproved()
BurningOff()
CannotDeleteOngoingStage()
CannotEditPastStages()
ETHSendFail()
EndTimeInThePast()
EndTimeLessThanStartTime()
ExceedsMintsPerWallet()
ExceedsNFTsOnSale()
IncorrectIndex()
InvalidNonce()
InvalidStartTime()
LessNFTsOnSaleThanBefore()
MerkleProofFail()
MerkleStage()
NotEnoughETH()
OnlyAdmin()
OperatorNotAllowed(address operator)
PhaseLimitEnd()
PhaseLimitExceedsTokenCount()
PhaseStartsBeforePriorPhaseEnd()
PublicStage()
RegistryInvalid()
ReusedHash()
SaleEnd()
SaleNotActive()
StageDoesNotExist()
StageLimitPerTx()
StartTimeInThePast()
TimeLimit()
TokenCountExceedsPhaseLimit()
TokenDoesNotExist()
TokenIsSoulBound()
TokenLimitPerTx()
TooManyStagesInTheFuture()
UnauthorisedUser()
UnrecognizableHash()
ZeroAddress()