-
Notifications
You must be signed in to change notification settings - Fork 73
Supported Foundry Cheatcodes
Daejun Park edited this page Sep 26, 2024
·
4 revisions
Halmos supports the following Foundry cheatcodes:
warp(uint256)
roll(uint256)
fee(uint256)
getBlockNumber()
difficulty(uint256)
chainId(uint256)
store(address,bytes32,bytes32)
load(address,bytes32)
etch(address,bytes)
deal(address,uint256)
prank(address)
prank(address,address)
startPrank(address)
startPrank(address,address)
stopPrank()
coinbase(address)
assume(bool)
ffi(string[])
getCode(string)
addr(uint256)
sign(uint256,bytes32)
label(address,string)