ContractInfo
name object
typeContractPropertyType (string)required
Possible values: [name]
valuestringrequired
presentationstring
address object
typeContractPropertyType (string)required
Possible values: [address]
valuestringrequired
presentationstring
tokenId object
typeContractPropertyType (string)required
Possible values: [tokenId]
valuestringrequired
presentationstring
derivedTokenId object
typeContractPropertyType (string)required
Possible values: [tokenId]
valuestringrequired
presentationstring
symbol object
typeContractPropertyType (string)required
Possible values: [symbol]
valuestringrequired
presentationstring
uri object
typeContractPropertyType (string)required
Possible values: [uri]
valuestringrequired
presentationstring
verificationKey object
typeContractPropertyType (string)required
Possible values: [verificationKey]
valuestringrequired
presentationstring
verificationKeyHash object
typeContractPropertyType (string)required
Possible values: [verificationKeyHash]
valuestringrequired
presentationstring
zkappVersion object
typeContractPropertyType (string)required
Possible values: [zkappVersion]
valuestringrequired
presentationstring
property name* ContractProperty
typeContractPropertyType (string)required
Possible values: [name, role, address, tokenId, verificationKey, verificationKeyHash, zkappVersion, bigint, number, field, boolean, ipfs, string, uri, symbol, bondingCurveMintPrice, bondingCurveRedeemPrice]
valuestringrequired
presentationstring
ContractInfo
{
"name": {
"type": "name",
"value": "string",
"presentation": "string"
},
"address": {
"type": "address",
"value": "string",
"presentation": "string"
},
"tokenId": {
"type": "tokenId",
"value": "string",
"presentation": "string"
},
"derivedTokenId": {
"type": "tokenId",
"value": "string",
"presentation": "string"
},
"symbol": {
"type": "symbol",
"value": "string",
"presentation": "string"
},
"uri": {
"type": "uri",
"value": "string",
"presentation": "string"
},
"verificationKey": {
"type": "verificationKey",
"value": "string",
"presentation": "string"
},
"verificationKeyHash": {
"type": "verificationKeyHash",
"value": "string",
"presentation": "string"
},
"zkappVersion": {
"type": "zkappVersion",
"value": "string",
"presentation": "string"
}
}