NFT Basket

Verified contract

Active on Ethereum with 20 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-20
--
0x10e70191be37bc52a63b6aa39b17ff51faf17886b37dd21be3327a2155f09092
0xd055c708bc4c12bba3be29a5f21ccdaf2d506b529137d4fdaa480c9aa995ea31
0x597e17dbfa84ec38056dca6e2264ea39287247ca5f5be37496b40268c5d6282a
0xb0057239ef98073bf4b90a523e6280772a93a088396c0500d3a9ec02fcf79f52
0xf2265199392404aa2650242853224b519d71af8961e5262f9f60b63c08d524e6
0xe43f0ae154da93a077a9e19cb9562a40b7dba7c6ac52d6c630e7e392b1bc084e
0x41a6f372ab78737165536ca57b63854f4eddb3eb61848f8ba683f6efc16c4eda
0x75160071e3301e5d14424326d7713b27c0b2da1854fd0a968c1b755049a03e93
0x56a7cd5dfa564f4b2d452b45642df61f54c1d89db8bc3e76ab39b627a05c6f05
0x403100375d9cec9d3b083bb38caab114c53ac4cc42dd8b48f85c9ed266f72c2e

Functions
Getter at block 21176702
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.