From e702ccfbbbdef995cc95b39eb4c140fcfef606e5 Mon Sep 17 00:00:00 2001 From: Silo Chad Date: Tue, 11 Jul 2023 08:57:22 -0700 Subject: [PATCH] regenerate abi with new getters --- protocol/abi/Beanstalk.json | 92 +++++++++++++++++++++++++++++++++++-- 1 file changed, 88 insertions(+), 4 deletions(-) diff --git a/protocol/abi/Beanstalk.json b/protocol/abi/Beanstalk.json index 8e8a1cc719..5f09b98a4b 100644 --- a/protocol/abi/Beanstalk.json +++ b/protocol/abi/Beanstalk.json @@ -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": [ { @@ -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": [ { @@ -5884,9 +5968,9 @@ "name": "seasonToStem", "outputs": [ { - "internalType": "int128", + "internalType": "int96", "name": "stem", - "type": "int128" + "type": "int96" } ], "stateMutability": "view", @@ -5916,9 +6000,9 @@ "name": "stemTipForToken", "outputs": [ { - "internalType": "int128", + "internalType": "int96", "name": "_stemTip", - "type": "int128" + "type": "int96" } ], "stateMutability": "view",