Yulia  pfp
Yulia

@yulia

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%’
0 reply
0 recast
0 reaction