What is a re-entrancy attack in smart contracts? #5
Answered
by
techvoyagerX
RuneEcho1357
asked this question in
Q&A
-
|
What is a re-entrancy attack in smart contracts? |
Beta Was this translation helpful? Give feedback.
Answered by
techvoyagerX
Jul 30, 2025
Replies: 1 comment
-
|
A vulnerability where an external contract is called before state changes, allowing repeated calls and draining of funds. Prevented using the “Checks-Effects-Interactions” pattern. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RuneEcho1357
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A vulnerability where an external contract is called before state changes, allowing repeated calls and draining of funds. Prevented using the “Checks-Effects-Interactions” pattern.