Documentation
¶
Index ¶
- func GetErc20Metadata(contractAddress string) (totalSupply *big.Int, name, symbol string, decimals uint8, err error)
- func GetErc20TotalSupply(contractAddress string) (*big.Int, error)
- func ParseErc1155BatchTransferLog(data []byte) ([]*big.Int, []*big.Int, error)
- func ParseErc1155SignleTransferLog(data []byte) (*big.Int, *big.Int, error)
- func ParseErc20TransferLog(data []byte) (*big.Int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetErc20Metadata ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.