-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
588269e
commit 17cd966
Showing
16 changed files
with
850 additions
and
0 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
.../parse/table_definitions/curve/CurveStableswapFactoryNGLiquidityGauge_event_Transfer.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,51 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"name": "_from", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"name": "_to", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"name": "_value", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "Transfer", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT gauge FROM ref('CurveStableswapFactoryNG_event_LiquidityGaugeDeployed')", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "curve", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "_from", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "_to", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "_value", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "CurveStableswapFactoryNGLiquidityGauge_event_Transfer" | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
dags/resources/stages/parse/table_definitions/pancakeswap/MasterChefV3_event_AddPool.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,65 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"internalType": "uint256", | ||
"name": "pid", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "allocPoint", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "contract IPancakeV3Pool", | ||
"name": "v3Pool", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "contract ILMPool", | ||
"name": "lmPool", | ||
"type": "address" | ||
} | ||
], | ||
"name": "AddPool", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x556b9306565093c855aea9ae92a594704c2cd59e", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "pancakeswap", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "pid", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "allocPoint", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "v3Pool", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "lmPool", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "MasterChefV3_event_AddPool" | ||
} | ||
} |
87 changes: 87 additions & 0 deletions
87
dags/resources/stages/parse/table_definitions/pancakeswap/MasterChefV3_event_Deposit.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": "from", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "uint256", | ||
"name": "pid", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "uint256", | ||
"name": "tokenId", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "liquidity", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "int24", | ||
"name": "tickLower", | ||
"type": "int24" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "int24", | ||
"name": "tickUpper", | ||
"type": "int24" | ||
} | ||
], | ||
"name": "Deposit", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x556b9306565093c855aea9ae92a594704c2cd59e", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "pancakeswap", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "from", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "pid", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "tokenId", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "liquidity", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "tickLower", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "tickUpper", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "MasterChefV3_event_Deposit" | ||
} | ||
} |
76 changes: 76 additions & 0 deletions
76
dags/resources/stages/parse/table_definitions/pancakeswap/MasterChefV3_event_Harvest.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": "sender", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "address", | ||
"name": "to", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "uint256", | ||
"name": "pid", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "uint256", | ||
"name": "tokenId", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "reward", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "Harvest", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x556b9306565093c855aea9ae92a594704c2cd59e", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "pancakeswap", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "sender", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "to", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "pid", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "tokenId", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "reward", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "MasterChefV3_event_Harvest" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ages/parse/table_definitions/pancakeswap/MasterChefV3_event_NewLMPoolDeployerAddress.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,32 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "address", | ||
"name": "deployer", | ||
"type": "address" | ||
} | ||
], | ||
"name": "NewLMPoolDeployerAddress", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x556b9306565093c855aea9ae92a594704c2cd59e", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "pancakeswap", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "deployer", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "MasterChefV3_event_NewLMPoolDeployerAddress" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ces/stages/parse/table_definitions/pancakeswap/MasterChefV3_event_NewOperatorAddress.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,32 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "address", | ||
"name": "operator", | ||
"type": "address" | ||
} | ||
], | ||
"name": "NewOperatorAddress", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x556b9306565093c855aea9ae92a594704c2cd59e", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "pancakeswap", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "operator", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "MasterChefV3_event_NewOperatorAddress" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...rces/stages/parse/table_definitions/pancakeswap/MasterChefV3_event_NewPeriodDuration.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,32 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "periodDuration", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "NewPeriodDuration", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x556b9306565093c855aea9ae92a594704c2cd59e", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "pancakeswap", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "periodDuration", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "MasterChefV3_event_NewPeriodDuration" | ||
} | ||
} |
Oops, something went wrong.