Skip to content

Commit

Permalink
add woeth (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
yilanzheng authored Sep 18, 2024
1 parent 80fd8d3 commit e487d9c
Show file tree
Hide file tree
Showing 6 changed files with 335 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": "0xdcee70654261af21c44c093c300ed3bb97b78192",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "woeth",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "spender",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
}
],
"table_description": "",
"table_name": "WOETH_event_Approval"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "caller",
"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": "0xdcee70654261af21c44c093c300ed3bb97b78192",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "woeth",
"schema": [
{
"description": "",
"name": "caller",
"type": "STRING"
},
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "assets",
"type": "STRING"
},
{
"description": "",
"name": "shares",
"type": "STRING"
}
],
"table_description": "",
"table_name": "WOETH_event_Deposit"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousGovernor",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newGovernor",
"type": "address"
}
],
"name": "GovernorshipTransferred",
"type": "event"
},
"contract_address": "0xdcee70654261af21c44c093c300ed3bb97b78192",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "woeth",
"schema": [
{
"description": "",
"name": "previousGovernor",
"type": "STRING"
},
{
"description": "",
"name": "newGovernor",
"type": "STRING"
}
],
"table_description": "",
"table_name": "WOETH_event_GovernorshipTransferred"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousGovernor",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newGovernor",
"type": "address"
}
],
"name": "PendingGovernorshipTransfer",
"type": "event"
},
"contract_address": "0xdcee70654261af21c44c093c300ed3bb97b78192",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "woeth",
"schema": [
{
"description": "",
"name": "previousGovernor",
"type": "STRING"
},
{
"description": "",
"name": "newGovernor",
"type": "STRING"
}
],
"table_description": "",
"table_name": "WOETH_event_PendingGovernorshipTransfer"
}
}
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": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "Transfer",
"type": "event"
},
"contract_address": "0xdcee70654261af21c44c093c300ed3bb97b78192",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "woeth",
"schema": [
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"name": "to",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
}
],
"table_description": "",
"table_name": "WOETH_event_Transfer"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "caller",
"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": "0xdcee70654261af21c44c093c300ed3bb97b78192",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "woeth",
"schema": [
{
"description": "",
"name": "caller",
"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": "WOETH_event_Withdraw"
}
}

0 comments on commit e487d9c

Please sign in to comment.