Files
2021-10-04 11:54:29 -05:00

45 lines
1.1 KiB
JSON

{
"getReserves": {
"constant": true,
"inputs": [],
"name": "getReserves",
"outputs": [
{ "internalType": "uint112", "name": "_reserve0", "type": "uint112" },
{ "internalType": "uint112", "name": "_reserve1", "type": "uint112" },
{
"internalType": "uint32",
"name": "_blockTimestampLast",
"type": "uint32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
"token0": {
"constant": true,
"inputs": [],
"name": "token0",
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
"token1": {
"constant": true,
"inputs": [],
"name": "token1",
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
"totalSYNCLocked": {
"inputs": [],
"name": "totalSYNCLocked",
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
"stateMutability": "view",
"type": "function"
}
}