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

What should I do to know what token publishing events are contained in the blocks I scan? #1939

Open
sindaZeng opened this issue Aug 1, 2023 · 0 comments
Labels
needs-review issue/PR needs review from maintainer

Comments

@sindaZeng
Copy link

Issue_title

What should I do to know what token publishing events are contained in the blocks I scan?

Issue_description

Does inputdata contain the addLiquidityETH method name? But I found that there are some tokens that don't execute addLiquidityETH

Issue_context

List<EthBlock.TransactionResult> transactions = ethBlock.getBlock().getTransactions();

for (EthBlock.TransactionResult transactionResult : transactions) {
EthBlock.TransactionObject tx = (EthBlock.TransactionObject) transactionResult.get();
// What should I do ???
}

@sindaZeng sindaZeng added the needs-review issue/PR needs review from maintainer label Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-review issue/PR needs review from maintainer
Projects
None yet
Development

No branches or pull requests

1 participant