DEV Community

Discussion on: Import & Test a Popular NFT Smart Contract with Hardhat & Ethers

Collapse
 
atencionfirme profile image
Fernando López • Edited

this contract does not allow to associate any tokenURI to a TokenID.
It also does not store the _data of a safeTransferForm per example.
Nor override the method _setTokenURI to be able to associate an image with an ID.

How is image associated with the token ID?

I check in the deployed contract that the IDs do have TokenURI associated ...
How have they done it if they don't have the methods overwritten?