
ππ©πΌβπ»πββοΈ
6 Followers
Iβve got an access to beta and read the smart contract function βtotal supplyβ. Http_get() is really cool but need some improvements, like hiding sensitive variables (api key π)
The first one for me was analyzing the activity of specific addresses on TRON. It was my first time writing a python script and using Tronscan API to extract the data; after that started working a lot with Python, APIβs, and RPC π©πΌβπ»
Initially I found it on Twitter; soon it was also posted in discord bounty/job channels of Dune and Flipside
Heyππ» To filter by the method_id - find it on etherscan in the transaction details. There is a column in ethereum.transactions table on Dune that is responsible for method_id. So, you can write smth like that: select * from ethereum.transactions where CAST(data AS VARCHAR) LIKE '0xf25efffc%β