foundry_cheatcodes_spec

Trait CheatcodeDef

Source
pub trait CheatcodeDef:
    Debug
    + Clone
    + SolCall {
    const CHEATCODE: &'static Cheatcode<'static>;
}
Expand description

Cheatcode definition trait. Implemented by all Vm functions.

Required Associated Constants§

Source

const CHEATCODE: &'static Cheatcode<'static>

The static cheatcode definition.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl CheatcodeDef for _expectCheatcodeRevert_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for _expectCheatcodeRevert_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for _expectCheatcodeRevert_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for accessesCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for activeForkCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for addrCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for allowCheatcodesCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqAbsDecimal_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqAbsDecimal_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqAbsDecimal_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqAbsDecimal_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqAbs_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqAbs_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqAbs_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqAbs_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqRelDecimal_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqRelDecimal_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqRelDecimal_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqRelDecimal_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqRel_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqRel_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqRel_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertApproxEqRel_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEqDecimal_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEqDecimal_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEqDecimal_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEqDecimal_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_4Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_5Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_6Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_7Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_8Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_9Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_10Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_11Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_12Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_13Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_14Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_15Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_16Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_17Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_18Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_19Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_20Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_21Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_22Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_23Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_24Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_25Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_26Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertEq_27Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertFalse_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertFalse_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGeDecimal_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGeDecimal_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGeDecimal_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGeDecimal_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGe_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGe_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGe_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGe_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGtDecimal_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGtDecimal_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGtDecimal_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGtDecimal_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGt_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGt_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGt_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertGt_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLeDecimal_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLeDecimal_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLeDecimal_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLeDecimal_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLe_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLe_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLe_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLe_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLtDecimal_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLtDecimal_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLtDecimal_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLtDecimal_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLt_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLt_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLt_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertLt_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEqDecimal_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEqDecimal_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEqDecimal_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEqDecimal_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_4Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_5Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_6Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_7Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_8Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_9Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_10Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_11Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_12Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_13Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_14Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_15Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_16Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_17Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_18Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_19Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_20Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_21Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_22Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_23Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_24Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_25Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_26Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertNotEq_27Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertTrue_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assertTrue_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assumeCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for assumeNoRevertCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for attachDelegationCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for blobBaseFeeCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for blobhashesCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for breakpoint_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for breakpoint_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for broadcastRawTransactionCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for broadcast_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for broadcast_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for broadcast_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for chainIdCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for clearMockedCallsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for cloneAccountCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for closeFileCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for coinbaseCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for computeCreate2Address_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for computeCreate2Address_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for computeCreateAddressCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for containsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for coolCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for copyFileCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for copyStorageCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for createDirCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for createFork_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for createFork_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for createFork_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for createSelectFork_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for createSelectFork_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for createSelectFork_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for createWallet_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for createWallet_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for createWallet_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for dealCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for deleteSnapshotCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for deleteSnapshotsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for deleteStateSnapshotCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for deleteStateSnapshotsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for deployCode_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for deployCode_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for deriveKey_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for deriveKey_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for deriveKey_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for deriveKey_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for difficultyCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for dumpStateCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for ensNamehashCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envAddress_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envAddress_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envBool_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envBool_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envBytes32_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envBytes32_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envBytes_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envBytes_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envExistsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envInt_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envInt_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envOr_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envOr_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envOr_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envOr_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envOr_4Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envOr_5Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envOr_6Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envOr_7Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envOr_8Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envOr_9Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envOr_10Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envOr_11Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envOr_12Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envOr_13Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envString_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envString_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envUint_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for envUint_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for etchCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for eth_getLogsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for existsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectCallMinGas_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectCallMinGas_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectCall_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectCall_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectCall_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectCall_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectCall_4Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectCall_5Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectEmitAnonymous_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectEmitAnonymous_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectEmitAnonymous_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectEmitAnonymous_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectEmit_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectEmit_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectEmit_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectEmit_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectPartialRevert_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectPartialRevert_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectRevert_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectRevert_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectRevert_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectRevert_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectRevert_4Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectRevert_5Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectSafeMemoryCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for expectSafeMemoryCallCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for feeCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for ffiCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for fsMetadataCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getArtifactPathByCodeCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getArtifactPathByDeployedCodeCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getBlobBaseFeeCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getBlobhashesCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getBlockNumberCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getBlockTimestampCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getBroadcastCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getBroadcasts_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getBroadcasts_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getCodeCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getDeployedCodeCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getDeployment_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getDeployment_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getDeploymentsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getFoundryVersionCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getLabelCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getMappingKeyAndParentOfCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getMappingLengthCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getMappingSlotAtCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getNonce_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getNonce_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getRecordedLogsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for getWalletsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for indexOfCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for isContextCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for isDirCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for isFileCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for isPersistentCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for keyExistsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for keyExistsJsonCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for keyExistsTomlCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for labelCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for lastCallGasCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for loadAllocsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for loadCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for makePersistent_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for makePersistent_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for makePersistent_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for makePersistent_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for mockCallRevert_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for mockCallRevert_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for mockCallRevert_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for mockCallRevert_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for mockCall_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for mockCall_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for mockCall_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for mockCall_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for mockCalls_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for mockCalls_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for mockFunctionCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseAddressCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseBoolCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseBytes32Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseBytesCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseIntCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonAddressArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonAddressCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonBoolArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonBoolCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonBytes32ArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonBytes32Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonBytesArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonBytesCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonIntArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonIntCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonKeysCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonStringArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonStringCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonTypeArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonType_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonType_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonUintArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJsonUintCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJson_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseJson_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlAddressArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlAddressCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlBoolArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlBoolCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlBytes32ArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlBytes32Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlBytesArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlBytesCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlIntArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlIntCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlKeysCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlStringArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlStringCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlTypeArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlType_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlType_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlUintArrayCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseTomlUintCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseToml_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseToml_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for parseUintCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for pauseGasMeteringCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for pauseTracingCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for prank_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for prank_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for prank_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for prank_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for prevrandao_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for prevrandao_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for projectRootCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for promptAddressCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for promptCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for promptSecretCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for promptSecretUintCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for promptUintCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for publicKeyP256Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for randomAddressCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for randomBoolCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for randomBytes4Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for randomBytes8Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for randomBytesCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for randomInt_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for randomInt_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for randomUint_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for randomUint_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for randomUint_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for readCallersCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for readDir_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for readDir_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for readDir_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for readFileBinaryCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for readFileCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for readLineCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for readLinkCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for recordCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for recordLogsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for rememberKeyCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for rememberKeys_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for rememberKeys_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for removeDirCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for removeFileCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for replaceCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for resetGasMeteringCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for resetNonceCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for resumeGasMeteringCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for resumeTracingCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for revertToAndDeleteCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for revertToCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for revertToStateAndDeleteCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for revertToStateCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for revokePersistent_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for revokePersistent_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for rollCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for rollFork_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for rollFork_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for rollFork_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for rollFork_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for rpcUrlCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for rpcUrlStructsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for rpcUrlsCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for rpc_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for rpc_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for selectForkCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeAddress_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeAddress_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeBool_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeBool_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeBytes32_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeBytes32_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeBytes_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeBytes_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeInt_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeInt_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeJsonCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeJsonType_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeJsonType_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeString_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeString_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeUintToHexCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeUint_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for serializeUint_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for setArbitraryStorageCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for setBlockhashCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for setEnvCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for setNonceCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for setNonceUnsafeCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for signAndAttachDelegationCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for signCompact_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for signCompact_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for signCompact_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for signCompact_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for signDelegationCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for signP256Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for sign_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for sign_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for sign_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for sign_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for skip_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for skip_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for sleepCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for snapshotCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for snapshotGasLastCall_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for snapshotGasLastCall_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for snapshotStateCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for snapshotValue_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for snapshotValue_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for splitCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for startBroadcast_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for startBroadcast_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for startBroadcast_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for startDebugTraceRecordingCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for startMappingRecordingCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for startPrank_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for startPrank_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for startPrank_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for startPrank_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for startSnapshotGas_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for startSnapshotGas_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for startStateDiffRecordingCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for stopAndReturnDebugTraceRecordingCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for stopAndReturnStateDiffCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for stopBroadcastCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for stopExpectSafeMemoryCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for stopMappingRecordingCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for stopPrankCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for stopSnapshotGas_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for stopSnapshotGas_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for stopSnapshotGas_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for storeCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for toBase64URL_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for toBase64URL_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for toBase64_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for toBase64_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for toLowercaseCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for toString_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for toString_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for toString_2Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for toString_3Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for toString_4Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for toString_5Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for toUppercaseCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for transact_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for transact_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for trimCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for tryFfiCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for txGasPriceCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for unixTimeCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for warpCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for writeFileBinaryCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for writeFileCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for writeJson_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for writeJson_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for writeLineCall

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for writeToml_0Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _

Source§

impl CheatcodeDef for writeToml_1Call

Source§

const CHEATCODE: &'static Cheatcode<'static> = _