Skip to main content

IOsTokenFlashLoans

Git Source

Author: StakeWise

Interface for OsTokenFlashLoans contract

Functions

flashLoan

Flash loan OsToken shares

function flashLoan(uint256 osTokenShares, bytes memory userData) external;

Parameters

NameTypeDescription
osTokenSharesuint256The flashLoan osToken shares amount
userDatabytesArbitrary data passed to the IOsTokenFlashLoanRecipient.receiveFlashLoan function

Events

OsTokenFlashLoan

Event emitted on flash loan

event OsTokenFlashLoan(address indexed caller, uint256 amount);

Parameters

NameTypeDescription
calleraddressThe address of the caller
amountuint256The flashLoan osToken shares amount