Documentation
¶
Index ¶
- Constants
- func DisplayWaitAnalyze(t *types.Transaction, broadcasted bool, err error, network string)
- func EthReader(network string) (*reader.EthReader, error)
- func GetABI(addr string, network string) (*abi.ABI, error)
- func GetERC20Decimal(addr string, network string) (int64, error)
- func IsAddress(addr string) bool
- func IsGnosisMultisig(addr string, network string) (bool, error)
- func ParamToBigInt(param string) (*big.Int, error)
- func PathToAddress(path string) (string, error)
- func ScanForAddresses(para string) []string
- func ScanForTxs(para string) []string
- func ValueToAmountAndCurrency(value string) (float64, string, error)
- func VerboseAddress(addr string) string
Constants ¶
View Source
const ETH_ADDR string = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
Variables ¶
This section is empty.
Functions ¶
func DisplayWaitAnalyze ¶
func DisplayWaitAnalyze(t *types.Transaction, broadcasted bool, err error, network string)
func GetERC20Decimal ¶ added in v0.0.2
func PathToAddress ¶
func ScanForAddresses ¶
func ScanForTxs ¶
func ValueToAmountAndCurrency ¶
Split value by space, parse the first element to float64 as the amount. Join whats left by space and trim by space, if it is empty, interpret it as ETH. Error will not be nil if it fails to proceed all of above steps.
func VerboseAddress ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.