routerAddress constant
String
const routerAddress
router smart contract address routerAddress is a smart contract address that supports these functions: createLBPair, addLiquidity, addLiquidityMAS, removeLiquidity, removeLiquidityMAS, swapExactTokensForTokens, swapExactTokensForMAS, swapExactMASForTokens, swapTokensForExactTokens, swapTokensForExactMAS, swapMASForExactTokens, swapExactTokensForTokensSupportingFeeOnTransferTokens, swapExactTokensForMASSupportingFeeOnTransferTokens, swapExactMASForTokensSupportingFeeOnTransferTokens, sweep, sweepLBToken, getSwapIn, getSwapOut, receiveCoins
Implementation
static const String routerAddress = String.fromEnvironment(
'routerAddress',
defaultValue: 'AS1gUwVGA3A5Dnmev8c2BjBR2wC8y9hb7CFZXVzLb1iwASFHUZ1p',
);