You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be detected and flagged as higher severity, but it's only detected as reentrancy-benign: slither ftm:0x660184CE8AF80e0B1e5A1172A16168b15f4136bF --detect reentrancy-benign. We may be able to infer that calls to transferFrom/ balanceOf is equivalent to a read-after-write by modeling the storage of the other contract.
This should be detected and flagged as higher severity, but it's only detected as reentrancy-benign:
slither ftm:0x660184CE8AF80e0B1e5A1172A16168b15f4136bF --detect reentrancy-benign
. We may be able to infer that calls totransferFrom
/balanceOf
is equivalent to a read-after-write by modeling the storage of the other contract.Originally posted by @0xalpharush in #1523 (comment)
The text was updated successfully, but these errors were encountered: