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