Modified key discovery describes how to identify mapping keys that changed during a transaction by using transaction inputs, emitted logs, and explicit storage-slot knowledge.Documentation Index
Fetch the complete documentation index at: https://docs.phylax.systems/llms.txt
Use this file to discover all available pages before exploring further.
Status
- Supported
- Partially Supported
- Not Supported Yet
Implementation Details
Example Implementation
Protocol:Example Use Cases
- Check invariants about total balances
- Check invariants about balances of specific addresses
Implementation Patterns
- Use
FunctionCallInputsto get the inputs of the function call and retrieve the modified keys. - Use
getLogsto get the logs of the transaction and retrieve the modified keys.

