Skip to content

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.

Roberto Oliveira added 2 commits July 1, 2023 15:35
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.

1 participant