Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logs #51

Open
DennisPitallano opened this issue Feb 21, 2022 · 0 comments
Open

Logs #51

DennisPitallano opened this issue Feb 21, 2022 · 0 comments
Assignees
Labels
BscScan BASIC BscScan BASIC API Logs API Logs API v1 Phase 1

Comments

@DennisPitallano
Copy link
Owner

DennisPitallano commented Feb 21, 2022

Ref: https://docs.bscscan.com/api-endpoints/logs#sample-log-api-queries

The Event Log API was designed to provide an alternative to the native eth_getLogs.
Below are the list of supported filter parameters:

  • fromBlock, toBlock, address
  • topic0, topic1, topic2, topic3 (32 Bytes per topic)
  • topic0_1_opr (and|or between topic0 & topic1), topic1_2_opr (and|or between topic1 & topic2), topic2_3_opr (and|or between topic2 & topic3), topic0_2_opr (and|or between topic0 & topic2), topic0_3_opr (and|or between topic0 & topic3), topic1_3_opr (and|or between topic1 & topic3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BscScan BASIC BscScan BASIC API Logs API Logs API v1 Phase 1
Projects
Development

No branches or pull requests

1 participant