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

ERC721AFacet

Verified contract

Implementation

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

No balances found for "ERC721AFacet"

No transactions found for "ERC721AFacet"


Functions
Getter at block 20798118
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
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)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowlistMint(bytes signatureuint256 quantitypayable 
approve(address touint256 tokenId
initialize(
mint(bytes signatureuint256 quantitypayable 
mintTeam(address touint256 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowlistMintOpen(bool _allowlistMintOpen
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _baseTokenURI
setMaxMintsPerWallet(uint32 _maxMintsPerWallet
setMaxMintsTeam(uint32 _maxMintsTeam
setMaxSupply(uint32 _maxSupply
setMethodsExposureFacetAddress(address _methodsExposureFacetAddress
setMintPrice(uint256 _mintPrice
setPublicMintOpen(bool _publicMintOpen
setReveal(bool _isReveal
setRoyaltiesBasisPoints(uint256 _royaltiesBasisPoints
setRoyaltiesRecipient(address _royaltiesRecipient
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 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(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(