Smart Contracts (Testnet)

Module: vest2
back to overview
vest2
Methods: 5
Instances: 1
Initialization

Parameters
None
Errors
None
Event
None
Methods

Parameters
{
  "end_time": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
  "hard_cap": "<UInt64>",
  "live": "<Bool>",
  "soft_cap": "<UInt64>",
  "start_time": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
}
Errors
{
  "Enum": [
    {
      "ParsingFailed": []
    },
    {
      "VestingFinished": []
    },
    {
      "VestingNotFinished": []
    },
    {
      "InvalidUser": []
    },
    {
      "LaunchpadNotExist": []
    },
    {
      "ContractUser": []
    }
  ]
}
Return
None

Parameters
{
  "id": "<UInt64>",
  "live_pause": "<Bool>"
}
Errors
{
  "Enum": [
    {
      "ParsingFailed": []
    },
    {
      "VestingFinished": []
    },
    {
      "VestingNotFinished": []
    },
    {
      "InvalidUser": []
    },
    {
      "LaunchpadNotExist": []
    },
    {
      "ContractUser": []
    }
  ]
}
Return
None

Parameters
"<UInt64>"
Errors
{
  "Enum": [
    {
      "ParsingFailed": []
    },
    {
      "VestingFinished": []
    },
    {
      "VestingNotFinished": []
    },
    {
      "InvalidUser": []
    },
    {
      "LaunchpadNotExist": []
    },
    {
      "ContractUser": []
    }
  ]
}
Return
None

Parameters
"<UInt64>"
Errors
{
  "Enum": [
    {
      "ParsingFailed": []
    },
    {
      "VestingFinished": []
    },
    {
      "VestingNotFinished": []
    },
    {
      "InvalidUser": []
    },
    {
      "LaunchpadNotExist": []
    },
    {
      "ContractUser": []
    }
  ]
}
Return
None

Parameters
None
Errors
None
Return
{
  "holders": [
    [
      "<UInt64>",
      {
        "address": "<AccountAddress>",
        "amount": "<Amount in microCCD>"
      }
    ]
  ],
  "launchpad": [
    [
      "<UInt64>",
      {
        "end_time": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
        "hard_cap": "<UInt64>",
        "invest_amount": "<Amount in microCCD>",
        "live": "<Bool>",
        "soft_cap": "<UInt64>",
        "start_time": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
      }
    ]
  ],
  "total_launchpad": "<UInt64>"
}
Address
🗎<5008,0>


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