Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 195 Bytes

roll.md

File metadata and controls

18 lines (12 loc) · 195 Bytes

roll

Signature

function roll(uint256) external;

Description

Sets block.number.

Examples

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