External Hook

ITTHook

didCall

function didCall(bytes originalMsgData, address originalMsgSender) external

Forwards the call context from the hooked contract.

Reverts within hooks will revert the hooked contract as well.

Parameters

NameTypeDescription

originalMsgData

bytes

Forwarded calldata from the called function.

originalMsgSender

address

Forwarded sender from the called function.

Last updated