test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
53 lines (52 loc) • 1.14 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ITokenFlashLoanTest",
"sourceName": "contracts/testhelpers/ITokenFlashLoanTest.sol",
"abi": [
{
"constant": false,
"inputs": [
{
"internalType": "uint256",
"name": "borrowAmount",
"type": "uint256"
},
{
"internalType": "address",
"name": "borrower",
"type": "address"
},
{
"internalType": "address",
"name": "target",
"type": "address"
},
{
"internalType": "string",
"name": "signature",
"type": "string"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "flashBorrow",
"outputs": [
{
"internalType": "bytes",
"name": "",
"type": "bytes"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}