Open
Description
π§ Motivation
A regular incident in the Ethereum Blockchain is that of accidentally sending tokens to a contract which has no means of recovering them. There are multiple implementations of a TokenRecover
contract on github, but I was surpised to see that OpenZeppelin doesn't have one.
π Details
I'm attaching a few examples, which could be used for inspiration.
https://github.com/dangerousfood/token-rescue
https://github.com/taconomics/TacoCoin/blob/master/contracts/util/TokenRecover.sol