Smart Contracts (Testnet)

Module: auction
back to overview
auction
Methods: 4
Instances: 2
Initialization

Parameters
{
  "end": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
  "item": "<String>"
}
Errors
None
Event
None
Methods

Parameters
None
Errors
None
Return
None

Parameters
None
Errors
None
Return
{
  "auction_state": {
    "Enum": [
      {
        "NotSoldYet": []
      },
      {
        "Sold": [
          "<AccountAddress>"
        ]
      }
    ]
  },
  "end": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
  "highest_bidder": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          "<AccountAddress>"
        ]
      }
    ]
  },
  "item": "<String>"
}

Parameters
None
Errors
None
Return
"<Amount in microCCD>"

Parameters
None
Errors
None
Return
None


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