如果你是一名区块链开发者,应该和我经常要遇到一些琐碎的工作, 例如:临时创建钱包,找水龙头获取测试代币,调用暂时未开源的代码、获取获取函数的选择器等。 现在虽然有一些零散的工具可以使用,但是不开源,总是使用不放心,https://ChainTool.tech 是一个完全开源的工具网站。 代码托管在 Github: https://github.com/ChainToolDao/ 如果你有啥需求, 欢迎来 Github 给我们提 Issue 。 目前实现的工具有: [ol]测试币水龙头大全: https://chaintool.tech/faucet ,整理了数十个测试链的水龙头钱包账号生成(支持 EVM 及 BTC ): https://chaintool.tech/generateWalletABI 可视化调用: https://chaintool.tech/abi , 可以根据 ABI 自动为函数生成调用按钮,极大方便开发者调试暂时未开源的合约函数选择器的查询及反查 : https://chaintool.tech/querySelector货币单位转换: https://chaintool.tech/unitConvert批量查询钱包余额: https://chaintool.tech/bulkQuery交易详情分析: https://chaintool.tech/traceview地址格式转换及 ENS 查询: https://chaintool.tech/address事件签名的 Topic 查询: https://chaintool.tech/topicIDHash 工具: https://chaintool.tech/hashTool , 提供 Keccak-256 及 Base64交易数据( calldata )的编码与解码: https://chaintool.tech/calldata [/ol] 选择器, 开源, GitHub, 查询