add setBaseBorrowMin function

This commit is contained in:
2026-03-09 15:54:32 +08:00
parent e033cbd1c4
commit 83d73a7409
15 changed files with 508 additions and 25 deletions

View File

@@ -122,6 +122,19 @@
"name": "AbsorbDebt",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint104",
"name": "baseBorrowMin",
"type": "uint104"
}
],
"name": "BaseBorrowMinUpdated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
@@ -532,6 +545,19 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint104",
"name": "newBaseBorrowMin",
"type": "uint104"
}
],
"name": "setBaseBorrowMin",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{

View File

@@ -233,6 +233,19 @@
"name": "AbsorbDebt",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint104",
"name": "baseBorrowMin",
"type": "uint104"
}
],
"name": "BaseBorrowMinUpdated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
@@ -1129,6 +1142,19 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint104",
"name": "newBaseBorrowMin",
"type": "uint104"
}
],
"name": "setBaseBorrowMin",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{