How to Flash-loan Assets from Saddle
function flashLoan(
address receiver,
IERC20 token,
uint256 amount,
bytes memory params
) external;function executeOperation(
address pool,
address token,
uint256 amount,
uint256 fee,
bytes calldata params
) external;Flash-loan Supported Pools
Do you have any flashloan countermeasures implemented?
Last updated
Was this helpful?
