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