Skip to content

Commit

Permalink
Merge pull request #580 from ememet/feature/bend-debt
Browse files Browse the repository at this point in the history
add bend debt function call
  • Loading branch information
medvedev1088 authored Jul 5, 2023
2 parents fa334d4 + 7a93704 commit 43bd45e
Showing 1 changed file with 93 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "reserve",
"type": "address"
},
{
"internalType": "address",
"name": "bToken",
"type": "address"
},
{
"internalType": "uint256",
"name": "liquidityAdded",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "liquidityTaken",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "totalVariableDebt",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "reserveFactor",
"type": "uint256"
}
],
"name": "calculateInterestRates",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
"contract_address": "0xba061eecd101daeed3eb87504903702a6b5708cd",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "bend",
"schema": [
{
"description": "",
"name": "reserve",
"type": "STRING"
},
{
"description": "",
"name": "bToken",
"type": "STRING"
},
{
"description": "",
"name": "liquidityAdded",
"type": "STRING"
},
{
"description": "",
"name": "liquidityTaken",
"type": "STRING"
},
{
"description": "",
"name": "totalVariableDebt",
"type": "STRING"
},
{
"description": "",
"name": "reserveFactor",
"type": "STRING"
}
],
"table_description": "",
"table_name": "bend_InterestRate_call_calculateInterestRates"
}
}

0 comments on commit 43bd45e

Please sign in to comment.