test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
24 lines (23 loc) • 497 B
JSON
[
{
"constant": true,
"inputs": [
{
"internalType": "uint256",
"name": "index",
"type": "uint256"
}
],
"name": "reserveTokens",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]