Vaulta

cutiesunivrs

Contract

  • Table row type of bauction

    {
      "name": "bauction",
      "base": "",
      "fields": [
        {
          "name": "cutieId",
          "type": "uint64"
        },
        {
          "name": "startPrice",
          "type": "int64"
        },
        {
          "name": "endPrice",
          "type": "int64"
        },
        {
          "name": "seller",
          "type": "name"
        },
        {
          "name": "duration",
          "type": "uint32"
        },
        {
          "name": "startedAt",
          "type": "uint32"
        },
        {
          "name": "featuringFee",
          "type": "int64"
        }
      ]
    }