This PR is a draft of the verification of the Morpho tokens.
The verification ensures that the Morpho token is compliant with the ERC20 specification
and the delegation of tokens is correct.
It patches the OZ specification for ERC20 to support the upgradeable version and the delegation operations.
It shows that the Ethereum version is reentrant safe and immutable (up to upgrade).
This PR is a draft of the verification of the Morpho tokens. The verification ensures that the Morpho token is compliant with the ERC20 specification and the delegation of tokens is correct. It patches the OZ specification for ERC20 to support the upgradeable version and the delegation operations. It shows that the Ethereum version is reentrant safe and immutable (up to upgrade).
TODO: