Smart Contracts (Testnet)

Module: ovl_staking
back to overview
ovl_staking
Methods: 17
Instances: 1
Initialization

Parameters
{
  "tier_bases": [
    {
      "max_alloc": "<UInt64>",
      "rate": "<UInt64>",
      "threshold": "<UInt64>"
    }
  ],
  "token_address": {
    "index": "<UInt64>",
    "subindex": "<UInt64>"
  }
}
Errors
None
Event
None
Methods

Parameters
[
  {
    "max_alloc": "<UInt64>",
    "rate": "<UInt64>",
    "threshold": "<UInt64>"
  }
]
Errors
None
Return
None

Parameters
{
  "amount": "<String of size at most 74 containing an unsigned integer.>",
  "data": "<String with lowercase hex>",
  "from": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  },
  "token_id": "<String with lowercase hex>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
None

Parameters
{
  "amount": "<String of size at most 74 containing an unsigned integer.>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
None

Parameters
{
  "amount": "<String of size at most 74 containing an unsigned integer.>",
  "data": "<String with lowercase hex>",
  "from": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  },
  "token_id": "<String with lowercase hex>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
None

Parameters
{
  "start_at": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
None

Parameters
{
  "ovl_credit_amount": "<UInt64>",
  "project_address": {
    "index": "<UInt64>",
    "subindex": "<UInt64>"
  }
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
None

Parameters
{
  "ovl_credit_amount": "<UInt64>",
  "project_address": {
    "index": "<UInt64>",
    "subindex": "<UInt64>"
  }
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
None

Parameters
None
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
[
  {
    "Enum": [
      {
        "ParseParams": []
      },
      {
        "LogFull": []
      },
      {
        "LogMalformed": []
      },
      {
        "ContractPaused": []
      },
      {
        "InvokeContractError": []
      },
      {
        "InvokeTransferError": []
      },
      {
        "FailedUpgradeMissingModule": []
      },
      {
        "FailedUpgradeMissingContract": []
      },
      {
        "FailedUpgradeUnsupportedModuleVersion": []
      },
      {
        "Unauthorized": []
      },
      {
        "ContractSender": []
      },
      {
        "InsufficientOvl": []
      },
      {
        "InsufficientOvlCredit": []
      },
      {
        "ProjectNotFound": []
      },
      {
        "InsufficientDepositedOvlCredit": []
      },
      {
        "StakeOwnerNotFound": []
      },
      {
        "InvalidSender": []
      },
      {
        "LockNotFound": []
      },
      {
        "InvalidDuration": []
      },
      {
        "NotEnoughMinStakingDuration": []
      },
      {
        "OverMaxStakingDuration": []
      },
      {
        "OverflowError": []
      }
    ]
  }
]

Parameters
None
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
{
  "admin": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  },
  "ovl_safe_amount": "<String of size at most 74 containing an unsigned integer.>",
  "paused": "<Bool>",
  "token_address": {
    "index": "<UInt64>",
    "subindex": "<UInt64>"
  },
  "total_staked_amount": "<String of size at most 74 containing an unsigned integer.>"
}

Parameters
{
  "duration": "<UInt16>",
  "start_at": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
{
  "staking_reward": "<UInt64>"
}

Parameters
{
  "start_at": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
{
  "early_fee": "<UInt64>",
  "staking_reward": "<UInt64>"
}

Parameters
None
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
[
  [
    "<UInt8>",
    {
      "max_alloc": "<UInt64>",
      "rate": "<UInt64>",
      "threshold": "<UInt64>"
    }
  ]
]

Parameters
{
  "owner": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  }
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
{
  "amount": "<String of size at most 74 containing an unsigned integer.>",
  "available_ovl_credit_amount": "<UInt64>",
  "locks": [
    [
      "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
      {
        "amount": "<String of size at most 74 containing an unsigned integer.>",
        "bonus_rate": "<UInt16>",
        "duration": "<UInt16>",
        "end_at": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
        "start_at": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
      }
    ]
  ],
  "ovl_credit_amount": "<UInt64>",
  "staked_ovl_credits": [
    [
      {
        "index": "<UInt64>",
        "subindex": "<UInt64>"
      },
      "<UInt64>"
    ]
  ],
  "tier": "<UInt8>"
}

Parameters
{
  "amount": "<String of size at most 74 containing an unsigned integer.>",
  "data": "<String with lowercase hex>",
  "from": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  },
  "token_id": "<String with lowercase hex>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
{
  "amount": "<String of size at most 74 containing an unsigned integer.>",
  "data": "<String with lowercase hex>",
  "from": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  },
  "token_id": "<String with lowercase hex>"
}

Parameters
{
  "Enum": [
    {
      "Account": [
        "<AccountAddress>"
      ]
    },
    {
      "Contract": [
        {
          "index": "<UInt64>",
          "subindex": "<UInt64>"
        }
      ]
    }
  ]
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
None

Parameters
{
  "paused": "<Bool>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
None

Parameters
{
  "migrate": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          [
            "<String>",
            "<String with lowercase hex>"
          ]
        ]
      }
    ]
  },
  "module": "<String of size 64 containing lowercase hex characters.>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "ContractPaused": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvokeTransferError": []
    },
    {
      "FailedUpgradeMissingModule": []
    },
    {
      "FailedUpgradeMissingContract": []
    },
    {
      "FailedUpgradeUnsupportedModuleVersion": []
    },
    {
      "Unauthorized": []
    },
    {
      "ContractSender": []
    },
    {
      "InsufficientOvl": []
    },
    {
      "InsufficientOvlCredit": []
    },
    {
      "ProjectNotFound": []
    },
    {
      "InsufficientDepositedOvlCredit": []
    },
    {
      "StakeOwnerNotFound": []
    },
    {
      "InvalidSender": []
    },
    {
      "LockNotFound": []
    },
    {
      "InvalidDuration": []
    },
    {
      "NotEnoughMinStakingDuration": []
    },
    {
      "OverMaxStakingDuration": []
    },
    {
      "OverflowError": []
    }
  ]
}
Return
None
Address
🗎<2850,0>


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