robins.tools

robins.tools

An open-source, privacy-first toolkit for Robinhood Chain that runs entirely in your browser.

robins.tools is a collection of on-chain utilities for Robinhood Chain. Send tokens to a whole list of wallets, deploy an ERC-20, audit your approvals, decode a transaction, generate a merkle airdrop, and more, all from a single site.

Everything runs in your browser: you connect your own wallet, the app talks directly to the chain's RPC, and you pay and sign every transaction yourself. There is no account to create and no server in between.

Principles

These four properties hold for every tool on the site.

  • Static frontend, no database. The app never stores your addresses, balances, keys, or lists on a server, because there is no server-side logic to store them on.
  • Browser talks to the chain, and nothing else. Reads go to the Robinhood Chain RPC; writes go to your wallet. The only third parties ever contacted are the chain RPC, the Blockscout explorer API (for verified-contract names and ABIs), openchain.xyz (for looking up a 4-byte function selector), and api.github.com (for the header star count, only when a GitHub repository is configured). See Privacy by design for the full list.
  • You pay and you sign. The app never holds funds and never has custody. Every transaction is built in your browser and sent to your own wallet for approval. You pay the gas; the app adds nothing.
  • Open source, MIT licensed. The entire codebase is public. You can read it, audit it, fork it, or self-host it.

Tools

Transact

ToolWhat it does
MultisenderSend ETH or any ERC-20 to hundreds of wallets in one batch.
Token CreatorDeploy an ERC-20 on Robinhood Chain in one transaction.
Approval ManagerAudit and revoke ERC-20 spending approvals.
Token BurnerPermanently destroy tokens, with explicit confirmation.
Contract InteractorRead and write any contract from its ABI.

Read

ToolWhat it does
Batch Balance CheckerCheck native and token balances for hundreds of addresses.
Transaction DecoderTurn a tx hash or raw calldata into a human-readable action.
Network TrackerLive gas, blocks, and RPC health for Robinhood Chain.

Offline

These tools make no network requests at all.

ToolWhat it does
Merkle Tree GeneratorBuild airdrop merkle roots and proofs, fully offline.
Sign & VerifySign messages and verify signatures.
Unit & Hex Converterwei, gwei, ether, hex, keccak256, and checksums.
Vanity Address GeneratorGrind a custom address prefix in your browser.
Address List UtilitiesValidate, checksum, dedupe, and clean address lists.

New here?

Start with Connecting a wallet and the Network reference. If you are evaluating whether this is safe to use, read Security and Privacy by design.