Skip to content

Commit

Permalink
Add RSWETH Withdrawal Manager Contract (#770)
Browse files Browse the repository at this point in the history
* init

* fix dataset name
  • Loading branch information
zigzag2002 authored Jul 31, 2024
1 parent d216204 commit 057690e
Show file tree
Hide file tree
Showing 15 changed files with 685 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": "0x58749c46ffe97e4d79508a2c781c440f4756f064",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "_address",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswEXIT_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": "approved",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
}
],
"name": "Approval",
"type": "event"
},
"contract_address": "0x58749c46ffe97e4d79508a2c781c440f4756f064",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "approved",
"type": "STRING"
},
{
"description": "",
"name": "tokenId",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswEXIT_event_Approval"
}
}
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": "operator",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "approved",
"type": "bool"
}
],
"name": "ApprovalForAll",
"type": "event"
},
"contract_address": "0x58749c46ffe97e4d79508a2c781c440f4756f064",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "operator",
"type": "STRING"
},
{
"description": "",
"name": "approved",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswEXIT_event_ApprovalForAll"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "oldBaseURI",
"type": "string"
},
{
"indexed": false,
"internalType": "string",
"name": "newBaseURI",
"type": "string"
}
],
"name": "BaseURIUpdated",
"type": "event"
},
"contract_address": "0x58749c46ffe97e4d79508a2c781c440f4756f064",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "oldBaseURI",
"type": "STRING"
},
{
"description": "",
"name": "newBaseURI",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswEXIT_event_BaseURIUpdated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "ETHReceived",
"type": "event"
},
"contract_address": "0x58749c46ffe97e4d79508a2c781c440f4756f064",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "sender",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswEXIT_event_ETHReceived"
}
}
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": "0x58749c46ffe97e4d79508a2c781c440f4756f064",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "version",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswEXIT_event_Initialized"
}
}
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": "RemovedFromWhitelist",
"type": "event"
},
"contract_address": "0x58749c46ffe97e4d79508a2c781c440f4756f064",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "_address",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswEXIT_event_RemovedFromWhitelist"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
}
],
"name": "Transfer",
"type": "event"
},
"contract_address": "0x58749c46ffe97e4d79508a2c781c440f4756f064",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"name": "to",
"type": "STRING"
},
{
"description": "",
"name": "tokenId",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RswEXIT_event_Transfer"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [],
"name": "WhitelistDisabled",
"type": "event"
},
"contract_address": "0x58749c46ffe97e4d79508a2c781c440f4756f064",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "swell",
"schema": [],
"table_description": "",
"table_name": "RswEXIT_event_WhitelistDisabled"
}
}
Loading

0 comments on commit 057690e

Please sign in to comment.