Skip to content

Commit

Permalink
feat: add abi
Browse files Browse the repository at this point in the history
  • Loading branch information
Space-Bean committed Jul 26, 2024
1 parent 37f884e commit af78b9a
Showing 1 changed file with 46 additions and 6 deletions.
52 changes: 46 additions & 6 deletions protocol/abi/Beanstalk.json
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,19 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "well",
"type": "address"
}
],
"name": "beginBarnRaiseMigration",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -1012,11 +1025,6 @@
"internalType": "uint256",
"name": "minLPTokensOut",
"type": "uint256"
},
{
"internalType": "enum LibTransfer.From",
"name": "mode",
"type": "uint8"
}
],
"name": "mintFertilizer",
Expand Down Expand Up @@ -6382,6 +6390,19 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "totalRainRoots",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "totalRoots",
Expand Down Expand Up @@ -7443,6 +7464,25 @@
"name": "WellOracle",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "well",
"type": "address"
}
],
"name": "check",
"outputs": [
{
"internalType": "int256",
"name": "deltaB",
"type": "int256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "maxWeight",
Expand Down Expand Up @@ -8348,4 +8388,4 @@
"stateMutability": "payable",
"type": "function"
}
]
]

0 comments on commit af78b9a

Please sign in to comment.