Documentation ¶
Index ¶
Constants ¶
View Source
const ( Decimals18 = 18 Univ2Symbol = "UNI-V2" Univ2Name = "Uniswap V2" )
Variables ¶
View Source
var ( MinimumLiquidity = big.NewInt(1000) Zero = big.NewInt(0) One = big.NewInt(1) Two = big.NewInt(2) Three = big.NewInt(3) Five = big.NewInt(5) Ten = big.NewInt(10) B100 = big.NewInt(100) B997 = big.NewInt(997) B1000 = big.NewInt(1000) )
View Source
var ( FactoryAddress = common.HexToAddress("0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73") InitCodeHash = common.FromHex("0x96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f") )
View Source
var ( SolidityTypeMaxima = map[SolidityType]*big.Int{ Uint8: big.NewInt(0xff), Uint256: math.MaxBig256, } )
Functions ¶
This section is empty.
Types ¶
type SolidityType ¶
type SolidityType string
const ( Uint8 SolidityType = "uint8" Uint256 SolidityType = "uint256" )
Click to show internal directories.
Click to hide internal directories.