钱包与安全
Reentrancy
An external call transfers control before the caller finishes state updates.
研究文章和参考条目以英语发布。导航提供七种语言。
Overview
An external call transfers control before the caller finishes state updates.
Why it matters
Reachable call order and invariant enforcement determine exploitability.
What to check
Test all callbacks and state transitions.