package
0.0.0-20210125000419-d077d4581c01
Repository: https://github.com/button-tech/utils-eth-tokens-getter.git
Documentation: pkg.go.dev

# README

Balance

Deploy example

MNEMONIC="" truffle migrate --reset --network rinkeby

Test

  1. Parse addresses
MNEMONIC="" truffle exec scripts/ParseAddresses.js --network mainnet
  1. Run tests
MNEMONIC="" truffle exec scripts/GetBalanceTest.js --network mainnet

# Functions

DeployContract deploys a new Ethereum contract, binding an instance of Contract to it.
NewContract creates a new instance of Contract, bound to a specific deployed contract.
NewContractCaller creates a new read-only instance of Contract, bound to a specific deployed contract.
NewContractFilterer creates a new log filterer instance of Contract, bound to a specific deployed contract.
NewContractTransactor creates a new write-only instance of Contract, bound to a specific deployed contract.

# Constants

ContractABI is the input ABI used to generate the binding from.
ContractBin is the compiled bytecode used for deploying new contracts.

# Structs

Contract is an auto generated Go binding around an Ethereum contract.
ContractCaller is an auto generated read-only Go binding around an Ethereum contract.
ContractCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ContractCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ContractFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
ContractRaw is an auto generated low-level Go binding around an Ethereum contract.
ContractSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ContractTransactor is an auto generated write-only Go binding around an Ethereum contract.
ContractTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ContractTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.