How to receive Ether to an upgradeable contract from a contract using msg.sender.transfer

Hi @Larry,

Welcome to the community :wave:

The issue is due to the Istanbul repricing, see: OpenZeppelin upgradeable contracts affected by Istanbul hardfork.

Unfortunately you will need to change how you get Ether to your upgradeable contract. e.g. via another contract.

1 Like