-
I deployed a ERC721 on mainnet. This contract doesn't implement standard Initially, the Than i change So the question is: how can i make rarible reflect ownership changing in the contract correctly? The link to contract: https://etherscan.io/address/0xc107fe72fe1b6ffbbbc6f83085c458542c13568b |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello! |
Beta Was this translation helpful? Give feedback.
-
@disenotov Correct, we only listen to the I've updated the owner manually in the database, @zeroohub could you check again? |
Beta Was this translation helpful? Give feedback.
Hello!
The problem probably is that we listen to event OwnershipTransferred from Ownable contract to determine if ownership has been changed. And your contract doesn't have this event because it doesn't implement standard Ownable.
@sanufriev am i right? can we change the owner manually? the new owner should be "0xFB3badFCF88dF042E1A7a4be4D99cB6Cb2d96973"