Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Free functions

has_dynamicChecks if any of the provided EVM types are dynamic. Dynamic types in Solidity/EVM include arrays, strings, and bytes. These types are not encoded inline and instead use an offset pointing to…
is_dynamic_typeChecks if a single EVM type is dynamic….