External Hook
Last updated
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