Skip to content

Commit ea410b1

Browse files
code-oracle609ian-mellenwderose
committed
events (#361)
Co-authored-by: ian-mellen <[email protected]> Co-authored-by: wderose <[email protected]>
1 parent ce75e2f commit ea410b1

File tree

40 files changed

+2994
-0
lines changed

40 files changed

+2994
-0
lines changed
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "cometProxy",
10+
"type": "address"
11+
},
12+
{
13+
"components": [
14+
{
15+
"internalType": "address",
16+
"name": "asset",
17+
"type": "address"
18+
},
19+
{
20+
"internalType": "address",
21+
"name": "priceFeed",
22+
"type": "address"
23+
},
24+
{
25+
"internalType": "uint8",
26+
"name": "decimals",
27+
"type": "uint8"
28+
},
29+
{
30+
"internalType": "uint64",
31+
"name": "borrowCollateralFactor",
32+
"type": "uint64"
33+
},
34+
{
35+
"internalType": "uint64",
36+
"name": "liquidateCollateralFactor",
37+
"type": "uint64"
38+
},
39+
{
40+
"internalType": "uint64",
41+
"name": "liquidationFactor",
42+
"type": "uint64"
43+
},
44+
{
45+
"internalType": "uint128",
46+
"name": "supplyCap",
47+
"type": "uint128"
48+
}
49+
],
50+
"indexed": false,
51+
"internalType": "struct CometConfiguration.AssetConfig",
52+
"name": "assetConfig",
53+
"type": "tuple"
54+
}
55+
],
56+
"name": "AddAsset",
57+
"type": "event"
58+
},
59+
"contract_address": "0x966c72f456fc248d458784ef3e0b6d042be115f2",
60+
"field_mapping": {},
61+
"type": "log"
62+
},
63+
"table": {
64+
"dataset_name": "compound",
65+
"schema": [
66+
{
67+
"description": "",
68+
"name": "cometProxy",
69+
"type": "STRING"
70+
},
71+
{
72+
"description": "",
73+
"fields": [
74+
{
75+
"description": "",
76+
"name": "asset",
77+
"type": "STRING"
78+
},
79+
{
80+
"description": "",
81+
"name": "priceFeed",
82+
"type": "STRING"
83+
},
84+
{
85+
"description": "",
86+
"name": "decimals",
87+
"type": "STRING"
88+
},
89+
{
90+
"description": "",
91+
"name": "borrowCollateralFactor",
92+
"type": "STRING"
93+
},
94+
{
95+
"description": "",
96+
"name": "liquidateCollateralFactor",
97+
"type": "STRING"
98+
},
99+
{
100+
"description": "",
101+
"name": "liquidationFactor",
102+
"type": "STRING"
103+
},
104+
{
105+
"description": "",
106+
"name": "supplyCap",
107+
"type": "STRING"
108+
}
109+
],
110+
"name": "assetConfig",
111+
"type": "RECORD"
112+
}
113+
],
114+
"table_description": "",
115+
"table_name": "Configurator_v3_event_AddAsset"
116+
}
117+
}
Lines changed: 43 additions & 0 deletions
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": "cometProxy",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "newComet",
16+
"type": "address"
17+
}
18+
],
19+
"name": "CometDeployed",
20+
"type": "event"
21+
},
22+
"contract_address": "0x966c72f456fc248d458784ef3e0b6d042be115f2",
23+
"field_mapping": {},
24+
"type": "log"
25+
},
26+
"table": {
27+
"dataset_name": "compound",
28+
"schema": [
29+
{
30+
"description": "",
31+
"name": "cometProxy",
32+
"type": "STRING"
33+
},
34+
{
35+
"description": "",
36+
"name": "newComet",
37+
"type": "STRING"
38+
}
39+
],
40+
"table_description": "",
41+
"table_name": "Configurator_v3_event_CometDeployed"
42+
}
43+
}
Lines changed: 43 additions & 0 deletions
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": "oldGovernor",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "newGovernor",
16+
"type": "address"
17+
}
18+
],
19+
"name": "GovernorTransferred",
20+
"type": "event"
21+
},
22+
"contract_address": "0x966c72f456fc248d458784ef3e0b6d042be115f2",
23+
"field_mapping": {},
24+
"type": "log"
25+
},
26+
"table": {
27+
"dataset_name": "compound",
28+
"schema": [
29+
{
30+
"description": "",
31+
"name": "oldGovernor",
32+
"type": "STRING"
33+
},
34+
{
35+
"description": "",
36+
"name": "newGovernor",
37+
"type": "STRING"
38+
}
39+
],
40+
"table_description": "",
41+
"table_name": "Configurator_v3_event_GovernorTransferred"
42+
}
43+
}
Lines changed: 54 additions & 0 deletions
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": "cometProxy",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": false,
14+
"internalType": "uint104",
15+
"name": "oldBaseBorrowMin",
16+
"type": "uint104"
17+
},
18+
{
19+
"indexed": false,
20+
"internalType": "uint104",
21+
"name": "newBaseBorrowMin",
22+
"type": "uint104"
23+
}
24+
],
25+
"name": "SetBaseBorrowMin",
26+
"type": "event"
27+
},
28+
"contract_address": "0x966c72f456fc248d458784ef3e0b6d042be115f2",
29+
"field_mapping": {},
30+
"type": "log"
31+
},
32+
"table": {
33+
"dataset_name": "compound",
34+
"schema": [
35+
{
36+
"description": "",
37+
"name": "cometProxy",
38+
"type": "STRING"
39+
},
40+
{
41+
"description": "",
42+
"name": "oldBaseBorrowMin",
43+
"type": "STRING"
44+
},
45+
{
46+
"description": "",
47+
"name": "newBaseBorrowMin",
48+
"type": "STRING"
49+
}
50+
],
51+
"table_description": "",
52+
"table_name": "Configurator_v3_event_SetBaseBorrowMin"
53+
}
54+
}
Lines changed: 54 additions & 0 deletions
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": "cometProxy",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": false,
14+
"internalType": "uint104",
15+
"name": "oldBaseMinForRewards",
16+
"type": "uint104"
17+
},
18+
{
19+
"indexed": false,
20+
"internalType": "uint104",
21+
"name": "newBaseMinForRewards",
22+
"type": "uint104"
23+
}
24+
],
25+
"name": "SetBaseMinForRewards",
26+
"type": "event"
27+
},
28+
"contract_address": "0x966c72f456fc248d458784ef3e0b6d042be115f2",
29+
"field_mapping": {},
30+
"type": "log"
31+
},
32+
"table": {
33+
"dataset_name": "compound",
34+
"schema": [
35+
{
36+
"description": "",
37+
"name": "cometProxy",
38+
"type": "STRING"
39+
},
40+
{
41+
"description": "",
42+
"name": "oldBaseMinForRewards",
43+
"type": "STRING"
44+
},
45+
{
46+
"description": "",
47+
"name": "newBaseMinForRewards",
48+
"type": "STRING"
49+
}
50+
],
51+
"table_description": "",
52+
"table_name": "Configurator_v3_event_SetBaseMinForRewards"
53+
}
54+
}
Lines changed: 54 additions & 0 deletions
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": "cometProxy",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "oldBaseTokenPriceFeed",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": true,
20+
"internalType": "address",
21+
"name": "newBaseTokenPriceFeed",
22+
"type": "address"
23+
}
24+
],
25+
"name": "SetBaseTokenPriceFeed",
26+
"type": "event"
27+
},
28+
"contract_address": "0x966c72f456fc248d458784ef3e0b6d042be115f2",
29+
"field_mapping": {},
30+
"type": "log"
31+
},
32+
"table": {
33+
"dataset_name": "compound",
34+
"schema": [
35+
{
36+
"description": "",
37+
"name": "cometProxy",
38+
"type": "STRING"
39+
},
40+
{
41+
"description": "",
42+
"name": "oldBaseTokenPriceFeed",
43+
"type": "STRING"
44+
},
45+
{
46+
"description": "",
47+
"name": "newBaseTokenPriceFeed",
48+
"type": "STRING"
49+
}
50+
],
51+
"table_description": "",
52+
"table_name": "Configurator_v3_event_SetBaseTokenPriceFeed"
53+
}
54+
}

0 commit comments

Comments
 (0)