Find needed account
Those filters work in account_states and transactions tables
By address
User-friendly
Account states & other tables
Example of query account actual balance:
Transactions
Example of query account balance changing by transactions:
Raw form only
Example of query account actual balance:
By code or data hash
We not suggest finding accounts by code hash, better use filter by get methods
Contract | Code hash | Verifier |
---|---|---|
Wallet V1R1 |
| |
Wallet V1R2 |
| |
Wallet V1R3 |
| |
Wallet V2R1 |
| |
Wallet V2R2 |
| |
Wallet V3R1 |
| |
Wallet V3R2 |
| |
Wallet V4R1 |
| |
Wallet V4R2 |
|
By get methods
method_name
in Func is compiling to crc16 integer, you can filter transactions or accounts states by get any get method:
Any get method
You can get account contain specific get method name crc16, for example all accounts with seqno
method (85143):
Predefined get methods
Some of the methods predefined and contain special columns to query them. Example of query all NFTs in low-level manner:
Get method name | crc16 |
---|---|
| 123660 |
| 106029 |
| 103289 |
| 102491 |
| 92067 |
| 102351 |
| 85719 |
| 113531 |
| 80293 |
| 85143 |
| 78748 |
| 82320 |
| 91689 |
| 72748 |
| 107653 |
| 76407 |
| 81467 |
| 90228 |
| 110449 |
| 116695 |
| 93270 |
| 97026 |
| 69506 |
| 122498 |
Last updated