Magician-Scanning icon indicating copy to clipboard operation
Magician-Scanning copied to clipboard

Magician-Scanning is a toolkit developed in Java for scanning blockchains, which can be used to monitor transactions according to the needs of developers, and it plans to support three chains, ETH (BS...

Results 10 Magician-Scanning issues
Sort by recently updated
recently updated
newest added

可以出一个重试策略的实现示例吗

TriggerSmartContract交易中如果没有contract_address,不方便进行下一步判断,比如我只想监听usdt的合约

我扫描到了结果,但是是失败的交易,没在属性里看到Status获取方法,是有什么别的方法么?

目前假如发生了合约调用合约的内部交易,就没法查询到。比如:https://www.oklink.com/cn/bsc/tx/0x4f97e999b97052892e4bb1ef5b9b954bb2b70b50c81654e2b0259071d224b572 我监听0x55d398326f99059ff775485246999027b3197955上的transfer方法,transferFrom方法,都没法触发回调。 ![photo_2023-05-26_14-22-35](https://github.com/Magician-Blockchain/Magician-Scanning/assets/7445659/af6e7572-8991-40eb-9ff0-ed4dadf98633) 如果能支持event监听,比如0x55d398326f99059ff775485246999027b3197955上的transfer event,应该就能满足需求。 不知道大佬能否支持下

扫描速度500无法跟上某些出块速度,设置500以内报错:java.lang.Exception: scanPeriod must be greater than 500

无法设置扫秒工具停止区块,有时业务上只需要回放某一段历史区块

你好,怎么处理扫描服务重启? 或者怎么监听区块高度变化?

你好,请问如何过滤ETH转账,ETH 有直接转账,合约批量转账,这种情况下如何进行过滤