Module constants

Source

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_CREATE2_DEPLOYER
The default CREATE2 deployer.
DEFAULT_CREATE2_DEPLOYER_CODE
The initcode of the default CREATE2 deployer.
DEFAULT_CREATE2_DEPLOYER_CODEHASH
The hash of the default CREATE2 deployer code.
DEFAULT_CREATE2_DEPLOYER_DEPLOYER
The address that deploys the default CREATE2 deployer contract.
DEFAULT_CREATE2_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.