External Hook
ITTHook
didCall
function didCall(bytes originalMsgData, address originalMsgSender) externalForwards 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
Was this helpful?