-
Notifications
You must be signed in to change notification settings - Fork 482
Description
Hello friends!
The situation is as follows:
to upload the collection to opensea, I used a contract (https://github.com/HashLips/solidity_smart_contracts/blob/main/contracts/NFT/NFT.sol) via remix.ethereum.org.
Then I verified the contract for polygonscan.
Together with the signing of the contract, 20 pictures were successfully uploaded.
The strange thing started later: I sent another 150 pictures to opensea via editing the polygonscan contract, but 140 of them reached me, and 10 pictures went to some strange wallet (which, by the way, paid a commission for this).
Thus, this unauthorized wallet became one of the owners of the collection.
Perhaps I incorrectly used the contract settings when sending images to opensea, perhaps the reason is something else.
Please help me understand the situation.
For now, I'm afraid to upload the rest of the images, because the images fly to strange addresses at the very moment when I try to upload my collection.
I hope my situation will allow someone not to make a similar mistake.
Thanks for your help.