Skip to content

Instantly share code, notes, and snippets.

@hashware
Created June 20, 2018 13:28
Show Gist options
  • Select an option

  • Save hashware/15edcd06e2ac1a0a04a765f24d8b393d to your computer and use it in GitHub Desktop.

Select an option

Save hashware/15edcd06e2ac1a0a04a765f24d8b393d to your computer and use it in GitHub Desktop.

aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906

eosio.token

$ cleos get account eosio.token -j
{
  "account_name": "eosio.token",
  "head_block_num": 1708525,
  "head_block_time": "2018-06-20T13:27:56.000",
  "privileged": false,
  "last_code_update": "2018-06-09T11:57:59.500",
  "created": "2018-06-09T11:57:37.000",
  "ram_quota": -1,
  "net_weight": -1,
  "cpu_weight": -1,
  "net_limit": {
    "used": -1,
    "available": -1,
    "max": -1
  },
  "cpu_limit": {
    "used": -1,
    "available": -1,
    "max": -1
  },
  "ram_usage": 193782,
  "permissions": [{
      "perm_name": "active",
      "parent": "owner",
      "required_auth": {
        "threshold": 1,
        "keys": [],
        "accounts": [{
            "permission": {
              "actor": "eosio",
              "permission": "active"
            },
            "weight": 1
          }
        ],
        "waits": []
      }
    },{
      "perm_name": "owner",
      "parent": "",
      "required_auth": {
        "threshold": 1,
        "keys": [],
        "accounts": [{
            "permission": {
              "actor": "eosio",
              "permission": "active"
            },
            "weight": 1
          }
        ],
        "waits": []
      }
    }
  ],
  "total_resources": null,
  "self_delegated_bandwidth": null,
  "refund_request": null,
  "voter_info": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment