test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
41 lines (40 loc) • 938 B
JSON
[
{
"inputs": [
{
"internalType": "contract IERC20",
"name": "_token0",
"type": "address"
},
{
"internalType": "contract IERC20",
"name": "_token1",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"constant": true,
"inputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"name": "reserveTokens",
"outputs": [
{
"internalType": "contract IERC20",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]