@@ -8,13 +8,16 @@ class FieldsEnum:
88API_KEY :str = "&apikey="
99BLOCK_TYPE :str = "&blocktype="
1010BLOCKNO :str = "&blockno="
11+ BLOCKS :str = "blocks" #
1112BOOLEAN :str = "&boolean="
1213CLIENT_TYPE :str = "&clienttype="
1314CLOSEST :str = "&closest="
1415CONTRACT_ADDRESS :str = "&contractaddress="
1516DATA :str = "&data="
1617END_BLOCK :str = "&endblock="
1718END_DATE :str = "&enddate="
19+ FROM_BLOCK :str = "&fromBlock="
20+ FROM :str = "&from="
1821GAS_PRICE :str = "&gasPrice="
1922GAS :str = "&gas="
2023HEX :str = "&hex="
@@ -23,13 +26,24 @@ class FieldsEnum:
2326OFFSET :str = "&offset="
2427PAGE :str = "&page="
2528POSITION :str = "&position="
26- PREFIX :str = "https://api-{}.etherscan.io /api?"
29+ PREFIX :str = "https://api.polygonscan.com /api?"
2730SORT :str = "&sort="
2831START_BLOCK :str = "&startblock="
2932START_DATE :str = "&startdate="
3033SYNC_MODE :str = "&syncmode="
3134TAG :str = "&tag="
3235TIMESTAMP :str = "×tamp="
36+ TO_BLOCK :str = "&toBlock="
3337TO :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="
3448TXHASH :str = "&txhash="
3549VALUE :str = "&value="