Vaulta

eoseusdccore

Contract

The data structures defined by this contract.

  • Action parameter in claim

    {
      "name": "claim",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        }
      ]
    }
  • Table row type of global

    {
      "name": "global_t",
      "base": "",
      "fields": [
        {
          "name": "rad",
          "type": "float64"
        },
        {
          "name": "weight",
          "type": "float64"
        },
        {
          "name": "system_lps",
          "type": "uint64"
        },
        {
          "name": "distributed",
          "type": "asset"
        },
        {
          "name": "total",
          "type": "asset"
        },
        {
          "name": "start_time",
          "type": "uint64"
        },
        {
          "name": "last_update",
          "type": "uint64"
        },
        {
          "name": "poolid",
          "type": "uint64"
        },
        {
          "name": "pairid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "pairid",
          "type": "uint64"
        },
        {
          "name": "sym",
          "type": "symbol_code"
        },
        {
          "name": "reward",
          "type": "symbol"
        },
        {
          "name": "weight",
          "type": "float64"
        },
        {
          "name": "start_time",
          "type": "uint64"
        },
        {
          "name": "duration",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in initchange

    {
      "name": "initchange",
      "base": "",
      "fields": []
    }
  • Action parameter in map

    {
      "name": "map",
      "base": "",
      "fields": [
        {
          "name": "sym",
          "type": "symbol_code"
        },
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of mappings

    {
      "name": "mapping",
      "base": "",
      "fields": [
        {
          "name": "mapped",
          "type": "symbol_code"
        },
        {
          "name": "mapto",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in redistbal

    {
      "name": "redistbal",
      "base": "",
      "fields": [
        {
          "name": "poolbal",
          "type": "asset"
        }
      ]
    }
  • Table row type of referrer

    {
      "name": "ref2_t",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of referral

    {
      "name": "ref_t",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in refreshall

    {
      "name": "refreshall",
      "base": "",
      "fields": []
    }
  • Table row type of stats

    {
      "name": "stat_t",
      "base": "",
      "fields": [
        {
          "name": "poolbal",
          "type": "asset"
        },
        {
          "name": "distributed",
          "type": "asset"
        }
      ]
    }
  • Action parameter in updatepool

    {
      "name": "updatepool",
      "base": "",
      "fields": [
        {
          "name": "poolid",
          "type": "uint64"
        },
        {
          "name": "weight",
          "type": "float64"
        }
      ]
    }
  • Action parameter in updateusdb

    {
      "name": "updateusdb",
      "base": "",
      "fields": [
        {
          "name": "issue",
          "type": "bool"
        }
      ]
    }
  • Action parameter in updateweight

    {
      "name": "updateweight",
      "base": "",
      "fields": []
    }
  • Table row type of user

    {
      "name": "user_t",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "wad",
          "type": "float64"
        },
        {
          "name": "tokens",
          "type": "uint64"
        }
      ]
    }
  • Table row type of weights

    {
      "name": "weight_t",
      "base": "",
      "fields": [
        {
          "name": "total_weight",
          "type": "float64"
        }
      ]
    }