EOS

eoseusdscore

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": "system_lps", "type": "uint64" }, { "name": "distributed", "type": "asset" }, { "name": "total", "type": "asset" }, { "name": "start_time", "type": "uint64" }, { "name": "duration", "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": "asset" }, { "name": "start_time", "type": "uint64" }, { "name": "duration", "type": "uint64" } ] }
  • Table row type of mappings

    { "name": "mapping", "base": "", "fields": [ { "name": "mapped", "type": "uint64" }, { "name": "mapto", "type": "uint64" } ] }
  • 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" } ] }
  • Table row type of user

    { "name": "user_t", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "wad", "type": "float64" }, { "name": "tokens", "type": "uint64" } ] }