pub const CHEATCODE_ADDRESS: Address;
The cheatcode handler address.
This is the same address as the one used in DappTools’s HEVM.
This is calculated as: address(bytes20(uint160(uint256(keccak256('hevm cheat code')))))
address(bytes20(uint160(uint256(keccak256('hevm cheat code')))))