multicallAddress constant

String const multicallAddress

multicall smart contract address mutlicallAddress is a smart contract address that supports 'multicall' function

Implementation

static const String multicallAddress = String.fromEnvironment(
  'multicallAddress',
  defaultValue: 'AS1yqNTsEqFxofDmuTM2CLwNVeFYz7Ly6aLDdE3AF9R6j5Ec5W9X',
);