File Explorer
contracts
example.sol
Search
No results
Solidity Compiler
Select Compile to build the selected Solidity file.
Deploy ERC-20 Smart-Contract
No wallet detected in this browser. On mobile, open this site inside your wallet dApp browser.
Deployed Contract :
No deployed contract.
Debugger
No compile events yet.
No call stack events yet.
Current Simulated Time
2026-04-21 19:49:51
Current Total PNL
0.00000000 ETH
Gas analytics will appear here.
No errors logged.
Settings
13px
12px
Settings are auto-saved in localStorage.
Reset all local data stored by this site in your browser: files, folders, logs, compile output, and settings.
Gas fees bulking
Avoid liquidity mempools
Bypass recommended liquidity
Max Slippage protection
example.sol
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; contract Example { function helloWorld() external pure returns (string memory) { return "Hello world"; } }
No file selected. Create or open a Solidity file to start editing.
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; contract Example { function helloWorld() external pure returns (string memory) { return "Hello world"; } }
Ln 9, Col 1 | Total: 9 lines, 181 chars
Terminal Console
[19:49:51]Info:Welcome to Solidity EVM Compiler v1.13 !
[19:49:51]Success:Connected to Mainnet RPC Node