Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find NFTs in Explorer with info returned from the API #200

Open
sk33z3r opened this issue Apr 9, 2022 · 0 comments
Open

Cannot find NFTs in Explorer with info returned from the API #200

sk33z3r opened this issue Apr 9, 2022 · 0 comments

Comments

@sk33z3r
Copy link

sk33z3r commented Apr 9, 2022

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.

[
    {
        "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

        {
            "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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant