The risk with Ownable contracts is that once the ownership has been transferred to an invalid (or valid but without private keys) address all control over the token system is lost.
Using Claimable fixes that by making sure that the new owner claims the ownership prior to making the ownership changes.
The risk with
Ownable
contracts is that once the ownership has been transferred to an invalid (or valid but without private keys) address all control over the token system is lost.Using
Claimable
fixes that by making sure that the new owner claims the ownership prior to making the ownership changes.