Skip to main content
Version: v. 1

Probe selectors

NAME

probe-selectors - Extracts function selectors and arguments from bytecode

SYNOPSIS

probe selectors [options] bytecode

DESCRIPTION

Extracts function selectors and arguments from bytecode using the EVMole library

OPTIONS

-r
--resolve
Resolve the function signatures for the extracted selectors using https://openchain.xyz

Common Options

-h
--help
Prints help information.

EXAMPLES

  1. Get WETH's contract function signatures & arguments:
    probe selectors $(probe code 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2)

SEE ALSO

probe, probe 4byte