NFT Basket
Verified contract
Active on
Ethereum with 35 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XCN | ERC-20 | 13.114754K | $0.001237 |
$16.23 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19416161 | 8 months ago | | | 0 | 0.0010690272 | |
| 14449698 | 3 years ago | | | 0 | 0.0048993353 | |
| 14449581 | 3 years ago | | | 0 | 0.0039891751 | |
| 14449571 | 3 years ago | | | 0 | 0.0052727007 | |
| 14449544 | 3 years ago | | | 0 | 0.0049563335 | |
| 14449542 | 3 years ago | | | 0 | 0.0054019384 | |
| 14449527 | 3 years ago | | | 0 | 0.0063833266 | |
| 14449511 | 3 years ago | | | 0 | 0.0084177379 | |
| 14449464 | 3 years ago | | | 0 | 0.0052681549 | |
| 14449402 | 3 years ago | | | 0 | 0.0035288886 |
ABI
ABI objects
Getter at block 21100258
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
depositERC721(address _token, uint256 _tokenId)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
withdrawERC20(address _token)
withdrawERC721(address _token, uint256 _tokenId)
withdrawETH()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Deposit(address indexed token, uint256 tokenId, address indexed from)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(address indexed token, uint256 tokenId, address indexed to)
WithdrawERC20(address indexed token, address indexed who)
WithdrawETH(address indexed who)
constructor()
receive()
This contract contains no error objects.