这个里面应该是token合约的交易信息,怎么获得内容呢?怎么在区块里面获取token的交易信息?可以通过RPC获取吗?
In the following picture, it should be the transaction information of the token contract. How can I get the information? Is there a way to get it through RPC?
这个里面应该是token合约的交易信息,怎么获得内容呢?怎么在区块里面获取token的交易信息?可以通过RPC获取吗?
In the following picture, it should be the transaction information of the token contract. How can I get the information? Is there a way to get it through RPC?
如果有交易哈希的话,可以在scan中直接查看,scan有decode input data的功能。
If you know the transaction hash, you can directly view the information in confluxscan.io. There is a Decode Input Data function in Scan.