Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables.

ERC721Facet

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x1b794bcc at 15188877
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ERC721Facet"

No transactions found for "ERC721Facet"


Functions
Getter at block 20910654
getVersion(pure returns (string)
0.0.1
name(view returns (string)
symbol(view returns (string)
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdpure returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setERC721Settings(string name_string symbol_
setName(string name_
setSymbol(string symbol_
transferFrom(address fromaddress touint256 tokenId
transferFromMe(address touint256 tokenId
Events

This contract contains no event objects.

Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.