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
}
}
}
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