Safe (Gnosis Safe) · Schema

SafeDeploymentContract

MultisigSmart ContractEthereumWeb3BlockchainDeFiSafeGnosisWallet

Properties

Name Type Description
contractName string
address stringnull
View JSON Schema on GitHub

JSON Schema

SafeDeploymentContract.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.safe.global/schemas/SafeDeploymentContract",
  "title": "SafeDeploymentContract",
  "type": "object",
  "properties": {
    "contractName": {
      "type": "string"
    },
    "address": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "address",
    "contractName"
  ]
}