usdcAddress constant

String const usdcAddress

smart contract address for the USDC token usdcAddress is a smart contract address that supports the following 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 usdcAddress = String.fromEnvironment(
  'usdcAddress',
  defaultValue: 'AS1hCJXjndR4c9vekLWsXGnrdigp4AaZ7uYG3UKFzzKnWVsrNLPJ',
);