wethAddress constant
String
const wethAddress
smart contract address for the WETH token wethAddress is a smart contract address that supports these functions: mint, version, name, symbol, totalSupply, decimals, balanceOf, transfer, allowance, increaseAllowance, decreaseAllowance, transferFrom, burn, burnFrom, grantRole, members, hasRole, revokeRole, onlyRole, setOwner, ownerAddress, isOwner
Implementation
static const String wethAddress = String.fromEnvironment(
'wethAddress',
defaultValue: 'AS124vf3YfAJCSCQVYKczzuWWpXrximFpbTmX4rheLs5uNSftiiRY',
);