Token utility • burn workflow
Tosh Burner
Search Pepu L2 tokens, inspect balances, and burn through the token’s native burn function or use the dead-address fallback. Wallet connection is handled from the shared header wallet.
Use the header wallet to burn
Wallet and token setup
Connect from the header, then search by symbol, name, or contract address.
Not connected
Use the shared header wallet
—
—
Use the shared header wallet to connect.
Burn actions
Use direct burn first. Use dead-address fallback only when needed.
🔥 Burn path first
☠️ Dead-address fallback
🛡️ Explorer-linked confirmations
Burn path
Calls the token’s native
burn(uint256) function when available.
Fallback path
Sends tokens to
0x0000…dEaD. This lowers your balance but supply behavior depends on the token.
Transaction log
Live action log for burns, dead-address transfers, and chain errors.
Safety notes
- Burns are permanent. Start with a tiny test amount.
- Some tokens charge transfer fees, block transfers, or do not expose a public burn function.
- Always confirm you are on the intended network before signing.
- The dead-address fallback is not the same as a protocol-level burn for every token.