Skip to content

Commit c459fe1

Browse files
ian-mellenqshao-gauntletprateekengringwraith10wzhang-gauntlet
authored
Add pendle 1 (#828)
* removing deprecating feeds * adding first batch --------- Co-authored-by: qshao-gauntlet <[email protected]> Co-authored-by: Qi Shao <[email protected]> Co-authored-by: prateekeng <[email protected]> Co-authored-by: walter <[email protected]> Co-authored-by: wzhang-gauntlet <[email protected]> Co-authored-by: zigzag2002 <[email protected]> Co-authored-by: mariashaikh152 <[email protected]>
1 parent 5edb0fd commit c459fe1

24 files changed

+1032
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "market",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "PT",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": false,
20+
"internalType": "int256",
21+
"name": "scalarRoot",
22+
"type": "int256"
23+
},
24+
{
25+
"indexed": false,
26+
"internalType": "int256",
27+
"name": "initialAnchor",
28+
"type": "int256"
29+
},
30+
{
31+
"indexed": false,
32+
"internalType": "uint256",
33+
"name": "lnFeeRateRoot",
34+
"type": "uint256"
35+
}
36+
],
37+
"name": "CreateNewMarket",
38+
"type": "event"
39+
},
40+
"contract_address": "0x3d75bd20c983edb5fd218a1b7e0024f1056c7a2f",
41+
"field_mapping": {},
42+
"type": "log"
43+
},
44+
"table": {
45+
"dataset_name": "pendle",
46+
"schema": [
47+
{
48+
"description": "",
49+
"name": "market",
50+
"type": "STRING"
51+
},
52+
{
53+
"description": "",
54+
"name": "PT",
55+
"type": "STRING"
56+
},
57+
{
58+
"description": "",
59+
"name": "scalarRoot",
60+
"type": "STRING"
61+
},
62+
{
63+
"description": "",
64+
"name": "initialAnchor",
65+
"type": "STRING"
66+
},
67+
{
68+
"description": "",
69+
"name": "lnFeeRateRoot",
70+
"type": "STRING"
71+
}
72+
],
73+
"table_description": "",
74+
"table_name": "PendleMarketFactoryV4_event_CreateNewMarket"
75+
}
76+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": false,
8+
"internalType": "uint8",
9+
"name": "version",
10+
"type": "uint8"
11+
}
12+
],
13+
"name": "Initialized",
14+
"type": "event"
15+
},
16+
"contract_address": "0x3d75bd20c983edb5fd218a1b7e0024f1056c7a2f",
17+
"field_mapping": {},
18+
"type": "log"
19+
},
20+
"table": {
21+
"dataset_name": "pendle",
22+
"schema": [
23+
{
24+
"description": "",
25+
"name": "version",
26+
"type": "STRING"
27+
}
28+
],
29+
"table_description": "",
30+
"table_name": "PendleMarketFactoryV4_event_Initialized"
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "treasury",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": false,
14+
"internalType": "uint8",
15+
"name": "reserveFeePercent",
16+
"type": "uint8"
17+
}
18+
],
19+
"name": "NewTreasuryAndFeeReserve",
20+
"type": "event"
21+
},
22+
"contract_address": "0x3d75bd20c983edb5fd218a1b7e0024f1056c7a2f",
23+
"field_mapping": {},
24+
"type": "log"
25+
},
26+
"table": {
27+
"dataset_name": "pendle",
28+
"schema": [
29+
{
30+
"description": "",
31+
"name": "treasury",
32+
"type": "STRING"
33+
},
34+
{
35+
"description": "",
36+
"name": "reserveFeePercent",
37+
"type": "STRING"
38+
}
39+
],
40+
"table_description": "",
41+
"table_name": "PendleMarketFactoryV4_event_NewTreasuryAndFeeReserve"
42+
}
43+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "previousOwner",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "newOwner",
16+
"type": "address"
17+
}
18+
],
19+
"name": "OwnershipTransferred",
20+
"type": "event"
21+
},
22+
"contract_address": "0x3d75bd20c983edb5fd218a1b7e0024f1056c7a2f",
23+
"field_mapping": {},
24+
"type": "log"
25+
},
26+
"table": {
27+
"dataset_name": "pendle",
28+
"schema": [
29+
{
30+
"description": "",
31+
"name": "previousOwner",
32+
"type": "STRING"
33+
},
34+
{
35+
"description": "",
36+
"name": "newOwner",
37+
"type": "STRING"
38+
}
39+
],
40+
"table_description": "",
41+
"table_name": "PendleMarketFactoryV4_event_OwnershipTransferred"
42+
}
43+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "router",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "market",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": false,
20+
"internalType": "uint80",
21+
"name": "lnFeeRateRoot",
22+
"type": "uint80"
23+
}
24+
],
25+
"name": "SetOverriddenFee",
26+
"type": "event"
27+
},
28+
"contract_address": "0x3d75bd20c983edb5fd218a1b7e0024f1056c7a2f",
29+
"field_mapping": {},
30+
"type": "log"
31+
},
32+
"table": {
33+
"dataset_name": "pendle",
34+
"schema": [
35+
{
36+
"description": "",
37+
"name": "router",
38+
"type": "STRING"
39+
},
40+
{
41+
"description": "",
42+
"name": "market",
43+
"type": "STRING"
44+
},
45+
{
46+
"description": "",
47+
"name": "lnFeeRateRoot",
48+
"type": "STRING"
49+
}
50+
],
51+
"table_description": "",
52+
"table_name": "PendleMarketFactoryV4_event_SetOverriddenFee"
53+
}
54+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "market",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "PT",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": false,
20+
"internalType": "int256",
21+
"name": "scalarRoot",
22+
"type": "int256"
23+
},
24+
{
25+
"indexed": false,
26+
"internalType": "int256",
27+
"name": "initialAnchor",
28+
"type": "int256"
29+
},
30+
{
31+
"indexed": false,
32+
"internalType": "uint256",
33+
"name": "lnFeeRateRoot",
34+
"type": "uint256"
35+
}
36+
],
37+
"name": "CreateNewMarket",
38+
"type": "event"
39+
},
40+
"contract_address": "0x6fcf753f2c67b83f7b09746bbc4fa0047b35d050",
41+
"field_mapping": {},
42+
"type": "log"
43+
},
44+
"table": {
45+
"dataset_name": "pendle",
46+
"schema": [
47+
{
48+
"description": "",
49+
"name": "market",
50+
"type": "STRING"
51+
},
52+
{
53+
"description": "",
54+
"name": "PT",
55+
"type": "STRING"
56+
},
57+
{
58+
"description": "",
59+
"name": "scalarRoot",
60+
"type": "STRING"
61+
},
62+
{
63+
"description": "",
64+
"name": "initialAnchor",
65+
"type": "STRING"
66+
},
67+
{
68+
"description": "",
69+
"name": "lnFeeRateRoot",
70+
"type": "STRING"
71+
}
72+
],
73+
"table_description": "",
74+
"table_name": "PendleMarketFactoryV5_event_CreateNewMarket"
75+
}
76+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": false,
8+
"internalType": "uint8",
9+
"name": "version",
10+
"type": "uint8"
11+
}
12+
],
13+
"name": "Initialized",
14+
"type": "event"
15+
},
16+
"contract_address": "0x6fcf753f2c67b83f7b09746bbc4fa0047b35d050",
17+
"field_mapping": {},
18+
"type": "log"
19+
},
20+
"table": {
21+
"dataset_name": "pendle",
22+
"schema": [
23+
{
24+
"description": "",
25+
"name": "version",
26+
"type": "STRING"
27+
}
28+
],
29+
"table_description": "",
30+
"table_name": "PendleMarketFactoryV5_event_Initialized"
31+
}
32+
}

0 commit comments

Comments
 (0)