Submitted by cmichel
There are ERC20 tokens that may make certain customizations to their ERC20 contracts.
One type of these tokens is deflationary tokens that charge a certain fee for every transfer() or transferFrom().
The deposit() function will introduce unexpected balance inconsistencies when comparing internal asset records with external ERC20 token contracts.
Recommend measuring the asset change right before and after the asset-transferring routines as a possible mitigation.
mcplums (Reality Cards) commented:
**Splidge (Reality Cards) disputed
dmvt (Judge) commented:
