Skip to content

Commit

Permalink
add swell rswETH events (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
onurerkin authored Feb 27, 2024
1 parent b9a2252 commit 7258e44
Show file tree
Hide file tree
Showing 15 changed files with 663 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "_address",
"type": "address"
}
],
"name": "AddedToWhitelist",
"type": "event"
},
"contract_address": "0xfae103dc9cf190ed75350761e95403b7b8afa6c0",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "_address",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswETH_event_AddedToWhitelist"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "Approval",
"type": "event"
},
"contract_address": "0xfae103dc9cf190ed75350761e95403b7b8afa6c0",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "spender",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswETH_event_Approval"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "rswETHMinted",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "newTotalETHDeposited",
"type": "uint256"
},
{
"indexed": true,
"internalType": "address",
"name": "referral",
"type": "address"
}
],
"name": "ETHDepositReceived",
"type": "event"
},
"contract_address": "0xfae103dc9cf190ed75350761e95403b7b8afa6c0",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
},
{
"description": "",
"name": "rswETHMinted",
"type": "STRING"
},
{
"description": "",
"name": "newTotalETHDeposited",
"type": "STRING"
},
{
"description": "",
"name": "referral",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswETH_event_ETHDepositReceived"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "rswETHBurned",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "ethReturned",
"type": "uint256"
}
],
"name": "ETHWithdrawn",
"type": "event"
},
"contract_address": "0xfae103dc9cf190ed75350761e95403b7b8afa6c0",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "to",
"type": "STRING"
},
{
"description": "",
"name": "rswETHBurned",
"type": "STRING"
},
{
"description": "",
"name": "ethReturned",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswETH_event_ETHWithdrawn"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint8",
"name": "version",
"type": "uint8"
}
],
"name": "Initialized",
"type": "event"
},
"contract_address": "0xfae103dc9cf190ed75350761e95403b7b8afa6c0",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "version",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswETH_event_Initialized"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "_oldMaximumRepriceDifferencePercentage",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "_newMaximumRepriceDifferencePercentage",
"type": "uint256"
}
],
"name": "MaximumRepriceDifferencePercentageUpdated",
"type": "event"
},
"contract_address": "0xfae103dc9cf190ed75350761e95403b7b8afa6c0",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "_oldMaximumRepriceDifferencePercentage",
"type": "STRING"
},
{
"description": "",
"name": "_newMaximumRepriceDifferencePercentage",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswETH_event_MaximumRepriceDifferencePercentageUpdated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "_oldMaximumRepricerswETHDifferencePercentage",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "_newMaximumRepricerswETHDifferencePercentage",
"type": "uint256"
}
],
"name": "MaximumRepricerswETHDifferencePercentageUpdated",
"type": "event"
},
"contract_address": "0xfae103dc9cf190ed75350761e95403b7b8afa6c0",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "_oldMaximumRepricerswETHDifferencePercentage",
"type": "STRING"
},
{
"description": "",
"name": "_newMaximumRepricerswETHDifferencePercentage",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswETH_event_MaximumRepricerswETHDifferencePercentageUpdated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "_oldMinimumRepriceTime",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "_newMinimumRepriceTime",
"type": "uint256"
}
],
"name": "MinimumRepriceTimeUpdated",
"type": "event"
},
"contract_address": "0xfae103dc9cf190ed75350761e95403b7b8afa6c0",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "_oldMinimumRepriceTime",
"type": "STRING"
},
{
"description": "",
"name": "_newMinimumRepriceTime",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswETH_event_MinimumRepriceTimeUpdated"
}
}
Loading

0 comments on commit 7258e44

Please sign in to comment.