mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
45 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|