mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 13:25:30 +08:00
43 lines
810 B
JSON
43 lines
810 B
JSON
{
|
|
"getInstanceCount": {
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "getInstanceCount",
|
|
"outputs": [
|
|
{
|
|
"name": "count",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
"getPaginatedInstances": {
|
|
"constant": true,
|
|
"inputs": [
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "startIndex",
|
|
"type": "uint256"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "endIndex",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "getPaginatedInstances",
|
|
"outputs": [
|
|
{
|
|
"internalType": "address[]",
|
|
"name": "instances",
|
|
"type": "address[]"
|
|
}
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
}
|
|
}
|