FlashLoan
Last updated
Last updated
Allows smart contracts to access the ERC20 tokens within one transaction, as long as the tokens taken are returned.
Parameter Name | Type | Description |
---|---|---|
Allows smart contracts to access the ERC721 tokens within one transaction, as long as the tokens taken are returned.
Only the NFT owner can do the flash loan for his owned NFTs.
Parameter Name | Type | Description |
---|---|---|
poolId
uint32
The id of the pool
assets
address[]
The address of the underlying asset to be borrowed
amounts
uint256[]
The underlying amount to be borrowed, expressed in underlying asset decimals units
receiverAddress
address
The address whom will receive the balance and MUST be a deployed smart contract
params
bytes
Variadic packed params to pass to the receiver as extra data
poolId
uint32
The id of the pool
nftAssets
address[]
The address of the underlying asset to be borrowed
nftTokenIds
uint256[]
The token id list of the underlying asset to borrowed
receiverAddress
address
The address whom will receive the balance and MUST be a deployed smart contract
params
bytes
Variadic packed params to pass to the receiver as extra data