evm
Category
Auto-generated documentation for the evm bag.watch functions.
- evm_disassemble Disassembles EVM bytecode into core instruction metadata using evmone's advanced analysis. Returns 22 essential columns: pc, label, mnemonic, opcode, push_value (BYTES32), instruction properties, stack analysis, block structure, and gas costs from evmone. For comprehensive analysis including CFG, function detection, memory tracking, and dominance analysis, use evm_disassemble_full().Table#evm
- evm_prepare_deployment Creates deployment payloads by combining bytecode with constructor arguments.Scalar#evm
- evm_prepare_tx Builds an unsigned eth_sendTransaction JSON payload with minimal inputs.Scalar#evm
- format_ether Human-readable helper for wei balances. Equivalent to format_units(amount, 18).Scalar#types #evm
- format_units Scales raw EVM integer balances by 10^decimals and returns a DECIMAL(38, decimals) value.Scalar#types #evm