Assert that the owner of a contract has not changed unexpectedly
ph.forkPreState()
/ ph.forkPostState()
: Compare owner address before and after transactiongetStateChangesAddress()
: Track all changes to the owner address slot during transaction executionregisterStorageChangeTrigger()
: Trigger when owner address changesNote: Full examples with tests available in the Phylax Assertion Examples Repository.