Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 340 Bytes

warp.md

File metadata and controls

24 lines (15 loc) · 340 Bytes

warp

Signature

function warp(uint256) external;

Description

Sets block.timestamp.

Examples

vm.warp(1641070800);
emit log_uint(block.timestamp); // 1641070800

SEE ALSO

Forge Standard Library

skip, rewind