Skip to content

Commit

Permalink
Merge branch 'beanstalk3-token-state' into beanstalk3-beanstalk-3-cod…
Browse files Browse the repository at this point in the history
…ehawks-merge
  • Loading branch information
Brean0 committed Aug 24, 2024
2 parents bf72c80 + 08661df commit bab8d6a
Show file tree
Hide file tree
Showing 122 changed files with 1,808 additions and 1,657 deletions.
104 changes: 91 additions & 13 deletions protocol/abi/Beanstalk.json
Original file line number Diff line number Diff line change
Expand Up @@ -7304,6 +7304,60 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract IERC20[]",
"name": "tokens",
"type": "address[]"
}
],
"name": "getBeanIndex",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getBeanstalkTokens",
"outputs": [
{
"components": [
{
"internalType": "address",
"name": "bean",
"type": "address"
},
{
"internalType": "address",
"name": "fertilizer",
"type": "address"
},
{
"internalType": "address",
"name": "urBean",
"type": "address"
},
{
"internalType": "address",
"name": "urLp",
"type": "address"
}
],
"internalType": "struct Tokens",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -7661,6 +7715,30 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "well",
"type": "address"
}
],
"name": "getNonBeanTokenAndIndexFromWell",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
},
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -9146,19 +9224,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getBeanEthGaugePointsPerBdv",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getBeanGaugePointsPerBdv",
Expand Down Expand Up @@ -9418,6 +9483,19 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getLargestGpPerBdv",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getLargestLiqWell",
Expand Down
Loading

0 comments on commit bab8d6a

Please sign in to comment.