@toufique-imam
To make sure that ownership transfer is available and will be recognized from Opensea and other marketplace user authorization, please go back to Ownable inheritance, instead of using ADMIN_ROLE.
Because I'm not sure if we can use ADMIN_ROLE for user authorization at third-party market places like Opensea, Rarible, etc.
I confirmed that Ownable works properly on all market places.
https://github.com/PinkyNFT/pinky-contracs/blob/1fe1f7c5c951b89c216129027c3b6a90f62e86fc/contracts/PinkyNFT.sol#L11
@toufique-imam To make sure that ownership transfer is available and will be recognized from Opensea and other marketplace user authorization, please go back to
Ownable
inheritance, instead of usingADMIN_ROLE
. Because I'm not sure if we can useADMIN_ROLE
for user authorization at third-party market places like Opensea, Rarible, etc. I confirmed thatOwnable
works properly on all market places. https://github.com/PinkyNFT/pinky-contracs/blob/1fe1f7c5c951b89c216129027c3b6a90f62e86fc/contracts/PinkyNFT.sol#L11