Last updated 1 month ago
Was this helpful?
address public owner;
modifier onlyOwner();
constructor();
Fallback function to handle calls to Compound and trigger hooks.
function executeTransaction(address target, bytes calldata data) public onlyOwner;
Parameters
target
address
The contract being called.
data
bytes
The calldata for the interaction.