Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 239 Bytes

roll.md

File metadata and controls

22 lines (14 loc) · 239 Bytes

roll

Signature

function roll(uint256) external;

Description

Sets block.number.

Examples

vm.roll(100);
emit log_uint(block.number); // 100

SEE ALSO