Skip to content

Commit

Permalink
Add pendle originator events (#663)
Browse files Browse the repository at this point in the history
* removing deprecating feeds

* add pendle

* add dataset name

---------

Co-authored-by: qshao-gauntlet <qi.shao@gauntlet.network>
Co-authored-by: Qi Shao <123761078+qshao-gauntlet@users.noreply.github.com>
Co-authored-by: prateekeng <118216760+prateekeng@users.noreply.github.com>
  • Loading branch information
4 people authored Feb 14, 2024
1 parent 4052fd1 commit 71fedae
Show file tree
Hide file tree
Showing 12 changed files with 516 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "market",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "PT",
"type": "address"
},
{
"indexed": false,
"internalType": "int256",
"name": "scalarRoot",
"type": "int256"
},
{
"indexed": false,
"internalType": "int256",
"name": "initialAnchor",
"type": "int256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "lnFeeRateRoot",
"type": "uint256"
}
],
"name": "CreateNewMarket",
"type": "event"
},
"contract_address": "0x1a6fcc85557bc4fb7b534ed835a03ef056552d52",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pendle",
"schema": [
{
"description": "",
"name": "market",
"type": "STRING"
},
{
"description": "",
"name": "PT",
"type": "STRING"
},
{
"description": "",
"name": "scalarRoot",
"type": "STRING"
},
{
"description": "",
"name": "initialAnchor",
"type": "STRING"
},
{
"description": "",
"name": "lnFeeRateRoot",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PendleMarketFactoryV3_event_CreateNewMarket"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint8",
"name": "version",
"type": "uint8"
}
],
"name": "Initialized",
"type": "event"
},
"contract_address": "0x1a6fcc85557bc4fb7b534ed835a03ef056552d52",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pendle",
"schema": [
{
"description": "",
"name": "version",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PendleMarketFactoryV3_event_Initialized"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "treasury",
"type": "address"
},
{
"indexed": false,
"internalType": "uint8",
"name": "reserveFeePercent",
"type": "uint8"
}
],
"name": "NewTreasuryAndFeeReserve",
"type": "event"
},
"contract_address": "0x1a6fcc85557bc4fb7b534ed835a03ef056552d52",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pendle",
"schema": [
{
"description": "",
"name": "treasury",
"type": "STRING"
},
{
"description": "",
"name": "reserveFeePercent",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PendleMarketFactoryV3_event_NewTreasuryAndFeeReserve"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
"contract_address": "0x1a6fcc85557bc4fb7b534ed835a03ef056552d52",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pendle",
"schema": [
{
"description": "",
"name": "previousOwner",
"type": "STRING"
},
{
"description": "",
"name": "newOwner",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PendleMarketFactoryV3_event_OwnershipTransferred"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "router",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "market",
"type": "address"
},
{
"indexed": false,
"internalType": "uint80",
"name": "lnFeeRateRoot",
"type": "uint80"
}
],
"name": "SetOverriddenFee",
"type": "event"
},
"contract_address": "0x1a6fcc85557bc4fb7b534ed835a03ef056552d52",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pendle",
"schema": [
{
"description": "",
"name": "router",
"type": "STRING"
},
{
"description": "",
"name": "market",
"type": "STRING"
},
{
"description": "",
"name": "lnFeeRateRoot",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PendleMarketFactoryV3_event_SetOverriddenFee"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "SY",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "expiry",
"type": "uint256"
},
{
"indexed": false,
"internalType": "address",
"name": "PT",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "YT",
"type": "address"
}
],
"name": "CreateYieldContract",
"type": "event"
},
"contract_address": "0xdf3601014686674e53d1fa52f7602525483f9122",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pendle",
"schema": [
{
"description": "",
"name": "SY",
"type": "STRING"
},
{
"description": "",
"name": "expiry",
"type": "STRING"
},
{
"description": "",
"name": "PT",
"type": "STRING"
},
{
"description": "",
"name": "YT",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PendleYieldContractFactory_event_CreateYieldContract"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint8",
"name": "version",
"type": "uint8"
}
],
"name": "Initialized",
"type": "event"
},
"contract_address": "0xdf3601014686674e53d1fa52f7602525483f9122",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pendle",
"schema": [
{
"description": "",
"name": "version",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PendleYieldContractFactory_event_Initialized"
}
}
Loading

0 comments on commit 71fedae

Please sign in to comment.