Skip to content

Commit

Permalink
Added sDai events (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
krivars authored Jan 3, 2024
1 parent f09a421 commit 4bfba78
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "assets",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "shares",
"type": "uint256"
}
],
"name": "Deposit",
"type": "event"
},
"contract_address": "0x83f20f44975d03b1b09e64809b757c47f942beea",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "sdai",
"schema": [
{
"description": "",
"name": "sender",
"type": "STRING"
},
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "assets",
"type": "STRING"
},
{
"description": "",
"name": "shares",
"type": "STRING"
}
],
"table_description": "",
"table_name": "SavingsDai_event_Deposit"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "receiver",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "assets",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "shares",
"type": "uint256"
}
],
"name": "Withdraw",
"type": "event"
},
"contract_address": "0x83f20f44975d03b1b09e64809b757c47f942beea",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "sdai",
"schema": [
{
"description": "",
"name": "sender",
"type": "STRING"
},
{
"description": "",
"name": "receiver",
"type": "STRING"
},
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "assets",
"type": "STRING"
},
{
"description": "",
"name": "shares",
"type": "STRING"
}
],
"table_description": "",
"table_name": "SavingsDai_event_Withdraw"
}
}

0 comments on commit 4bfba78

Please sign in to comment.