@@ -8,13 +8,16 @@ class FieldsEnum:
8
8
API_KEY : str = "&apikey="
9
9
BLOCK_TYPE : str = "&blocktype="
10
10
BLOCKNO : str = "&blockno="
11
+ BLOCKS : str = "blocks" #
11
12
BOOLEAN : str = "&boolean="
12
13
CLIENT_TYPE : str = "&clienttype="
13
14
CLOSEST : str = "&closest="
14
15
CONTRACT_ADDRESS : str = "&contractaddress="
15
16
DATA : str = "&data="
16
17
END_BLOCK : str = "&endblock="
17
18
END_DATE : str = "&enddate="
19
+ FROM_BLOCK : str = "&fromBlock="
20
+ FROM : str = "&from="
18
21
GAS_PRICE : str = "&gasPrice="
19
22
GAS : str = "&gas="
20
23
HEX : str = "&hex="
@@ -23,13 +26,24 @@ class FieldsEnum:
23
26
OFFSET : str = "&offset="
24
27
PAGE : str = "&page="
25
28
POSITION : str = "&position="
26
- PREFIX : str = "https://api-{}.etherscan.io /api?"
29
+ PREFIX : str = "https://api.polygonscan.com /api?"
27
30
SORT : str = "&sort="
28
31
START_BLOCK : str = "&startblock="
29
32
START_DATE : str = "&startdate="
30
33
SYNC_MODE : str = "&syncmode="
31
34
TAG : str = "&tag="
32
35
TIMESTAMP : str = "×tamp="
36
+ TO_BLOCK : str = "&toBlock="
33
37
TO : str = "&to="
38
+ TOPIC_0_1_OPR : str = "&topic0_1_opr="
39
+ TOPIC_0_2_OPR : str = "&topic0_2_opr="
40
+ TOPIC_0_3_OPR : str = "&topic0_3_opr="
41
+ TOPIC_0 : str = "&topic0="
42
+ TOPIC_1_2_OPR : str = "&topic1_2_opr="
43
+ TOPIC_1_3_OPR : str = "&topic1_3_opr="
44
+ TOPIC_1 : str = "&topic1="
45
+ TOPIC_2_3_OPR : str = "&topic2_3_opr="
46
+ TOPIC_2 : str = "&topic2="
47
+ TOPIC_3 : str = "&topic3="
34
48
TXHASH : str = "&txhash="
35
49
VALUE : str = "&value="
0 commit comments