External Hook
ITTHook
didCall
Forwards the call context from the hooked contract.
Reverts within hooks will revert the hooked contract as well.
Parameters
Name
Type
Description
originalMsgData
bytes
Forwarded calldata from the called function.
originalMsgSender
address
Forwarded sender from the called function.
Last updated