Skip to main content

Crate cheatcodes

Crate cheatcodes 

Expand description

§foundry-cheatcodes

Foundry cheatcodes implementations.

Modules§

spec
Cheatcode specification for Foundry.

Structs§

BroadcastableTransaction
Helps collecting transactions from different forks.
CheatcodeAnalysis
Provides cached, on-demand syntactic and semantic analysis of a completed Compiler instance.
Cheatcodes
An EVM inspector that handles calls to various cheatcodes, each with their own behavior.
CheatsConfig
Additional, configurable context the Cheatcodes inspector has access to
CheatsCtxt
The cheatcode context.
Error
Error thrown by cheatcodes.
Wallets
Cloneable wrapper around WalletsInner.
WalletsInner
Contains context for wallet management.

Enums§

BroadcastKind
Distinguishes between unsigned transactions (from startBroadcast) that need signing, and pre-signed transactions (from broadcastRawTransaction) that carry raw RLP-encoded bytes.
ErrorKind
Kind of cheatcode errors.
ForgeContext
Forge execution contexts.

Traits§

CheatcodeDef
Cheatcode definition trait. Implemented by all Vm functions.
CheatcodesExecutor
Helper trait for running nested EVM operations from inside cheatcode implementations.
EthCheatCtx
Temporary bound alias used during the transition to a fully generic foundry-evm and foundry-cheatcodes.

Functions§

set_execution_context
Set forge command current execution context for the duration of the program. Execution context is immutable, subsequent calls of this function won’t change the context.

Type Aliases§

BroadcastableTransactions
List of transactions that can be broadcasted.
ExpectedCallTracker
Tracks the expected calls per address.
NestedEvmClosure
Closure type used by CheatcodesExecutor methods that run nested EVM operations.
Result
Cheatcode result type.