mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 13:25:30 +08:00
41 lines
908 B
JSON
41 lines
908 B
JSON
{
|
|
"token": {
|
|
"type": "function",
|
|
"stateMutability": "view",
|
|
"outputs": [
|
|
{
|
|
"type": "address",
|
|
"name": "",
|
|
"internalType": "contract IERC20"
|
|
}
|
|
],
|
|
"name": "token",
|
|
"inputs": []
|
|
},
|
|
"balance": {
|
|
"type": "function",
|
|
"stateMutability": "view",
|
|
"outputs": [
|
|
{
|
|
"type": "uint256",
|
|
"name": "",
|
|
"internalType": "uint256"
|
|
}
|
|
],
|
|
"name": "balance",
|
|
"inputs": []
|
|
},
|
|
"want": {
|
|
"type": "function",
|
|
"stateMutability": "view",
|
|
"outputs": [
|
|
{
|
|
"type": "address",
|
|
"name": "",
|
|
"internalType": "contract IERC20"
|
|
}
|
|
],
|
|
"name": "want",
|
|
"inputs": []
|
|
}
|
|
} |