Skip to content

Commit

Permalink
add pancakeswap events (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
zigzag2002 authored Jun 27, 2024
1 parent 588269e commit 17cd966
Show file tree
Hide file tree
Showing 16 changed files with 850 additions and 0 deletions.
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"
}
}
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"
}
}
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"
}
}
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"
}
}
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"
}
}
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"
}
}
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"
}
}
Loading

0 comments on commit 17cd966

Please sign in to comment.