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
What changed
- ▲
the response property
allOf[subschema #1: VerifiedContractMinimal]/creationMatchbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #1: VerifiedContractMinimal]/matchbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #1: VerifiedContractMinimal]/matchIdbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #1: VerifiedContractMinimal]/runtimeMatchbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #1: VerifiedContractMinimal]/verifiedAtbecame nullable for the status200response-property-became-nullable
- ▲
- ▲
the
pathrequest parameterchainIdwas restricted to a list of enum valuesrequest-parameter-became-enum
- ▲
for the
pathrequest parameterchainId, the type/format was changed fromstring/tointeger/request-parameter-type-changed
- ●
changed the pattern of the
pathrequest parameteraddressfrom(\b0x[a-fA-F0-9]{40}\b)to^0x[a-fA-F0-9]{40}$request-parameter-pattern-changed
- ○
added the new enum value
31318.00to thepathrequest parameterchainIdrequest-parameter-enum-value-added
- ○
added the new enum value
4217.00to thepathrequest parameterchainIdrequest-parameter-enum-value-added
- ○
added the new enum value
42431.00to thepathrequest parameterchainIdrequest-parameter-enum-value-added
- ○
for the
pathrequest parameteraddress, the minLength was decreased from42to0request-parameter-min-length-decreased
- ○
for the
pathrequest parameterchainId, the minLength was decreased from1to0request-parameter-min-length-decreased
- ○
removed the pattern
^\d+$from thepathrequest parameterchainIdrequest-parameter-pattern-removed
- ▲
- ▲
removed the enum value
31318.00from thepathrequest parameterchainIdrequest-parameter-enum-value-removed
- ▲
removed the enum value
4217.00from thepathrequest parameterchainIdrequest-parameter-enum-value-removed
- ▲
removed the enum value
42431.00from thepathrequest parameterchainIdrequest-parameter-enum-value-removed
- ▲
for the
pathrequest parameteraddress, the minLength was increased from0to42request-parameter-min-length-increased
- ▲
for the
pathrequest parameterchainId, the minLength was increased from0to1request-parameter-min-length-increased
- ▲
added the pattern
^\d+$to thepathrequest parameterchainIdrequest-parameter-pattern-added
- ●
for the
pathrequest parameteraddress, the maxLength was set to42request-parameter-max-length-set
- ●
for the
pathrequest parameterchainId, the maxLength was set to20request-parameter-max-length-set
- ●
changed the pattern of the
pathrequest parameteraddressfrom^0x[a-fA-F0-9]{40}$to(\b0x[a-fA-F0-9]{40}\b)request-parameter-pattern-changed
- ○
for the
pathrequest parameterchainId, the type/format was generalized frominteger/tostring/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
- ▲