Changes to Get contract

GET /v2/contract/{chainId}/{address}

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 5 revisions of this API.1347

  1. a76585f337235
  2. eef63cd83966216
  3. f02ddb386819631

What changed

    • the response property allOf[subschema #1: VerifiedContractMinimal]/creationMatch became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #1: VerifiedContractMinimal]/match became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #1: VerifiedContractMinimal]/matchId became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #1: VerifiedContractMinimal]/runtimeMatch became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #1: VerifiedContractMinimal]/verifiedAt became nullable for the status 200

      response-property-became-nullable

  • eef63cd83966216See the full diff
    • the path request parameter chainId was restricted to a list of enum values

      request-parameter-became-enum

    • for the path request parameter chainId, the type/format was changed from string/ to integer/

      request-parameter-type-changed

    • changed the pattern of the path request parameter address from (\b0x[a-fA-F0-9]{40}\b) to ^0x[a-fA-F0-9]{40}$

      request-parameter-pattern-changed

    • added the new enum value 31318.00 to the path request parameter chainId

      request-parameter-enum-value-added

    • added the new enum value 4217.00 to the path request parameter chainId

      request-parameter-enum-value-added

    • added the new enum value 42431.00 to the path request parameter chainId

      request-parameter-enum-value-added

    • for the path request parameter address, the minLength was decreased from 42 to 0

      request-parameter-min-length-decreased

    • for the path request parameter chainId, the minLength was decreased from 1 to 0

      request-parameter-min-length-decreased

    • removed the pattern ^\d+$ from the path request parameter chainId

      request-parameter-pattern-removed

  • f02ddb386819631See the full diff
    • removed the enum value 31318.00 from the path request parameter chainId

      request-parameter-enum-value-removed

    • removed the enum value 4217.00 from the path request parameter chainId

      request-parameter-enum-value-removed

    • removed the enum value 42431.00 from the path request parameter chainId

      request-parameter-enum-value-removed

    • for the path request parameter address, the minLength was increased from 0 to 42

      request-parameter-min-length-increased

    • for the path request parameter chainId, the minLength was increased from 0 to 1

      request-parameter-min-length-increased

    • added the pattern ^\d+$ to the path request parameter chainId

      request-parameter-pattern-added

    • for the path request parameter address, the maxLength was set to 42

      request-parameter-max-length-set

    • for the path request parameter chainId, the maxLength was set to 20

      request-parameter-max-length-set

    • changed the pattern of the path request parameter address from ^0x[a-fA-F0-9]{40}$ to (\b0x[a-fA-F0-9]{40}\b)

      request-parameter-pattern-changed

    • for the path request parameter chainId, the type/format was generalized from integer/ to string/

      request-parameter-type-generalized

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog