Skip to content

Commit

Permalink
feat: add new motion - steth reward program, rename abis
Browse files Browse the repository at this point in the history
  • Loading branch information
DiRaiks committed May 22, 2023
1 parent 86c9c91 commit 3306068
Show file tree
Hide file tree
Showing 24 changed files with 817 additions and 35 deletions.
60 changes: 60 additions & 0 deletions abi/newReward/AddAllowedRecipient.abi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
[
{
"inputs": [
{
"internalType": "address",
"name": "_trustedCaller",
"type": "address"
},
{
"internalType": "address",
"name": "_allowedRecipientsRegistry",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "allowedRecipientsRegistry",
"outputs": [
{
"internalType": "contract AllowedRecipientsRegistry",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{ "internalType": "address", "name": "_creator", "type": "address" },
{ "internalType": "bytes", "name": "_evmScriptCallData", "type": "bytes" }
],
"name": "createEVMScript",
"outputs": [{ "internalType": "bytes", "name": "", "type": "bytes" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{ "internalType": "bytes", "name": "_evmScriptCallData", "type": "bytes" }
],
"name": "decodeEVMScriptCallData",
"outputs": [
{ "internalType": "address", "name": "", "type": "address" },
{ "internalType": "string", "name": "", "type": "string" }
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [],
"name": "trustedCaller",
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
"stateMutability": "view",
"type": "function"
}
]
1 change: 0 additions & 1 deletion abi/newReward/AddAllowedRecipientLDO.abi.json

This file was deleted.

Loading

0 comments on commit 3306068

Please sign in to comment.