-
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef01ab6
commit 0b818e6
Showing
12 changed files
with
835 additions
and
0 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
...ces/stages/parse/table_definitions/sushiswap/UniswapV3Factory_event_FeeAmountEnabled.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "0xbaceb8ec6b9355dfc0269c18bac9d6e2bdc29c4f", | ||
"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" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
...sources/stages/parse/table_definitions/sushiswap/UniswapV3Factory_event_OwnerChanged.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "0xbaceb8ec6b9355dfc0269c18bac9d6e2bdc29c4f", | ||
"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" | ||
} | ||
} |
76 changes: 76 additions & 0 deletions
76
...esources/stages/parse/table_definitions/sushiswap/UniswapV3Factory_event_PoolCreated.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "0xbaceb8ec6b9355dfc0269c18bac9d6e2bdc29c4f", | ||
"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" | ||
} | ||
} |
87 changes: 87 additions & 0 deletions
87
dags/resources/stages/parse/table_definitions/sushiswap/UniswapV3Pool_event_Burn.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
87 changes: 87 additions & 0 deletions
87
dags/resources/stages/parse/table_definitions/sushiswap/UniswapV3Pool_event_Collect.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.