Open sk33z3r opened 2 years ago
I'm trying to find NFTs in the explorer to double check some minting tests, however I cannot find NFTs by searching using any of the fields that are returned in the JSON dump from the nftDatas endpoint.
nftDatas
[ { "nftData": "0x2b686e9ca87ab36d0989e2bea0ebea4e8859ffb5ea1f689750a5b04a42b165ba", "minter": "0xa1e6fdf616d105d2ed5cf5d9f0121533bb56345d", "nftType": "ERC1155", "tokenAddress": "0xd41c3b636cabdd6f33ccdca83444142923430d26", "nftId": "0xae825a9c82e0e2fd9696179c9f5a7e72c3603f34238f7c40c34dc5d97de455a2", "creatorFeeBips": 0, "royaltyPercentage": 0, "status": true, "nftFactory": "0xc852aC7aAe4b0f0a0Deb9e8A391ebA2047d80026", "nftOwner": "0xa1e6fdf616d105d2ed5cf5d9f0121533bb56345d", "nftBaseUri": "", "royaltyAddress": "0x6df26ef4cd3d8a65b5b2dc71767c01e4d354e0a8", "originalMinter": "0xa1e6fdf616d105d2ed5cf5d9f0121533bb56345d" } ]
I have tried every field above, and also every field below from the nft/balances endpoint
nft/balances
{ "accountId": 93572, "tokenId": 32793, "nftData": "0x2b686e9ca87ab36d0989e2bea0ebea4e8859ffb5ea1f689750a5b04a42b165ba", "tokenAddress": "0xd41c3b636cabdd6f33ccdca83444142923430d26", "nftId": "0xae825a9c82e0e2fd9696179c9f5a7e72c3603f34238f7c40c34dc5d97de455a2", "nftType": "ERC1155", "total": "1337", "locked": "0", "pending": { "withdraw": "0", "deposit": "0" }, "deploymentStatus": "DEPLOYED", "isCounterFactualNFT": true }
I am either taken to some random wallet, or the UI simply tells me that it cannot find anything.
I have no idea what NFT I am actually looking at here in this output.
I'm trying to find NFTs in the explorer to double check some minting tests, however I cannot find NFTs by searching using any of the fields that are returned in the JSON dump from the
nftDatas
endpoint.I have tried every field above, and also every field below from the
nft/balances
endpointI am either taken to some random wallet, or the UI simply tells me that it cannot find anything.
I have no idea what NFT I am actually looking at here in this output.