Skip to content

Commit

Permalink
regenerate abi with new getters
Browse files Browse the repository at this point in the history
  • Loading branch information
silochad committed Jul 11, 2023
1 parent 86108e4 commit e702ccf
Showing 1 changed file with 88 additions and 4 deletions.
92 changes: 88 additions & 4 deletions protocol/abi/Beanstalk.json
Original file line number Diff line number Diff line change
Expand Up @@ -5310,6 +5310,30 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "address",
"name": "token",
"type": "address"
}
],
"name": "balanceOfDepositedBdv",
"outputs": [
{
"internalType": "uint256",
"name": "depositedBdv",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -5598,6 +5622,66 @@
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "address",
"name": "token",
"type": "address"
}
],
"name": "getLastMowedStem",
"outputs": [
{
"internalType": "int96",
"name": "lastStem",
"type": "int96"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "address",
"name": "token",
"type": "address"
}
],
"name": "getMowStatus",
"outputs": [
{
"components": [
{
"internalType": "int96",
"name": "lastStem",
"type": "int96"
},
{
"internalType": "uint128",
"name": "bdv",
"type": "uint128"
}
],
"internalType": "struct Account.MowStatus",
"name": "mowStatus",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -5884,9 +5968,9 @@
"name": "seasonToStem",
"outputs": [
{
"internalType": "int128",
"internalType": "int96",
"name": "stem",
"type": "int128"
"type": "int96"
}
],
"stateMutability": "view",
Expand Down Expand Up @@ -5916,9 +6000,9 @@
"name": "stemTipForToken",
"outputs": [
{
"internalType": "int128",
"internalType": "int96",
"name": "_stemTip",
"type": "int128"
"type": "int96"
}
],
"stateMutability": "view",
Expand Down

0 comments on commit e702ccf

Please sign in to comment.