NFT Basket

Verified contract

Active on Ethereum with 28 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 $4.07
 (#9720)
ERC-721
--
0x2c7ce2c45c72679b3b7d3b8d42dccdc046d565b07b5f9b84dc28fa87141922ea
0x18bc34a7778dec73c7eda03102876d204adb8c0ecaf41cb854341aa8bef75435
0x76574d0366e4e3f13d2346562d635bb63f4e745f587ead3c616533078e41b6a9
0xa04a67e1a836c960fa8c9da7801f610d0f1d214a40cb0a9481bfd7ab0d7ffcbb
0xbf3dadf9536eac876415014c3abe24fbb8025c19d97be827ee53239a5c778638
0x9018e7c9d6446f1b0a1ebaa6d58ae3fc6fc112e04f5bdfb0a17a1e42391cdbeb
0x76e21268c6425dfa4a6d1cd2f6437d3248ec071a5f08e35b09cfd164f980bd13
0x7a7a05dfd4367012fee607a662307a5e7ff41487bfddffbb3d0a1ca4e86548dc
0xae0807bc548399864ffe32c55abf96da7ad36d5b9304b25af2e43ec0d060e773
0xf0170d71c881b92cf24fdb51ade6f4d6e32289061e13ae6400b83869685c2ca9

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