Contract interaction arguments are _JSON.parsed_, and this leads to JS casting string representation numbers to the scientific notation (see screenshot, encodeABI ends up receiving 7.5e+21 instead of "7500000000000000000000")
The error is produced when this line is called: https://github.com/gnosis/safe-react/blob/038b51e3983d44cdcf27a201cf0949dffec8ab10/src/routes/safe/components/Balances/SendModal/screens/ContractInteraction/utils/index.ts#L95
uint2567500000000000000000000Review
The form is valid, review screen must have appeared
Error due to the argument type

This is a duplicate https://github.com/gnosis/safe-react/issues/1707
Most helpful comment
This is a duplicate https://github.com/gnosis/safe-react/issues/1707