cast 选择器

名称

cast-selectors - 从字节码中提取函数选择器和参数

概述

cast selectors [选项] 字节码

描述

使用 EVMole library 从字节码中提取函数选择器和参数

选项

-r
--resolve
    使用 https://openchain.xyz 解析提取的选择器的函数签名

Common 选项

-h
--help
    输出帮助信息。

示例

  1. 获取 WETH 的合约函数签名和参数:
    cast selectors $(cast code 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2)
    

另见

cast, cast 4byte