Unsupported
Modified Keys
Get the modified keys of a mapping
Status
- Supported
- Partially Supported
- Not Supported Yet
Implementation Details
Example Implementation
Protocol:
Assertion:
Example Use Cases
- Check invariants about total balances
- Check invariants about balances of specific addresses
Workarounds
- Use
FunctionCallInputs
to get the inputs of the function call and retrieve the modified keys. - Use
getLogs
to get the logs of the transaction and retrieve the modified keys.