Skip to content

Commit 76ff028

Browse files
mariashaikh152qshao-gauntletprateekengringwraith10wzhang-gauntlet
authored
Univ4 (#820)
* removing deprecating feeds * ingesting UniV4's pool manager contract on mainnet --------- 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]>
1 parent 56835a2 commit 76ff028

10 files changed

+683
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "owner",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "spender",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": true,
20+
"internalType": "uint256",
21+
"name": "id",
22+
"type": "uint256"
23+
},
24+
{
25+
"indexed": false,
26+
"internalType": "uint256",
27+
"name": "amount",
28+
"type": "uint256"
29+
}
30+
],
31+
"name": "Approval",
32+
"type": "event"
33+
},
34+
"contract_address": "0x000000000004444c5dc75cb358380d2e3de08a90",
35+
"field_mapping": {},
36+
"type": "log"
37+
},
38+
"table": {
39+
"dataset_name": "uniswapv4",
40+
"schema": [
41+
{
42+
"description": "",
43+
"name": "owner",
44+
"type": "STRING"
45+
},
46+
{
47+
"description": "",
48+
"name": "spender",
49+
"type": "STRING"
50+
},
51+
{
52+
"description": "",
53+
"name": "id",
54+
"type": "STRING"
55+
},
56+
{
57+
"description": "",
58+
"name": "amount",
59+
"type": "STRING"
60+
}
61+
],
62+
"table_description": "",
63+
"table_name": "PoolManager_event_Approval"
64+
}
65+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "PoolId",
9+
"name": "id",
10+
"type": "bytes32"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "sender",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": false,
20+
"internalType": "uint256",
21+
"name": "amount0",
22+
"type": "uint256"
23+
},
24+
{
25+
"indexed": false,
26+
"internalType": "uint256",
27+
"name": "amount1",
28+
"type": "uint256"
29+
}
30+
],
31+
"name": "Donate",
32+
"type": "event"
33+
},
34+
"contract_address": "0x000000000004444c5dc75cb358380d2e3de08a90",
35+
"field_mapping": {},
36+
"type": "log"
37+
},
38+
"table": {
39+
"dataset_name": "uniswapv4",
40+
"schema": [
41+
{
42+
"description": "",
43+
"name": "id",
44+
"type": "STRING"
45+
},
46+
{
47+
"description": "",
48+
"name": "sender",
49+
"type": "STRING"
50+
},
51+
{
52+
"description": "",
53+
"name": "amount0",
54+
"type": "STRING"
55+
},
56+
{
57+
"description": "",
58+
"name": "amount1",
59+
"type": "STRING"
60+
}
61+
],
62+
"table_description": "",
63+
"table_name": "PoolManager_event_Donate"
64+
}
65+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "PoolId",
9+
"name": "id",
10+
"type": "bytes32"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "Currency",
15+
"name": "currency0",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": true,
20+
"internalType": "Currency",
21+
"name": "currency1",
22+
"type": "address"
23+
},
24+
{
25+
"indexed": false,
26+
"internalType": "uint24",
27+
"name": "fee",
28+
"type": "uint24"
29+
},
30+
{
31+
"indexed": false,
32+
"internalType": "int24",
33+
"name": "tickSpacing",
34+
"type": "int24"
35+
},
36+
{
37+
"indexed": false,
38+
"internalType": "contract IHooks",
39+
"name": "hooks",
40+
"type": "address"
41+
},
42+
{
43+
"indexed": false,
44+
"internalType": "uint160",
45+
"name": "sqrtPriceX96",
46+
"type": "uint160"
47+
},
48+
{
49+
"indexed": false,
50+
"internalType": "int24",
51+
"name": "tick",
52+
"type": "int24"
53+
}
54+
],
55+
"name": "Initialize",
56+
"type": "event"
57+
},
58+
"contract_address": "0x000000000004444c5dc75cb358380d2e3de08a90",
59+
"field_mapping": {},
60+
"type": "log"
61+
},
62+
"table": {
63+
"dataset_name": "uniswapv4",
64+
"schema": [
65+
{
66+
"description": "",
67+
"name": "id",
68+
"type": "STRING"
69+
},
70+
{
71+
"description": "",
72+
"name": "currency0",
73+
"type": "STRING"
74+
},
75+
{
76+
"description": "",
77+
"name": "currency1",
78+
"type": "STRING"
79+
},
80+
{
81+
"description": "",
82+
"name": "fee",
83+
"type": "STRING"
84+
},
85+
{
86+
"description": "",
87+
"name": "tickSpacing",
88+
"type": "STRING"
89+
},
90+
{
91+
"description": "",
92+
"name": "hooks",
93+
"type": "STRING"
94+
},
95+
{
96+
"description": "",
97+
"name": "sqrtPriceX96",
98+
"type": "STRING"
99+
},
100+
{
101+
"description": "",
102+
"name": "tick",
103+
"type": "STRING"
104+
}
105+
],
106+
"table_description": "",
107+
"table_name": "PoolManager_event_Initialize"
108+
}
109+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "PoolId",
9+
"name": "id",
10+
"type": "bytes32"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "sender",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": false,
20+
"internalType": "int24",
21+
"name": "tickLower",
22+
"type": "int24"
23+
},
24+
{
25+
"indexed": false,
26+
"internalType": "int24",
27+
"name": "tickUpper",
28+
"type": "int24"
29+
},
30+
{
31+
"indexed": false,
32+
"internalType": "int256",
33+
"name": "liquidityDelta",
34+
"type": "int256"
35+
},
36+
{
37+
"indexed": false,
38+
"internalType": "bytes32",
39+
"name": "salt",
40+
"type": "bytes32"
41+
}
42+
],
43+
"name": "ModifyLiquidity",
44+
"type": "event"
45+
},
46+
"contract_address": "0x000000000004444c5dc75cb358380d2e3de08a90",
47+
"field_mapping": {},
48+
"type": "log"
49+
},
50+
"table": {
51+
"dataset_name": "uniswapv4",
52+
"schema": [
53+
{
54+
"description": "",
55+
"name": "id",
56+
"type": "STRING"
57+
},
58+
{
59+
"description": "",
60+
"name": "sender",
61+
"type": "STRING"
62+
},
63+
{
64+
"description": "",
65+
"name": "tickLower",
66+
"type": "STRING"
67+
},
68+
{
69+
"description": "",
70+
"name": "tickUpper",
71+
"type": "STRING"
72+
},
73+
{
74+
"description": "",
75+
"name": "liquidityDelta",
76+
"type": "STRING"
77+
},
78+
{
79+
"description": "",
80+
"name": "salt",
81+
"type": "STRING"
82+
}
83+
],
84+
"table_description": "",
85+
"table_name": "PoolManager_event_ModifyLiquidity"
86+
}
87+
}
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": "owner",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "operator",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": false,
20+
"internalType": "bool",
21+
"name": "approved",
22+
"type": "bool"
23+
}
24+
],
25+
"name": "OperatorSet",
26+
"type": "event"
27+
},
28+
"contract_address": "0x000000000004444c5dc75cb358380d2e3de08a90",
29+
"field_mapping": {},
30+
"type": "log"
31+
},
32+
"table": {
33+
"dataset_name": "uniswapv4",
34+
"schema": [
35+
{
36+
"description": "",
37+
"name": "owner",
38+
"type": "STRING"
39+
},
40+
{
41+
"description": "",
42+
"name": "operator",
43+
"type": "STRING"
44+
},
45+
{
46+
"description": "",
47+
"name": "approved",
48+
"type": "STRING"
49+
}
50+
],
51+
"table_description": "",
52+
"table_name": "PoolManager_event_OperatorSet"
53+
}
54+
}

0 commit comments

Comments
 (0)