EOS

eosblackteam

Contract

The data structures defined by this contract.

  • Table row type of accounts

    { "name": "account", "base": "", "fields": [ { "name": "balance", "type": "asset" } ] }
  • Action parameter in addblklst

    { "name": "addblklst", "base": "", "fields": [ { "name": "user", "type": "account_name" }, { "name": "symbol", "type": "symbol" } ] }
  • Action parameter in addpartner

    { "name": "addpartner", "base": "", "fields": [ { "name": "account", "type": "account_name" }, { "name": "quantity", "type": "asset" }, { "name": "expire_date", "type": "uint64" }, { "name": "memo", "type": "string" } ] }
  • Action parameter in close

    { "name": "close", "base": "", "fields": [ { "name": "owner", "type": "account_name" }, { "name": "symbol", "type": "symbol" } ] }
  • Action parameter in create

    { "name": "create", "base": "", "fields": [ { "name": "issuer", "type": "account_name" }, { "name": "maximum_supply", "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" } ] }
  • Action parameter in issue

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

    { "name": "open", "base": "", "fields": [ { "name": "owner", "type": "account_name" }, { "name": "symbol", "type": "symbol" }, { "name": "ram_payer", "type": "account_name" } ] }
  • Table row type of partners

    { "name": "partner", "base": "", "fields": [ { "name": "balance", "type": "asset" }, { "name": "expire_date", "type": "uint64" } ] }
  • Action parameter in restart

    { "name": "restart", "base": "", "fields": [ { "name": "symbol", "type": "symbol" } ] }
  • Action parameter in retire

    { "name": "retire", "base": "", "fields": [ { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" } ] }
  • Action parameter in rmvblklst

    { "name": "rmvblklst", "base": "", "fields": [ { "name": "user", "type": "account_name" }, { "name": "symbol", "type": "symbol" } ] }
  • Action parameter in rmvpartner

    { "name": "rmvpartner", "base": "", "fields": [ { "name": "account", "type": "account_name" }, { "name": "symbol", "type": "symbol" }, { "name": "memo", "type": "string" } ] }
  • Action parameter in stop

    { "name": "stop", "base": "", "fields": [ { "name": "symbol", "type": "symbol" } ] }
  • Table row type of blackcfg

    { "name": "tokencfg", "base": "", "fields": [ { "name": "is_runnable", "type": "bool" }, { "name": "create_time", "type": "uint64" }, { "name": "max_period", "type": "uint32" }, { "name": "lock_period", "type": "uint32" }, { "name": "period_uint", "type": "uint32" }, { "name": "lock_balance", "type": "uint64" }, { "name": "balance_uint", "type": "uint64" }, { "name": "blacklist", "type": "name[]" } ] }
  • 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" } ] }