EOS

horustokenio

Contract

The data structures defined by this contract.

  • Action parameter in transfer

    { "name": "transfer", "base": "", "fields": [ { "name": "from", "type": "account_name" }, { "name": "to", "type": "account_name" }, { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" } ] }
  • Action parameter in create

    { "name": "create", "base": "", "fields": [ { "name": "issuer", "type": "account_name" }, { "name": "maximum_supply", "type": "asset" } ] }
  • Action parameter in issue

    { "name": "issue", "base": "", "fields": [ { "name": "to", "type": "account_name" }, { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" } ] }
  • Table row type of userres

    { "name": "user_resources", "base": "", "fields": [ { "name": "owner", "type": "account_name" }, { "name": "total_staked_horus", "type": "asset" } ] }
  • Table row type of stakedhorus

    { "name": "staked_horus", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "from", "type": "account_name" }, { "name": "to", "type": "account_name" }, { "name": "horus_weight", "type": "asset" }, { "name": "time_initial", "type": "time" } ] }
  • Action parameter in stakehorus

    { "name": "stakehorus", "base": "", "fields": [ { "name": "from", "type": "account_name" }, { "name": "receiver", "type": "account_name" }, { "name": "stake_horus_quantity", "type": "asset" } ] }
  • Action parameter in unstakehorus

    { "name": "unstakehorus", "base": "", "fields": [ { "name": "from", "type": "account_name" }, { "name": "stake_id", "type": "uint64" } ] }
  • Table row type of refunds

    { "name": "refund_request", "base": "", "fields": [ { "name": "owner", "type": "account_name" }, { "name": "request_time", "type": "time" }, { "name": "horus_amount", "type": "asset" } ] }
  • Table row type of horusrefunds

    { "name": "refund_requests", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "from", "type": "account_name" }, { "name": "to", "type": "account_name" }, { "name": "horus_amount", "type": "asset" }, { "name": "request_time", "type": "time" } ] }
  • Action parameter in refundbyid

    { "name": "refundbyid", "base": "", "fields": [ { "name": "owner", "type": "account_name" }, { "name": "refund_id", "type": "uint64" } ] }
  • Action parameter in refundhorus

    { "name": "refundhorus", "base": "", "fields": [ { "name": "owner", "type": "account_name" } ] }
  • Action parameter in claimreward

    { "name": "claimreward", "base": "", "fields": [ { "name": "owner", "type": "account_name" }, { "name": "stake_id", "type": "uint64" } ] }
  • Action parameter in rmtoken

    { "name": "rmtoken", "base": "", "fields": [ { "name": "sym", "type": "string" } ] }
  • Table row type of accounts

    { "name": "account", "base": "", "fields": [ { "name": "balance", "type": "asset" } ] }
  • Table row type of stat

    { "name": "currency_stats", "base": "", "fields": [ { "name": "supply", "type": "asset" }, { "name": "max_supply", "type": "asset" }, { "name": "issuer", "type": "account_name" } ] }