Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Important: If you're upgrading snforge to version 0.48.0 or later, please read the 0.48.0 Migration Guide.

block_timestamp

Cheatcodes modifying block_timestamp:

cheat_block_timestamp

fn cheat_block_timestamp(target: ContractAddress, block_timestamp: u64, span: CheatSpan)

Changes the block timestamp for the given target and span.

start_cheat_block_timestamp_global

fn start_cheat_block_timestamp_global(block_timestamp: u64)

Changes the block timestamp for all targets.

start_cheat_block_timestamp

fn start_cheat_block_timestamp(target: ContractAddress, block_timestamp: u64)

Changes the block timestamp for the given target.

stop_cheat_block_timestamp

fn stop_cheat_block_timestamp(target: ContractAddress)

Cancels the cheat_block_timestamp / start_cheat_block_timestamp for the given target.

stop_cheat_block_timestamp_global

fn stop_cheat_block_timestamp_global()

Cancels the start_cheat_block_timestamp_global.