Vaulta

usdtswp.xsat

Contract

The data structures defined by this contract.

  • Action parameter in claim

    {
      "name": "claim",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        }
      ]
    }
  • Action parameter in claimlog

    {
      "name": "claimlog",
      "base": "",
      "fields": [
        {
          "name": "event",
          "type": "claimlog_t"
        }
      ]
    }
  • Struct property of claimlog

    {
      "name": "claimlog_t",
      "base": "",
      "fields": [
        {
          "name": "target",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in collect

    {
      "name": "collect",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "name"
        }
      ]
    }
  • Table row type of configs

    {
      "name": "configs_t",
      "base": "",
      "fields": [
        {
          "name": "allow_deposit",
          "type": "bool"
        },
        {
          "name": "allow_claim",
          "type": "bool"
        },
        {
          "name": "ratio",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in depositlog

    {
      "name": "depositlog",
      "base": "",
      "fields": [
        {
          "name": "event",
          "type": "depositlog_t"
        }
      ]
    }
  • Struct property of depositlog

    {
      "name": "depositlog_t",
      "base": "",
      "fields": [
        {
          "name": "sender",
          "type": "name"
        },
        {
          "name": "target",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in setclaim

    {
      "name": "setclaim",
      "base": "",
      "fields": [
        {
          "name": "_in",
          "type": "bool"
        }
      ]
    }
  • Action parameter in setdeposit

    {
      "name": "setdeposit",
      "base": "",
      "fields": [
        {
          "name": "_in",
          "type": "bool"
        }
      ]
    }
  • Action parameter in setratio

    {
      "name": "setratio",
      "base": "",
      "fields": [
        {
          "name": "_in",
          "type": "uint64"
        }
      ]
    }
  • Table row type of statistics

    {
      "name": "statistics_t",
      "base": "",
      "fields": [
        {
          "name": "total_tether_deposit",
          "type": "uint64"
        },
        {
          "name": "total_exsat_claimed",
          "type": "uint64"
        },
        {
          "name": "total_exsat_deposit",
          "type": "uint64"
        }
      ]
    }
  • Table row type of userinfo

    {
      "name": "user_info_t",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "deposit",
          "type": "uint64"
        },
        {
          "name": "claimed",
          "type": "bool"
        }
      ]
    }