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

Commits on Jul 1, 2023

  1. implementing new function decodeInputByTx

    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.
    robertol authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    dcf7d7c View commit details
    Browse the repository at this point in the history
  2. fix typo

    robertol authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    b14183f View commit details
    Browse the repository at this point in the history