Variable $ContractAddressConst

$ContractAddress: {
    description: "The Ethereum contract address of a collection";
    example: "0x3D9819210A31b4961b30EF54bE2aeD79B9c9Cd3B";
    pattern: "^0x[a-fA-F0-9]{40}$";
    type: "string";
} = ...