Skip to content

Commit

Permalink
added events (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekeng authored Dec 6, 2023
1 parent dbd9750 commit 26b26a8
Show file tree
Hide file tree
Showing 12 changed files with 835 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint24",
"name": "fee",
"type": "uint24"
},
{
"indexed": true,
"internalType": "int24",
"name": "tickSpacing",
"type": "int24"
}
],
"name": "FeeAmountEnabled",
"type": "event"
},
"contract_address": "0x1af415a1eba07a4986a52b6f2e7de7003d82231e",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "sushiswap",
"schema": [
{
"description": "",
"name": "fee",
"type": "STRING"
},
{
"description": "",
"name": "tickSpacing",
"type": "STRING"
}
],
"table_description": "",
"table_name": "UniswapV3Factory_event_FeeAmountEnabled"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "oldOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnerChanged",
"type": "event"
},
"contract_address": "0x1af415a1eba07a4986a52b6f2e7de7003d82231e",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "sushiswap",
"schema": [
{
"description": "",
"name": "oldOwner",
"type": "STRING"
},
{
"description": "",
"name": "newOwner",
"type": "STRING"
}
],
"table_description": "",
"table_name": "UniswapV3Factory_event_OwnerChanged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "token0",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "token1",
"type": "address"
},
{
"indexed": true,
"internalType": "uint24",
"name": "fee",
"type": "uint24"
},
{
"indexed": false,
"internalType": "int24",
"name": "tickSpacing",
"type": "int24"
},
{
"indexed": false,
"internalType": "address",
"name": "pool",
"type": "address"
}
],
"name": "PoolCreated",
"type": "event"
},
"contract_address": "0x1af415a1eba07a4986a52b6f2e7de7003d82231e",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "sushiswap",
"schema": [
{
"description": "",
"name": "token0",
"type": "STRING"
},
{
"description": "",
"name": "token1",
"type": "STRING"
},
{
"description": "",
"name": "fee",
"type": "STRING"
},
{
"description": "",
"name": "tickSpacing",
"type": "STRING"
},
{
"description": "",
"name": "pool",
"type": "STRING"
}
],
"table_description": "",
"table_name": "UniswapV3Factory_event_PoolCreated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": true,
"internalType": "int24",
"name": "tickLower",
"type": "int24"
},
{
"indexed": true,
"internalType": "int24",
"name": "tickUpper",
"type": "int24"
},
{
"indexed": false,
"internalType": "uint128",
"name": "amount",
"type": "uint128"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
}
],
"name": "Burn",
"type": "event"
},
"contract_address": "SELECT pool FROM ref('UniswapV3Factory_event_PoolCreated')",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "sushiswap",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "tickLower",
"type": "STRING"
},
{
"description": "",
"name": "tickUpper",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
},
{
"description": "",
"name": "amount0",
"type": "STRING"
},
{
"description": "",
"name": "amount1",
"type": "STRING"
}
],
"table_description": "",
"table_name": "UniswapV3Pool_event_Burn"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"indexed": true,
"internalType": "int24",
"name": "tickLower",
"type": "int24"
},
{
"indexed": true,
"internalType": "int24",
"name": "tickUpper",
"type": "int24"
},
{
"indexed": false,
"internalType": "uint128",
"name": "amount0",
"type": "uint128"
},
{
"indexed": false,
"internalType": "uint128",
"name": "amount1",
"type": "uint128"
}
],
"name": "Collect",
"type": "event"
},
"contract_address": "SELECT pool FROM ref('UniswapV3Factory_event_PoolCreated')",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "sushiswap",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "recipient",
"type": "STRING"
},
{
"description": "",
"name": "tickLower",
"type": "STRING"
},
{
"description": "",
"name": "tickUpper",
"type": "STRING"
},
{
"description": "",
"name": "amount0",
"type": "STRING"
},
{
"description": "",
"name": "amount1",
"type": "STRING"
}
],
"table_description": "",
"table_name": "UniswapV3Pool_event_Collect"
}
}
Loading

0 comments on commit 26b26a8

Please sign in to comment.