@luckyfinance/core
Version:
Core contracts for the LuckySwap protocol
36 lines (35 loc) • 678 B
JSON
[
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "contract IERC20[]",
"name": "tokens",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "fees",
"type": "uint256[]"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "onBatchFlashLoan",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]