test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
33 lines (32 loc) • 680 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ILiquidityPoolV1Converter",
"sourceName": "contracts/feeds/IV1PoolOracle.sol",
"abi": [
{
"constant": true,
"inputs": [
{
"internalType": "uint256",
"name": "index",
"type": "uint256"
}
],
"name": "reserveTokens",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}