Smart Contracts (Testnet)

Module: vest6
back to overview
vest6
Methods: 6
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>",
  "maximum_invest": "<UInt64>",
  "minimum_invest": "<UInt64>",
  "soft_cap": "<UInt64>",
  "start_time": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
}
Errors
{
  "Enum": [
    {
      "ParsingFailed": []
    },
    {
      "VestingFinished": []
    },
    {
      "VestingNotFinished": []
    },
    {
      "InvalidUser": []
    },
    {
      "LaunchpadNotExist": []
    },
    {
      "ContractUser": []
    },
    {
      "NotOwner": []
    },
    {
      "NotLive": []
    },
    {
      "UserNotExist": []
    },
    {
      "InsuffiecientFunds": []
    },
    {
      "MinimumInvestmentNotSatisfied": []
    },
    {
      "HardcapLimitReached": []
    }
  ]
}
Return
None

Parameters
{
  "id": "<UInt64>",
  "is_live": "<Bool>"
}
Errors
{
  "Enum": [
    {
      "ParsingFailed": []
    },
    {
      "VestingFinished": []
    },
    {
      "VestingNotFinished": []
    },
    {
      "InvalidUser": []
    },
    {
      "LaunchpadNotExist": []
    },
    {
      "ContractUser": []
    },
    {
      "NotOwner": []
    },
    {
      "NotLive": []
    },
    {
      "UserNotExist": []
    },
    {
      "InsuffiecientFunds": []
    },
    {
      "MinimumInvestmentNotSatisfied": []
    },
    {
      "HardcapLimitReached": []
    }
  ]
}
Return
None

Parameters
"<UInt64>"
Errors
{
  "Enum": [
    {
      "ParsingFailed": []
    },
    {
      "VestingFinished": []
    },
    {
      "VestingNotFinished": []
    },
    {
      "InvalidUser": []
    },
    {
      "LaunchpadNotExist": []
    },
    {
      "ContractUser": []
    },
    {
      "NotOwner": []
    },
    {
      "NotLive": []
    },
    {
      "UserNotExist": []
    },
    {
      "InsuffiecientFunds": []
    },
    {
      "MinimumInvestmentNotSatisfied": []
    },
    {
      "HardcapLimitReached": []
    }
  ]
}
Return
None

Parameters
"<UInt64>"
Errors
{
  "Enum": [
    {
      "ParsingFailed": []
    },
    {
      "VestingFinished": []
    },
    {
      "VestingNotFinished": []
    },
    {
      "InvalidUser": []
    },
    {
      "LaunchpadNotExist": []
    },
    {
      "ContractUser": []
    },
    {
      "NotOwner": []
    },
    {
      "NotLive": []
    },
    {
      "UserNotExist": []
    },
    {
      "InsuffiecientFunds": []
    },
    {
      "MinimumInvestmentNotSatisfied": []
    },
    {
      "HardcapLimitReached": []
    }
  ]
}
Return
None

Parameters
"<UInt64>"
Errors
{
  "Enum": [
    {
      "ParsingFailed": []
    },
    {
      "VestingFinished": []
    },
    {
      "VestingNotFinished": []
    },
    {
      "InvalidUser": []
    },
    {
      "LaunchpadNotExist": []
    },
    {
      "ContractUser": []
    },
    {
      "NotOwner": []
    },
    {
      "NotLive": []
    },
    {
      "UserNotExist": []
    },
    {
      "InsuffiecientFunds": []
    },
    {
      "MinimumInvestmentNotSatisfied": []
    },
    {
      "HardcapLimitReached": []
    }
  ]
}
Return
None

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


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