@idecentralize/pulsar
Version:
Create custom trading strategies without deploying smart contract
35 lines • 720 B
JSON
[ {
"inputs": [
{
"components": [
{
"internalType": "address[]",
"name": "assets",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "modes",
"type": "uint256[]"
}
],
"internalType": "struct Sequencer.LoanSequence",
"name": "loanData",
"type": "tuple"
},
{
"internalType": "bytes",
"name": "tradeData",
"type": "bytes"
}
],
"name": "flashLoanCall",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}]