GLOSSARY/Development

Re-entrancy Defense

Programming patterns designed to prevent a common smart contract exploit where a function is called repeatedly before the first execution is finished.

Elite defense involves using the "Checks-Effects-Interactions" pattern and implementing "Reentrancy Guard" modifiers. This prevented the catastrophic drain seen in the historic DAO exploit.

RELATED INDUSTRIES

Software Development

OPERATIONAL LOCATIONS

Global