foundry_evm_core::constants

Constant CHEATCODE_CONTRACT_HASH

Source
pub const CHEATCODE_CONTRACT_HASH: B256;
Expand description

The contract hash at CHEATCODE_ADDRESS.

This is calculated as: keccak256(abi.encodePacked(CHEATCODE_ADDRESS)).