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

Implementing new function decodeInputByTx #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

robertol
Copy link

@robertol robertol commented Jul 1, 2023

Function decodeInputByTx it's the better way when you need to analyse more than 200 transaction IDs per second and not wish to get ratelimited on trongrid.io.

This function doesn't need to get the contract ABI on /wallet/getcontract endpoint.

So if you wish to get contract functions like Transfer, Transferfrom, decimals and balanceOf, just use the ABI I've defined on this file. That's enough for me for this moment.

Function decodeInputByTx it's the better way when you need to analyse more than 200 transaction IDs per second and not wish to get ratelimited on trongrid.io.
This function doesn't need to get the contract ABI on /wallet/getcontract endpoint.
If you wish to get contract functions like Transfer, Transferfrom and balanceOf, just use the ABI I've defined on this file. That's enough for my for this moment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant