addresses.ts 195 B

12345678
  1. /**
  2. * A constant for the zero address.
  3. *
  4. * (**i.e.** ``"0x0000000000000000000000000000000000000000"``)
  5. */
  6. export const ZeroAddress: string = "0x0000000000000000000000000000000000000000";