Submitted by 0x1f8b, also found by cmichel, kirk-baird, gzeon, and IllIllI
The DepositBoxERC20 contract do not appear to support rebasing/deflationary/inflationary tokens whose balance changes during transfers or over time. The necessary checks include at least verifying the amount of tokens transferred to contracts before and after the actual transfer to infer any fees/interest.
Add support in contracts for such tokens before accepting user-supplied tokens
Consider to check before/after balance on the vault.
cstrangedk (SKALE) disputed and commented:
GalloDaSballo (judge) commented:
