NFT Basket

Verified contract

Active on Ethereum with 13 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "NFT Basket"

0x5b2b3d97c3549231ef2178d4c9d3611ff4dfc8ca3e19d529cdbe4521b447c626
0x29eddc0486776e7cb71e343e0084fc6b5334958c7642ab5051897c72d6b496b0
0x8820ddc10e2f503497804c701dfd587115204e32749c009b8eac766a793b2de9
0xc264b3db3775e7469c9f7581001e7f61a975a455a0403b3860db1c7cd9f9f1a9
0x9f4edd25ba20e7c0cabdb1fa0026091831f1d92ad86e5f89d6fdfc47cc81f96b
0xa5487d80c170d43432d829d4296e8975ecd97878f3c412eb3058511fc0771a8e
0x7a92f48c1c1121c90bd264a344e3040dd8a1306f4d3e0a39661f25a44da9a82b
0x261810ef0ca5ab86f80042521154f6ef17ea20b34a8f537fb31382682db1b3e0
0xc3ff6f978967746c2f3aea251dfdc0948acefa79994bca9c55ebc7f6ee4dfa11
0xea89a4deba2fae10ee0a271e5c34f5a5c8f1cf07b3a104ea96f4860ad628ba3f

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