Smart Contracts (Testnet)

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

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

Parameters
{
  "address": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  }
}
Errors
None
Return
None

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
Address
🗎<829,0>


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