HookedSmartWallet
State Variables
owner
address public owner;
Functions
onlyOwner
modifier onlyOwner();
constructor
constructor();
executeTransaction
Fallback function to handle calls to Compound and trigger hooks.
function executeTransaction(address target, bytes calldata data) public onlyOwner;
Parameters
Name
Type
Description
target
address
The contract being called.
data
bytes
The calldata for the interaction.
Last updated
Was this helpful?