Back

blockchain - internal transfer : 就是sender = contract address

发布时间: 2022-01-28 01:21:00

参考:https://blog.alchemy.com/blog/internal-transactions-notifications

如题,sender 是一个contract的transfer, 就是一个internal transfer.

如何监控:

https://github.com/ethereum/go-ethereum/issues/3128

可以通过 这个JSON-RPC来监控:

https://www.quicknode.com/docs/ethereum/debug_traceTransaction

https://geth.ethereum.org/docs/rpc/ns-debug#debug_tracetransaction

Back