Reentrancy Guards

Prevent reentrancy on any function that makes an external call — token transfers, ETH sends, calls into unknown contracts. Use checks-effects-interactions first, a guard second.

0xebby Updated

File contents

0xebby/awesome-solidity-skills/tree/main/skills/reentrancy-guards commit 6c1cf17954

Frequently asked questions

npx skillmds@latest add 0xebby/reentrancy-guards