4 txs
21 calls
constructor
No constructor.
functions
authorizer
viewfunction authorizer() view returns (address authorizerAddress)
balanceOf
viewfunction balanceOf(address owner) view returns (uint256)
CONTEXT_TYPEHASH
viewfunction CONTEXT_TYPEHASH() view returns (bytes32)
contractURI
viewfunction contractURI() view returns (string)
eip712Domain
viewfunction eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
getApproved
viewfunction getApproved(uint256 tokenId) view returns (address)
isApprovedForAll
viewfunction isApprovedForAll(address owner, address operator) view returns (bool)
name
viewfunction name() view returns (string)
nonces
viewfunction nonces(address owner) view returns (uint256)
owner
viewfunction owner() view returns (address)
ownerOf
viewfunction ownerOf(uint256 tokenId) view returns (address)
royaltyInfo
viewfunction royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
SET_AUTHORIZER_TYPEHASH
viewfunction SET_AUTHORIZER_TYPEHASH() view returns (bytes32)
supportsInterface
viewfunction supportsInterface(bytes4 interfaceId) view returns (bool)
symbol
viewfunction symbol() view returns (string)
tierOf
viewfunction tierOf(uint256 tokenId) view returns (uint256 tier)
tokenURI
viewfunction tokenURI(uint256 tokenId) view returns (string)
totalSupply
viewfunction totalSupply() view returns (uint256)
airdrop
nonpayablefunction airdrop(tuple request, tuple signature)
airdrop
nonpayablefunction airdrop(address[] to, uint256[] quantity, uint256[] tier)
approve
payablefunction approve(address to, uint256 tokenId) payable
claim
nonpayablefunction claim(tuple request, tuple signature)
claim
nonpayablefunction claim(address to, uint256 quantity, uint256 tier)
initialize
nonpayablefunction initialize(tuple data, tuple moonpass)
renounceOwnership
nonpayablefunction renounceOwnership()
safeTransferFrom
payablefunction safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
safeTransferFrom
payablefunction safeTransferFrom(address from, address to, uint256 tokenId) payable
setApprovalForAll
nonpayablefunction setApprovalForAll(address operator, bool approved)
setAuthorizer
nonpayablefunction setAuthorizer(tuple request, tuple signature)
setAuthorizer
nonpayablefunction setAuthorizer(address authorizerAddress)
setBaseURI
nonpayablefunction setBaseURI(tuple request, tuple signature)
setBaseURI
nonpayablefunction setBaseURI(string uri)
setContractURI
nonpayablefunction setContractURI(tuple request, tuple signature)
setContractURI
nonpayablefunction setContractURI(string uri)
setRoyaltyInfo
nonpayablefunction setRoyaltyInfo(tuple request, tuple signature)
setRoyaltyInfo
nonpayablefunction setRoyaltyInfo(address feeCollector, uint96 feeNumerator)
setTokenTier
nonpayablefunction setTokenTier(tuple request, tuple signature)
setTokenTier
nonpayablefunction setTokenTier(uint256 tokenId, uint256 tier)
transferFrom
payablefunction transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership
nonpayablefunction transferOwnership(address newOwner)
events
Approval
event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll
event ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuthorizerChange
event AuthorizerChange(address authorizationManager)
AuthorizerChange
event AuthorizerChange(address authorizationManager)
ConsecutiveTransfer
event ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
EIP712DomainChanged
event EIP712DomainChanged()
Initialized
event Initialized(uint64 version)
NFTCollectionBaseURIChange
event NFTCollectionBaseURIChange()
NFTCollectionContractURIChange
event NFTCollectionContractURIChange()
NFTCollectionRoyaltyInfoChange
event NFTCollectionRoyaltyInfoChange(address feeCollector, uint96 feeNumerator)
NFTTokenTierChange
event NFTTokenTierChange(uint256 indexed tokenId, uint256 indexed tier)
OwnershipTransferred
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer
event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
errors
AccessControlUnauthorizedAccount
error AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ApprovalCallerNotOwnerNorApproved
error ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken
error ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress
error BalanceQueryForZeroAddress()
ECDSAInvalidSignature
error ECDSAInvalidSignature()
ECDSAInvalidSignatureLength
error ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS
error ECDSAInvalidSignatureS(bytes32 s)
ERC2981InvalidDefaultRoyalty
error ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver
error ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty
error ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver
error ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
InvalidAccessControl
error InvalidAccessControl()
InvalidAccountNonce
error InvalidAccountNonce(address account, uint256 currentNonce)
InvalidAddressError
error InvalidAddressError()
InvalidAirdropRequest
error InvalidAirdropRequest()
InvalidInitialization
error InvalidInitialization()
InvalidRequestError
error InvalidRequestError()
InvalidTokenTierError
error InvalidTokenTierError()
MintERC2309QuantityExceedsLimit
error MintERC2309QuantityExceedsLimit()
MintToZeroAddress
error MintToZeroAddress()
MintZeroQuantity
error MintZeroQuantity()
NotInitializing
error NotInitializing()
OwnableInvalidOwner
error OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount
error OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken
error OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData
error OwnershipNotInitializedForExtraData()
ReentrancyGuardReentrantCall
error ReentrancyGuardReentrantCall()
TransferCallerNotOwnerNorApproved
error TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner
error TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer
error TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress
error TransferToZeroAddress()
URIQueryForNonexistentToken
error URIQueryForNonexistentToken()
creation bytecode
0x3d602d80600a3d3981f3363d3d373d3d3d363d73db340b88d0b1f17bbb4104397245b94f97c5c0d55af43d82803e903d91602b57fd5bf3