Collect by transaction hash
The following arguments for trans.evm
can be set, including:
out: the output directory; the default is
./data
.hash: specific transaction hashes for collecting transaction data, if there are multiple, please join them with
,
.providers: the HTTP JSON RPC providers. If you have two or more providers, you can use
,
to join them.enable: Specify the transaction crawler middleware to be started. If multiple middlewares are enabled, please separate them with
,
. Middlewares determine which data will be collected. BlockchainSpider provides the following middlewares:BlockchainSpider.middlewares.trans.TransactionReceiptMiddleware
BlockchainSpider.middlewares.trans.TraceMiddleware
BlockchainSpider.middlewares.trans.TokenTransferMiddleware
BlockchainSpider.middlewares.trans.TokenPropertyMiddleware
BlockchainSpider.middlewares.trans.ContractMiddleware
BlockchainSpider.middlewares.trans.DCFGMiddleware
Use case: collect trace, receipt and token transfers of transactions
Last updated