Skip to content

Commit

Permalink
add wbeth (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
yilanzheng authored Sep 18, 2024
1 parent 199cfcb commit 80fd8d3
Show file tree
Hide file tree
Showing 26 changed files with 1,048 additions and 0 deletions.
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": "0xa2e3356610840701bdf5611a53974510ae27e2e1",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wbeth",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "spender",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
}
],
"table_description": "",
"table_name": "wBETH_event_Approval"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "authorizer",
"type": "address"
},
{
"indexed": true,
"internalType": "bytes32",
"name": "nonce",
"type": "bytes32"
}
],
"name": "AuthorizationCanceled",
"type": "event"
},
"contract_address": "0xa2e3356610840701bdf5611a53974510ae27e2e1",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wbeth",
"schema": [
{
"description": "",
"name": "authorizer",
"type": "STRING"
},
{
"description": "",
"name": "nonce",
"type": "STRING"
}
],
"table_description": "",
"table_name": "wBETH_event_AuthorizationCanceled"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "authorizer",
"type": "address"
},
{
"indexed": true,
"internalType": "bytes32",
"name": "nonce",
"type": "bytes32"
}
],
"name": "AuthorizationUsed",
"type": "event"
},
"contract_address": "0xa2e3356610840701bdf5611a53974510ae27e2e1",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wbeth",
"schema": [
{
"description": "",
"name": "authorizer",
"type": "STRING"
},
{
"description": "",
"name": "nonce",
"type": "STRING"
}
],
"table_description": "",
"table_name": "wBETH_event_AuthorizationUsed"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "_account",
"type": "address"
}
],
"name": "Blacklisted",
"type": "event"
},
"contract_address": "0xa2e3356610840701bdf5611a53974510ae27e2e1",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wbeth",
"schema": [
{
"description": "",
"name": "_account",
"type": "STRING"
}
],
"table_description": "",
"table_name": "wBETH_event_Blacklisted"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "newBlacklister",
"type": "address"
}
],
"name": "BlacklisterChanged",
"type": "event"
},
"contract_address": "0xa2e3356610840701bdf5611a53974510ae27e2e1",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wbeth",
"schema": [
{
"description": "",
"name": "newBlacklister",
"type": "STRING"
}
],
"table_description": "",
"table_name": "wBETH_event_BlacklisterChanged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "burner",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "Burn",
"type": "event"
},
"contract_address": "0xa2e3356610840701bdf5611a53974510ae27e2e1",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wbeth",
"schema": [
{
"description": "",
"name": "burner",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "wBETH_event_Burn"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "user",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "ethAmount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "wBETHAmount",
"type": "uint256"
},
{
"indexed": true,
"internalType": "address",
"name": "referral",
"type": "address"
}
],
"name": "DepositEth",
"type": "event"
},
"contract_address": "0xa2e3356610840701bdf5611a53974510ae27e2e1",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wbeth",
"schema": [
{
"description": "",
"name": "user",
"type": "STRING"
},
{
"description": "",
"name": "ethAmount",
"type": "STRING"
},
{
"description": "",
"name": "wBETHAmount",
"type": "STRING"
},
{
"description": "",
"name": "referral",
"type": "STRING"
}
],
"table_description": "",
"table_name": "wBETH_event_DepositEth"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousReceiver",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newReceiver",
"type": "address"
}
],
"name": "EthReceiverUpdated",
"type": "event"
},
"contract_address": "0xa2e3356610840701bdf5611a53974510ae27e2e1",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wbeth",
"schema": [
{
"description": "",
"name": "previousReceiver",
"type": "STRING"
},
{
"description": "",
"name": "newReceiver",
"type": "STRING"
}
],
"table_description": "",
"table_name": "wBETH_event_EthReceiverUpdated"
}
}
Loading

0 comments on commit 80fd8d3

Please sign in to comment.