External Hook
ITTHook
didCall
function didCall(bytes originalMsgData, address originalMsgSender) externalParameters
Name
Type
Description
Last updated
Was this helpful?
function didCall(bytes originalMsgData, address originalMsgSender) externalForwards the call context from the hooked contract.
Reverts within hooks will revert the hooked contract as well.
originalMsgData
bytes
Forwarded calldata from the called function.
originalMsgSender
address
Forwarded sender from the called function.
Last updated
Was this helpful?
Was this helpful?