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 Jan 31, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/docs/chifra/accounts.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Accounts"
3
3
description: ""
4
4
lead: ""
5
-
date: 2022-08-31T06:48:48
5
+
date: 2022-10-08T19:54:08
6
6
lastmod:
7
7
- :git
8
8
- lastmod
@@ -40,7 +40,7 @@ Arguments:
40
40
41
41
Flags:
42
42
-U, --count display only the count of records for each monitor
43
-
-x, --fmt string export format, one of [none|json*|txt|csv|api]
43
+
-x, --fmt string export format, one of [none|json*|txt|csv]
44
44
-v, --verbose enable verbose (increase detail with --log_level)
45
45
-h, --help display this help screen
46
46
@@ -90,13 +90,13 @@ Flags:
90
90
--emitter strings for log export only, export only logs if emitted by one of these address(es)
91
91
--topic strings for log export only, export only logs with this topic(s)
92
92
--asset strings for the statements option only, export only reconciliations for this asset
93
-
--flow string for the statements option only, export only statements with incoming value or outgoing value
93
+
-f, --flow string for the statements option only, export only statements with incoming value or outgoing value
94
94
One of [ in | out | zero ]
95
95
-y, --factory scan for contract creations from the given address(es) and report address of those contracts
96
96
-u, --unripe export transactions labeled upripe (i.e. less than 28 blocks old)
97
97
-F, --first_block uint first block to process (inclusive)
98
98
-L, --last_block uint last block to process (inclusive)
99
-
-x, --fmt string export format, one of [none|json*|txt|csv|api]
99
+
-x, --fmt string export format, one of [none|json*|txt|csv]
100
100
-v, --verbose enable verbose (increase detail with --log_level)
101
101
-h, --help display this help screen
102
102
@@ -137,7 +137,7 @@ Flags:
137
137
--remove remove a previously deleted monitor
138
138
--watch continually scan for new blocks and extract data for monitored addresses
139
139
-s, --sleep float seconds to sleep between monitor passes (default 14)
140
-
-x, --fmt string export format, one of [none|json*|txt|csv|api]
140
+
-x, --fmt string export format, one of [none|json*|txt|csv]
141
141
-v, --verbose enable verbose (increase detail with --log_level)
142
142
-h, --help display this help screen
143
143
@@ -154,7 +154,7 @@ Notes:
154
154
155
155
Like `chifra abis`, this tool is useful from the command line but is primarily used in support of other tools, especially `chifra export` where naming addresses becomes the single best way to turn unintelligible blockchain data into understandable information.
156
156
157
-
The various options allow you to search and filter the results. The `collections` and `tags`options are used primarily by the TrueBlocks explorer.
157
+
The various options allow you to search and filter the results. The `tags`option is used primarily by the TrueBlocks explorer.
158
158
159
159
You may use the TrueBlocks explorer to manage (add, edit, delete) address-name associations.
160
160
@@ -169,18 +169,17 @@ Arguments:
169
169
terms - a space separated list of one or more search terms (required)
170
170
171
171
Flags:
172
-
-e, --expand expand search to include all fields (search name, address, and symbol otherwise)
173
-
-m, --match_case do case-sensitive search
174
-
-l, --all include all accounts in the search
175
-
-c, --custom include your custom named accounts
176
-
-p, --prefund include prefund accounts
177
-
-n, --named include well know token and airdrop addresses in the search
178
-
-a, --addr display only addresses in the results (useful for scripting)
179
-
-s, --collections display collections data
180
-
-g, --tags export the list of tags and subtags only
181
-
-x, --fmt string export format, one of [none|json*|txt|csv|api]
182
-
-v, --verbose enable verbose (increase detail with --log_level)
183
-
-h, --help display this help screen
172
+
-e, --expand expand search to include all fields (search name, address, and symbol otherwise)
173
+
-m, --match_case do case-sensitive search
174
+
-l, --all include all accounts in the search
175
+
-c, --custom include your custom named accounts
176
+
-p, --prefund include prefund accounts
177
+
-n, --named include well know token and airdrop addresses in the search
178
+
-a, --addr display only addresses in the results (useful for scripting)
179
+
-g, --tags export the list of tags and subtags only
180
+
-x, --fmt string export format, one of [none|json*|txt|csv]
181
+
-v, --verbose enable verbose (increase detail with --log_level)
182
+
-h, --help display this help screen
184
183
185
184
Notes:
186
185
- The tool will accept up to three terms, each of which must match against any field in the database.
@@ -216,7 +215,7 @@ Flags:
216
215
-s, --sol extract the abi definition from the provided .sol file(s)
217
216
-f, --find strings search for function or event declarations given a four- or 32-byte code(s)
218
217
-n, --hint strings for the --find option only, provide hints to speed up the search
219
-
-x, --fmt string export format, one of [none|json*|txt|csv|api]
218
+
-x, --fmt string export format, one of [none|json*|txt|csv]
220
219
-v, --verbose enable verbose (increase detail with --log_level)
0 commit comments