This contract is being backfilled. You may encounter incomplete storage history.

ERC721AFacet

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xae302199 at 16670848
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 14 additional slots

No balances found for "ERC721AFacet"

No transactions found for "ERC721AFacet"


Functions
Getter at block 20795375
allowlistMintOpen(view returns (bool)
false
baseTokenURI(view returns (string)
isReveal(view returns (bool)
false
maxMintsPerWallet(view returns (uint32)
0
maxMintsTeam(view returns (uint32)
0
maxSupply(view returns (uint32)
0
mintPrice(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x834a1b43f2b4b613dec4b329cf1bf6d966925b49
publicMintOpen(view returns (bool)
false
royaltiesBasisPoints(view returns (uint256)
0
royaltiesRecipient(view returns (address)
0x0000000000000000000000000000000000000000
stakingOpen(view returns (bool)
false
symbol(view returns (string)
totalMintedTeam(view returns (uint256)
0
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address whoview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
stakingStatus(uint32[] tokenIdsview returns (struct LibDiamondStaking[] statusses)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
__DefaultOperatorFilterer_init(
__OperatorFilterer_init(address subscriptionOrRegistrantToCopybool subscribe
allowlistMint(bytes signatureuint256 quantitypayable 
approve(address touint256 tokenId
banFromStaking(uint256 tokenId
grantRole(bytes32 roleaddress account
initialize(
mint(bytes signatureuint256 quantitypayable 
mintTeam(address touint256 quantity
renounceOwnership(
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
safeTransferWhileStaking(address fromaddress touint256 tokenId
setAllowlistMintOpen(bool _allowlistMintOpen
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _baseTokenURI
setFilterOperator(address subscriptionOrRegistrantToCopybool subscribe
setMaxMintsPerWallet(uint32 _maxMintsPerWallet
setMethodsExposureFacetAddress(address _methodsExposureFacetAddress
setMintPrice(uint256 _mintPrice
setPublicMintOpen(bool _publicMintOpen
setReveal(bool _isReveal
setRoyaltiesBasisPoints(uint256 _royaltiesBasisPoints
setRoyaltiesRecipient(address _royaltiesRecipient
setStakingOpen(bool open
toggleStaking(uint256[] tokenIds
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Staked(uint256 indexed tokenId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unstaked(uint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(