Free functions
| has_dynamic | Checks 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_type | Checks if a single EVM type is dynamic…. |