You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
For the contract like contracts/eosio.token, account is sharded and recorded by using user's name as scope. If I would like to find all holders for the token, how to iterate through accounts or how to iterate difference scopes? Thanks a lot!
Yes, please upgrade to the latest version first. you can use "cleos get scope" with lower bound to iterator all possible scope inside a contract. Please quote the account name with a space as prefix, like: ./cleos get scope eosio.token -L " 555555555555"
For the contract like contracts/eosio.token, account is sharded and recorded by using user's name as scope. If I would like to find all holders for the token, how to iterate through accounts or how to iterate difference scopes? Thanks a lot!
Link for the contract eosio.token.
https://github.com/EOSIO/eos/tree/master/contracts/eosio.token
The text was updated successfully, but these errors were encountered: