Skip to content

Commit

Permalink
Merge pull request #308 from pods-finance/develop
Browse files Browse the repository at this point in the history
Release merge 1.2.0 => After 3rd audit
  • Loading branch information
Robsonsjre committed Sep 7, 2021
2 parents 2810145 + 1fff0ed commit 284d0fc
Show file tree
Hide file tree
Showing 148 changed files with 6,331 additions and 4,713 deletions.
58 changes: 58 additions & 0 deletions abi/AaveIncentives.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
[
{
"inputs": [
{
"internalType": "contract IConfigurationManager",
"name": "configurationManager",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "claimer",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "rewardAmount",
"type": "uint256"
}
],
"name": "RewardsClaimed",
"type": "event"
},
{
"inputs": [],
"name": "rewardAsset",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "rewardContract",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]
Loading

0 comments on commit 284d0fc

Please sign in to comment.