Vaulta

d2centworlds

Contract

The data structures defined by this contract.

  • Action parameter in claim

    {
      "name": "claim",
      "base": "",
      "fields": [
        {
          "name": "nftid",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        }
      ]
    }
  • Action parameter in cleanconfig

    {
      "name": "cleanconfig",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        }
      ]
    }
  • Action parameter in config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "token_contract",
          "type": "name"
        },
        {
          "name": "token",
          "type": "symbol"
        }
      ]
    }
  • Action parameter in create

    {
      "name": "create",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "category",
          "type": "name"
        },
        {
          "name": "appid",
          "type": "uint64"
        },
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "url",
          "type": "string"
        }
      ]
    }
  • Table row type of dwconfig

    {
      "name": "dwconfig",
      "base": "",
      "fields": [
        {
          "name": "dw_owner",
          "type": "name"
        },
        {
          "name": "token_contract",
          "type": "name"
        },
        {
          "name": "dw_symbol",
          "type": "symbol"
        },
        {
          "name": "current_planned_pay",
          "type": "asset"
        },
        {
          "name": "total_paid",
          "type": "asset"
        },
        {
          "name": "total_collections",
          "type": "int32"
        },
        {
          "name": "total_staked",
          "type": "int32"
        }
      ]
    }
  • Action parameter in fullconfig

    {
      "name": "fullconfig",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "token_contract",
          "type": "name"
        },
        {
          "name": "token",
          "type": "symbol"
        },
        {
          "name": "current_planned_pay",
          "type": "asset"
        },
        {
          "name": "total_paid",
          "type": "asset"
        },
        {
          "name": "total_collections",
          "type": "int32"
        },
        {
          "name": "total_staked",
          "type": "int32"
        }
      ]
    }
  • Action parameter in reg

    {
      "name": "reg",
      "base": "",
      "fields": [
        {
          "name": "collection_asset_id",
          "type": "uint64"
        },
        {
          "name": "collection_appid",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "street_asset_ids",
          "type": "uint64[]"
        },
        {
          "name": "collection_price",
          "type": "asset"
        },
        {
          "name": "duration_days",
          "type": "uint32"
        },
        {
          "name": "payout_period_days",
          "type": "uint32"
        },
        {
          "name": "roi",
          "type": "float64"
        },
        {
          "name": "locked",
          "type": "bool"
        },
        {
          "name": "auto_ext",
          "type": "bool"
        }
      ]
    }
  • Action parameter in regsec

    {
      "name": "regsec",
      "base": "",
      "fields": [
        {
          "name": "collection_asset_id",
          "type": "uint64"
        },
        {
          "name": "collection_appid",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "street_asset_ids",
          "type": "uint64[]"
        },
        {
          "name": "collection_price",
          "type": "asset"
        },
        {
          "name": "duration_secs",
          "type": "uint32"
        },
        {
          "name": "payout_period_secs",
          "type": "uint32"
        },
        {
          "name": "roi",
          "type": "float64"
        },
        {
          "name": "locked",
          "type": "bool"
        },
        {
          "name": "auto_ext",
          "type": "bool"
        }
      ]
    }
  • Action parameter in regupdate

    {
      "name": "regupdate",
      "base": "",
      "fields": [
        {
          "name": "collection_asset_id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "duration_days",
          "type": "uint32"
        },
        {
          "name": "payout_period_days",
          "type": "uint32"
        },
        {
          "name": "roi",
          "type": "float64"
        },
        {
          "name": "locked",
          "type": "bool"
        },
        {
          "name": "auto_ext",
          "type": "bool"
        }
      ]
    }
  • Action parameter in regupdatesec

    {
      "name": "regupdatesec",
      "base": "",
      "fields": [
        {
          "name": "collection_asset_id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "duration_secs",
          "type": "uint32"
        },
        {
          "name": "payout_period_secs",
          "type": "uint32"
        },
        {
          "name": "roi",
          "type": "float64"
        },
        {
          "name": "locked",
          "type": "bool"
        },
        {
          "name": "auto_ext",
          "type": "bool"
        }
      ]
    }
  • Action parameter in stakerenew

    {
      "name": "stakerenew",
      "base": "",
      "fields": [
        {
          "name": "nftid",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        }
      ]
    }
  • Action parameter in unreg

    {
      "name": "unreg",
      "base": "",
      "fields": [
        {
          "name": "nftid",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        }
      ]
    }
  • Action parameter in unstake

    {
      "name": "unstake",
      "base": "",
      "fields": [
        {
          "name": "nftid",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        }
      ]
    }
  • Action parameter in verify

    {
      "name": "verify",
      "base": "",
      "fields": [
        {
          "name": "nftid",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        }
      ]
    }
  • Table row type of yields

    {
      "name": "yields",
      "base": "",
      "fields": [
        {
          "name": "nftid",
          "type": "uint64"
        },
        {
          "name": "total_value",
          "type": "asset"
        },
        {
          "name": "duration_sec",
          "type": "uint32"
        },
        {
          "name": "period_of_payments_sec",
          "type": "uint32"
        },
        {
          "name": "created",
          "type": "time_point_sec"
        },
        {
          "name": "staked",
          "type": "time_point_sec"
        },
        {
          "name": "updated",
          "type": "time_point_sec"
        },
        {
          "name": "planned_pay",
          "type": "asset"
        },
        {
          "name": "paid",
          "type": "asset"
        },
        {
          "name": "roi",
          "type": "float64"
        },
        {
          "name": "locked",
          "type": "bool"
        },
        {
          "name": "auto_ext",
          "type": "bool"
        },
        {
          "name": "streets",
          "type": "uint64[]"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }