Skip to content

Commit

Permalink
Create USDS_event_Transfer.sql (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
ememet authored Sep 27, 2024
1 parent 288c261 commit 9f7115d
Showing 1 changed file with 54 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": "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": "0xdc035d45d973e3ec169d2276ddab16f1e407384f",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "maker",
"schema": [
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"name": "to",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
}
],
"table_description": "",
"table_name": "USDS_event_Transfer"
}
}

0 comments on commit 9f7115d

Please sign in to comment.