Versions in this module Expand all Collapse all v0 v0.1.0 Aug 27, 2023 Changes in this version + const Ether + const GWei + const Wei + func AddZerosToEnd(num *big.Int, i int) *big.Int + func EtherToWei(eth *big.Float) *big.Int + func GeneratePairAddress(token0, token1, FactoryAddress common.Address, pairAddressSuffix string) common.Address + func GetBalancesMapSlot(holder common.Address, position int) [32]byte + func ParseUnits(num *big.Int, decimals uint8) *big.Float + func RemoveZerosFromEnd(num *big.Int, i int) *big.Int + func SolidityEncode(types []string, values []interface{}) (data []byte, err error) + func SortTokens(tokenA, tokenB common.Address) (common.Address, common.Address) + func WeiToEther(wei *big.Int) *big.Float