NFT Basket

Verified contract

Active on Ethereum with 17 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
Value $2.16
 (#5011)
ERC-721
--
 (#2570)
ERC-721
--
 (#3372)
ERC-721
--
 (#163)
ERC-721
--
 (#2570)
ERC-721
--
0xa65a9737ebb9d9bd8c243de0618619ead11eb97716823365f0d6d49ffaac9737
0x15b17b521de1c70577c03e09b481d94952bf979067eba56344b2f2853205ed59
0xbdb57d5f82db8a6c1c3e97eccdc86a1dc94046d55b8ff05695645ee61c9fd677
0x4d207aae77f9865e49f08d801cf9f08f426a4db610a054ba407f624eda8f2377
0x6c41ca5cb917cb273238b9a50358aca955b299d4d2c1cec35055dafb43c0295a
0x9f0c1f5d94d06e0bc13c27920c716c4a519aaea09fb5bf6db51cf15e447ee600
0x12a7beeb0a91ae504228eaaf318b4564dbce44181014c319a79865d4624202de
0x25842ce72a4d8eec7914bce00a6d24306e06c986b8412957108031a1f2e752c2
0x59ff13f616d749013852fe4b0eacf38ec252e7f08c10a6d6635aa3c3c7d93a49
0xd2c9166a4553fb34363917e2920adfe24377bc21821a5ebdb219f7223eb50941

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