ERC721A
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "ERC721A"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC721A"
ABI
ABI objects
Getter at block 21286364
maxSupply() view returns (uint256)
0
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
locked(uint256 tokenId) view returns (bool)
locked(uint256[] ticketTokenIds) view returns (bool[] states)
ownerOf(uint256 tokenId) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 id)
burnBatch(uint256[] ids)
burnBatchByFacet(uint256[] ids)
burnByFacet(uint256 id)
lockByFacet(uint256 id)
lockByFacet(uint256[] ids)
mintByFacet(address to, uint256 amount)
mintByFacet(address[] tos, uint256 amount)
mintByFacet(address[] tos, uint256[] amounts)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
unlockByFacet(uint256 id)
unlockByFacet(uint256[] ids)
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)
Locked(uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unlocked(uint256 tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
ErrMaxSupplyExceeded()
ErrSenderIsNotSelf()
ErrTokenLocked(uint256 tokenId)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()