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: 'AS12UMSUxgpRBB6ArZDJ19arHoxNkkpdfofQGekAiAJqsuE6PEFJy',
);