Skip to content

Commit

Permalink
Merge pull request #120 from GauntletNetworks/cpmm-add-quickswap-sush…
Browse files Browse the repository at this point in the history
…iswap-events

Cpmm add quickswap sushiswap events
  • Loading branch information
medvedev1088 authored Feb 7, 2023
2 parents 430fbe3 + 5d3901f commit 59aa7d1
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint112",
"name": "reserve0",
"type": "uint112"
},
{
"indexed": false,
"internalType": "uint112",
"name": "reserve1",
"type": "uint112"
}
],
"name": "Sync",
"type": "event"
},
"contract_address": "SELECT pair FROM ref('UniswapV2Factory_event_PairCreated')",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "quickswap",
"schema": [
{
"description": "",
"name": "reserve0",
"type": "STRING"
},
{
"description": "",
"name": "reserve1",
"type": "STRING"
}
],
"table_description": "",
"table_name": "UniswapV2Pair_event_Sync"
}
}
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": "SELECT pair FROM ref('UniswapV2Factory_event_PairCreated')",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "sushiswap",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "spender",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
}
],
"table_description": "",
"table_name": "UniswapV2Pair_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": "sender",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
}
],
"name": "Burn",
"type": "event"
},
"contract_address": "SELECT pair FROM ref('UniswapV2Factory_event_PairCreated')",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "sushiswap",
"schema": [
{
"description": "",
"name": "sender",
"type": "STRING"
},
{
"description": "",
"name": "amount0",
"type": "STRING"
},
{
"description": "",
"name": "amount1",
"type": "STRING"
},
{
"description": "",
"name": "to",
"type": "STRING"
}
],
"table_description": "",
"table_name": "UniswapV2Pair_event_Burn"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
}
],
"name": "Mint",
"type": "event"
},
"contract_address": "SELECT pair FROM ref('UniswapV2Factory_event_PairCreated')",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "sushiswap",
"schema": [
{
"description": "",
"name": "sender",
"type": "STRING"
},
{
"description": "",
"name": "amount0",
"type": "STRING"
},
{
"description": "",
"name": "amount1",
"type": "STRING"
}
],
"table_description": "",
"table_name": "UniswapV2Pair_event_Mint"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint112",
"name": "reserve0",
"type": "uint112"
},
{
"indexed": false,
"internalType": "uint112",
"name": "reserve1",
"type": "uint112"
}
],
"name": "Sync",
"type": "event"
},
"contract_address": "SELECT pair FROM ref('UniswapV2Factory_event_PairCreated')",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "sushiswap",
"schema": [
{
"description": "",
"name": "reserve0",
"type": "STRING"
},
{
"description": "",
"name": "reserve1",
"type": "STRING"
}
],
"table_description": "",
"table_name": "UniswapV2Pair_event_Sync"
}
}

0 comments on commit 59aa7d1

Please sign in to comment.