Constants§
- CALLER
- Stores the caller address to be used as sender account for:
- CHEATCODE_
ADDRESS - The cheatcode handler address.
- CHEATCODE_
CONTRACT_ HASH - The contract hash at
CHEATCODE_ADDRESS
. - DEFAULT_
CREAT E2_ DEPLOYER - The default CREATE2 deployer.
- DEFAULT_
CREAT E2_ DEPLOYER_ CODE - The initcode of the default CREATE2 deployer.
- DEFAULT_
CREAT E2_ DEPLOYER_ CODEHASH - The hash of the default CREATE2 deployer code.
- DEFAULT_
CREAT E2_ DEPLOYER_ DEPLOYER - The address that deploys the default CREATE2 deployer contract.
- DEFAULT_
CREAT E2_ DEPLOYER_ RUNTIME_ CODE - The runtime code of the default CREATE2 deployer.
- HARDHAT_
CONSOLE_ ADDRESS - The Hardhat console address.
- MAGIC_
ASSUME - Magic return value returned by the
assume
cheatcode. - MAGIC_
SKIP - Magic return value returned by the
skip
cheatcode. Optionally appended with a reason. - TEST_
CONTRACT_ ADDRESS - The default test contract address.
- TEST_
TIMEOUT - Test timeout return value.