Downloading all "Transfer" transactions of a BSC token from a date

The total count is a lot higher

query MyQuery {
  ethereum(network: bsc) {
    smartContractCalls(
      smartContractAddress: {is: "0x8076c74c5e3f5852037f31ff0093eeb8c8add8d3"}
      time: {since: "2021-12-29T16:00:00"}
      smartContractMethod: {not: "Migrate"}
    ) {
      count
    }
  }
}

image

I am attaching some links that could help you:
1, Tabular Data Available and it's downloadable in CSV
2. safemoon smartcontract

You can check articles on community and graphql queries on https://graphql.bitquery.io/

Hope this helps

1 Like