Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trace rendering: extract selector from calldata
Before: CREATE Context::<500 bytes of initcode> CALL Context::0x318b04f10000000000000000000000000000000000000000000000000000000000000009 CALL HEVM_ADDRESS::0xca669fa70000000000000000000000000000000000000000000000000000000000000000 ↩ 0x ↩ CALL 0x (error: HalmosException('You have an active prank already.')) After: CREATE Context::<500 bytes of initcode> CALL Context::call0(0x0000000000000000000000000000000000000000000000000000000000000009) CALL HEVM_ADDRESS::prank(0x0000000000000000000000000000000000000000000000000000000000000000) ↩ 0x ↩ CALL 0x (error: HalmosException('You have an active prank already.'))
- Loading branch information