Created
April 7, 2022 12:59
-
-
Save franz101/08a951b43d94b550a2cba799051d7a28 to your computer and use it in GitHub Desktop.
Query Ascii text on ethereum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * FROM `bigquery-public-data.crypto_ethereum.transactions` WHERE DATE(block_timestamp) > "2021-06-01" AND | |
(input LIKE '%68747470733a2f2f%' OR input LIKE '%2074686520%' OR input LIKE '%20616e6420%') AND input NOT LIKE '%000%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment