On this pageStdCheats Git Source Inherits: StdCheatsSafe State Variables stdstore StdStorage private stdstore; vm Vm private constant vm = Vm(address(uint160(uint256(keccak256("hevm cheat code"))))); CONSOLE2_ADDRESS address private constant CONSOLE2_ADDRESS = 0x000000000000000000636F6e736F6c652e6c6f67; Functions skip function skip(uint256 time) internal virtual; rewind function rewind(uint256 time) internal virtual; hoax function hoax(address msgSender) internal virtual; hoax function hoax(address msgSender, uint256 give) internal virtual; hoax function hoax(address msgSender, address origin) internal virtual; hoax function hoax(address msgSender, address origin, uint256 give) internal virtual; startHoax function startHoax(address msgSender) internal virtual; startHoax function startHoax(address msgSender, uint256 give) internal virtual; startHoax function startHoax(address msgSender, address origin) internal virtual; startHoax function startHoax(address msgSender, address origin, uint256 give) internal virtual; changePrank function changePrank(address msgSender) internal virtual; changePrank function changePrank(address msgSender, address txOrigin) internal virtual; deal function deal(address to, uint256 give) internal virtual; deal function deal(address token, address to, uint256 give) internal virtual; dealERC1155 function dealERC1155(address token, address to, uint256 id, uint256 give) internal virtual; deal function deal(address token, address to, uint256 give, bool adjust) internal virtual; dealERC1155 function dealERC1155(address token, address to, uint256 id, uint256 give, bool adjust) internal virtual; dealERC721 function dealERC721(address token, address to, uint256 id) internal virtual; deployCodeTo function deployCodeTo(string memory what, address where) internal virtual; deployCodeTo function deployCodeTo(string memory what, bytes memory args, address where) internal virtual; deployCodeTo function deployCodeTo(string memory what, bytes memory args, uint256 value, address where) internal virtual; console2_log_StdCheats function console2_log_StdCheats(string memory p0) private view;