Assert that the sum of all positions is the same as the total supply reported by the protocol
ph.forkPreState()
/ ph.forkPostState()
: Capture total supply before and after transactionph.getCallInputs()
: Track function calls that modify positionsregisterCallTrigger()
: Trigger on position-modifying functionsNote: Full examples with tests available in the Phylax Assertion Examples Repository.