-
So I got all the course NFTs but I'm getting an execution error in the last one. I'm sure I'm missing something in my logic, but I can't figure out what. Error: This is my contract:
And this is the contract I'm trying to mint:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
2nd answer: This contract doesn't work because
So as it tries to call back getOwner from my contract, it fails. |
Beta Was this translation helpful? Give feedback.
2nd answer:
https://ethereum.stackexchange.com/questions/29469/is-addressthis-a-valid-address-in-a-contracts-constructor
This contract doesn't work because
So as it tries to call back getOwner from my contract, it fails.