IndexERC721

Verified contract

Active on Ethereum with 32 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
ERC-20
--
ERC-20
--
)
ERC-721
--
)
ERC-721
--
 (#536)
ERC-721
--
 (#252)
ERC-1555
--
 (#242)
ERC-721
--
)
ERC-721
--
)
ERC-721
--
)
ERC-721
--
0xb5781ddfe51d674f29dd011d90bd6075cca73d30173ec19aa7382af5b3212568
0xda9d00d28a7d3656f21573e591621eaff9f9e3fc4123fd8e59b3526cf96fe7f7
0x1e281f3e969ddf10956ccd2485d0c4a3293ee8c9f4fca66e87e4f1db429cae09
0xa0c5eebd4a5e9d0df7a10cd66eee293ff4608303b43ff907427687f0cd5a1a99
0x95f0e30b6fcf1cff37b4b1efcee3a3f0d091b5e32adaffd5d4badf57d4f1dabb
0x4b37325c1952e13d0aac447b9d3aaad34a68f93bcd0c878bb904a9b5796e45ad
0x671071730bd399c69a7945342ab100be747fffee39995f7544a541d271e6adac
0xeec088b47104cc02254896f843422c8a6ae7afd0c0b6fe13b8e7bd10b0514032
0x35d8daff37d85a78b1989e52e65b8119471412af596cafc9adcbc5ed46bd1469
0xfe6be2ee99e6827d2dc4e5d94bfa1db2cac824ac74fd15d6d7c9a58aeb627ec0

Functions
Getter at block 21225994
baseURI(view returns (string)
isBasket(view returns (bool)
true
name(view returns (string)
NFT Basket
symbol(view returns (string)
NFTB
totalSupply(view returns (uint256)
1
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 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
depositERC721(address _tokenuint256 _tokenId
onERC721Received(addressaddressuint256bytesreturns (bytes4)
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
withdrawERC20(address _token
withdrawERC721(address _tokenuint256 _tokenId
withdrawETH(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Deposit(address indexed tokenuint256 tokenIdaddress indexed from
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Withdraw(address indexed tokenuint256 tokenIdaddress indexed to
WithdrawERC20(address indexed tokenaddress indexed who
WithdrawETH(address indexed who
Constructor
constructor(
Fallback and receive
receive(
Errors

This contract contains no error objects.