Skip to main content
6 events
when toggle format what by license comment
Mar 29, 2022 at 11:50 comment added Adam Boudj I edited my answer, hope it is clear now
Mar 29, 2022 at 11:50 history edited Adam Boudj CC BY-SA 4.0
added 98 characters in body
Mar 29, 2022 at 10:30 comment added user97315 But how am i calling the wrong parameters when the owner of the minted nft is the 0x29 address and the operator should either be my contract or a third party one. In your pic, it has the owner as the operator and how is that showing true? How is the owner my contract address?
Mar 28, 2022 at 15:12 comment added Adam Boudj I don't have access to the other contract, but if you're approving using this function approveTheBitch (nice naming btw 😂) ERC721(nftcontractaddress).approve(to, tokenId); this line is executed with the contract itself as msg.sender
Mar 28, 2022 at 15:02 comment added user97315 hmm ok. now i get true too but what's weird is that the address you have insdie owner, is the contract address and the operator is the one that holds the token(s)
Mar 28, 2022 at 14:59 history answered Adam Boudj CC BY-SA 4.0