'Token 0x1cc80d3249a364d3f7944365d44c351283bb71c2 not found' when trying to deploy to a custom contract created from Token Factory #71
-
I was getting a message: 'Token 0x1cc80d3249a364d3f7944365d44c351283bb71c2 not found' when I tried to publish my lazy minted NFT for my custom contract to Rarible.com endpoint for the first time. Here's my contract https://rinkeby.etherscan.io/address/0x1cc80d3249a364d3f7944365d44c351283bb71c2 It was throwing the error for several hours But after several hours I tried again, and it seems to have been created correctly and I do not get any errors. Here's the relevant info:
and the error message I was getting earlier:
Is there something additional I need to do AFTER deploying the contract through the token factory to make sure it's immediately mitable instead of having to wait for hours? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I'm missing a bit of context here, but according to the title "Token 0x1cc80d3249a364d3f7944365d44c351283bb71c2 not found," it might be that you were fetching the token based on the address of the smart contract and not the actual token ID. Here you have 2 information:
If this information was correct tho, the delay might come from the following:
You shouldn't have to do anything after creating a new token, but unfortunately, you cannot do anything to speed things up also. |
Beta Was this translation helpful? Give feedback.
-
Just happened again. As of right now, it's been exactly 2 hours since the transaction has been mined 0x6a988d6f7e28c67e41bd94720792ce6fbdeeff8c but still not showing up on Rarible. I don't know if this is a testnet issue and it's working fine on mainnet, but don't want to risk gas fee on mainnet until at least the testnet version is working. |
Beta Was this translation helpful? Give feedback.
-
I also have the error on ropsten with this tx that as for now was minted 20+ minutes ago and which is still not indexed. Edit: I am now able to fetch the token after 34min Note: I was also unable to get the balance on this token for the same period of time (I was not using the API but directly the contract through an Alchemy provider). This might help debug, and maybe the issue is actually not from the indexer/API but somehow from the blockchain events. |
Beta Was this translation helpful? Give feedback.
-
@skogard sorry for late reply May be you know, ropsten network had many problems latest weeks (including many nodes going into forks) |
Beta Was this translation helpful? Give feedback.
@skogard sorry for late reply
There were many problems with rinkeby and ropsten nodes lately.
May be you know, ropsten network had many problems latest weeks (including many nodes going into forks)
Our rinkeby node had some problems too. Will think how to fix these errors once and for all