ERC721Facet

Verified contract

Implementation

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

No balances found for "ERC721Facet"

No transactions found for "ERC721Facet"


Functions
Getter at block 21293601
baseURI(view returns (string)
name(view returns (string)
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
consumerOf(uint256 tokenIdview returns (address)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changeConsumer(address consumeruint256 tokenId
initERC721(string _namestring _symbolstring _baseURI
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ClaimRentFee(uint256 indexed _assetIdaddress indexed _tokenaddress indexed _recipientuint256 _amount
ConsumerChanged(address indexed owneraddress indexed consumeruint256 indexed tokenId
SetBaseURI(string _baseURI
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

This contract contains no error objects.