Skip to content

Commit

Permalink
merkl claim events (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
egansoft authored Jun 5, 2024
1 parent ba3fe31 commit 820b9d5
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": "user",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "token",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "Claimed",
"type": "event"
},
"contract_address": "0x3ef3d8ba38ebe18db133cec108f4d14ce00dd9ae",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "merkl",
"schema": [
{
"description": "",
"name": "user",
"type": "STRING"
},
{
"description": "",
"name": "token",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "Distributor_event_Claimed"
}
}

0 comments on commit 820b9d5

Please sign in to comment.