Smart Contracts

Module: umbrella_feeds
back to overview
umbrella_feeds
Methods: 16
Instances: 0
Initialization

Parameters
{
  "decimals": "<UInt8>",
  "registry": {
    "index": "<UInt64>",
    "subindex": "<UInt64>"
  },
  "required_signatures": "<UInt16>",
  "staking_bank": {
    "index": "<UInt64>",
    "subindex": "<UInt64>"
  }
}
Errors
None
Event
None
Methods

Parameters
{
  "migrate": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          [
            "<String>",
            "<String with lowercase hex>"
          ]
        ]
      }
    ]
  },
  "module": "<String of size 64 containing lowercase hex characters.>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvalidRequiredSignatures": []
    },
    {
      "OldData": []
    },
    {
      "WrongContract": []
    },
    {
      "Expired": []
    },
    {
      "FeedNotExist": []
    },
    {
      "Unauthorized": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "MalformedData": []
    },
    {
      "WrongSignature": []
    },
    {
      "MissingAccount": []
    },
    {
      "NotEnoughSignatures": []
    },
    {
      "SignaturesOutOfOrder": []
    },
    {
      "InvalidSigner": []
    }
  ]
}
Return
None

Parameters
None
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvalidRequiredSignatures": []
    },
    {
      "OldData": []
    },
    {
      "WrongContract": []
    },
    {
      "Expired": []
    },
    {
      "FeedNotExist": []
    },
    {
      "Unauthorized": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "MalformedData": []
    },
    {
      "WrongSignature": []
    },
    {
      "MissingAccount": []
    },
    {
      "NotEnoughSignatures": []
    },
    {
      "SignaturesOutOfOrder": []
    },
    {
      "InvalidSigner": []
    }
  ]
}
Return
None

Parameters
{
  "message": {
    "contract_address": {
      "index": "<UInt64>",
      "subindex": "<UInt64>"
    },
    "price_feed": [
      [
        "<String>",
        {
          "data": "<UInt8>",
          "heartbeat": "<UInt64>",
          "price": "<UInt128>",
          "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
        }
      ]
    ],
    "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
  },
  "signers_and_signatures": [
    [
      "<String of size 64 containing lowercase hex characters.>",
      "<String of size 128 containing lowercase hex characters.>"
    ]
  ]
}
Errors
None
Return
"<String of size 64 containing lowercase hex characters.>"

Parameters
{
  "message": {
    "contract_address": {
      "index": "<UInt64>",
      "subindex": "<UInt64>"
    },
    "price_feed": [
      [
        "<String>",
        {
          "data": "<UInt8>",
          "heartbeat": "<UInt64>",
          "price": "<UInt128>",
          "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
        }
      ]
    ],
    "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
  },
  "signers_and_signatures": [
    [
      "<String of size 64 containing lowercase hex characters.>",
      "<String of size 128 containing lowercase hex characters.>"
    ]
  ]
}
Errors
None
Return
None

Parameters
{
  "message": {
    "contract_address": {
      "index": "<UInt64>",
      "subindex": "<UInt64>"
    },
    "price_feed": [
      [
        "<String>",
        {
          "data": "<UInt8>",
          "heartbeat": "<UInt64>",
          "price": "<UInt128>",
          "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
        }
      ]
    ],
    "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
  },
  "signers_and_signatures": [
    [
      "<String of size 64 containing lowercase hex characters.>",
      "<String of size 128 containing lowercase hex characters.>"
    ]
  ]
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvalidRequiredSignatures": []
    },
    {
      "OldData": []
    },
    {
      "WrongContract": []
    },
    {
      "Expired": []
    },
    {
      "FeedNotExist": []
    },
    {
      "Unauthorized": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "MalformedData": []
    },
    {
      "WrongSignature": []
    },
    {
      "MissingAccount": []
    },
    {
      "NotEnoughSignatures": []
    },
    {
      "SignaturesOutOfOrder": []
    },
    {
      "InvalidSigner": []
    }
  ]
}
Return
None

Parameters
None
Errors
None
Return
"<String>"

Parameters
[
  "<String>"
]
Errors
None
Return
[
  {
    "data": "<UInt8>",
    "heartbeat": "<UInt64>",
    "price": "<UInt128>",
    "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
  }
]

Parameters
[
  "<String>"
]
Errors
None
Return
[
  {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          {
            "data": "<UInt8>",
            "heartbeat": "<UInt64>",
            "price": "<UInt128>",
            "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
          }
        ]
      }
    ]
  }
]

Parameters
"<String>"
Errors
None
Return
{
  "data": "<UInt8>",
  "heartbeat": "<UInt64>",
  "price": "<UInt128>",
  "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
}

Parameters
"<String>"
Errors
None
Return
"<UInt128>"

Parameters
"<String>"
Errors
None
Return
"<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"

Parameters
"<String>"
Errors
None
Return
{
  "heartbeat": "<UInt64>",
  "price": "<UInt128>",
  "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
}

Parameters
None
Errors
None
Return
"<UInt8>"

Parameters
None
Errors
None
Return
"<UInt16>"

Parameters
None
Errors
None
Return
{
  "deployed_at": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
  "registry": {
    "index": "<UInt64>",
    "subindex": "<UInt64>"
  },
  "staking_bank": {
    "index": "<UInt64>",
    "subindex": "<UInt64>"
  }
}

Parameters
None
Errors
None
Return
None
Address
🗎<9459,0>


Release: 2024.12
Support CCDExplorer.io Uptime Backend Status CCDExplorer is supported by AesirX - Decentralized Consent & Data Ownership