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
Slither does not guarantee that all results are exploitable, so this result and #1473 are the tool working as anticipated. The analysis is an over-approximation i.e. more results are shown than can actually happen because the runtime behavior of a token or whether an address has authorization is not available to the tool. If you see a spurious result and know that a contract is trusted, you can use the code comments shown here to silence warnings #1089.
Describe the issue:
Slither reports "Reentrancy" although this is not a security bug report because a user can't get control over xcKSM.transfer() function.
Code example to reproduce the issue:
Moonscan link:
https://moonscan.io/address/0x11ACa58F37c55923C73fe53196E1DD9f6fE72230#code
Code example:
Version:
0.8.3
Relevant log output:
The text was updated successfully, but these errors were encountered: