The developer tools you reach for every day, all in one place.

Converters, formatters, hashes, validators, and the small utilities you keep reopening stay together instead of getting lost across tabs.

GitHub

/ Tools

/ Tool Finder
109 tools
/ Foundry Cheatcode Generator
Available Cheatcodes (17)
Foundry Cheatcodes: Special testing functions that manipulate the EVM state. Use these in your Foundry tests to control time, impersonate accounts, mock calls, and more. All cheatcodes are prefixed with vm.
/ Selected Tool

Foundry Cheatcode Generator

Generate Foundry test cheatcodes (vm.prank, vm.deal, vm.warp, etc.)

01

What are Foundry Cheatcodes?

Cheatcodes are special functions in Foundry that allow you to manipulate the EVM state during tests. They enable time travel, account impersonation, balance manipulation, and more.

02

How does it work?

Common Use Cases Pranking: Impersonate any address with vm.prank() or vm.startPrank(). Balance: Set ETH balances with vm.deal(). Time: Control block.timestamp with vm.warp(). Mocking: Mock external calls with vm.mockCal…

03

Sample Cases

Covers Impersonate USDC Transfer (Mainnet), Uniswap Liquidity Testing, and Aave Flashloan Mock Test so you can compare common inputs and outputs quickly.

/ Code

/ Integration

Source code from the selected tool, shown here alongside the live version on the right.

/ Source Code
TypeScript
typescript
// No external packages needed - Foundry built-in cheatcodes
// Use in Foundry tests (.t.sol files)

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

import "forge-std/Test.sol";

contract CheatcodeExamples is Test {
    // Pranking: Impersonate addresses
Buidl Now icon

Keep every utility in one place and stay inside the build flow.

Pick a tool, finish the check, copy what you need, and get back to the actual product work.

Developer tools for builders who ship fast.© 2026 Buidl Now. All rights reserved.