Skip to content

Commit

Permalink
Merge branch 'tractor-generalized' into tractor_to_secure_merge_4
Browse files Browse the repository at this point in the history
  • Loading branch information
funderbrker committed Apr 24, 2024
2 parents 682c5c8 + 0e8fbe7 commit 3855036
Show file tree
Hide file tree
Showing 8 changed files with 505 additions and 812 deletions.
94 changes: 0 additions & 94 deletions protocol/abi/Beanstalk.json
Original file line number Diff line number Diff line change
Expand Up @@ -6758,100 +6758,6 @@
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "uint32",
"name": "season",
"type": "uint32"
},
{
"internalType": "enum LibTransfer.To",
"name": "mode",
"type": "uint8"
}
],
"name": "claimWithdrawal",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "uint32[]",
"name": "seasons",
"type": "uint32[]"
},
{
"internalType": "enum LibTransfer.To",
"name": "mode",
"type": "uint8"
}
],
"name": "claimWithdrawals",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "token",
"type": "address"
}
],
"name": "getTotalWithdrawn",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "uint32",
"name": "season",
"type": "uint32"
}
],
"name": "getWithdrawal",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"anonymous": false,
"inputs": [
Expand Down
Loading

0 comments on commit 3855036

Please sign in to comment.