DISPERSER
0%
SafeNativeDisperse · mainnet · 0x2c9D…0000
EIP-3074 · native disperse · audited

spread native
across many addresses
in a single transaction.

Atomic SafeNativeDisperse contract. Connect an EVM wallet, generate fresh keys, copy them, and disperse amounts down a list — evenly or a custom share each. Sweep funds from pasted keys into one address.
contract · 0x2c9D7BeCfca8DC6ff4446A5c3486FdC0B7300000 max recipients · 500 reentrancy guard · on
protocol

atomic batch transfer.
one tx — many recipients.

If any single transfer fails, the whole batch reverts. Excess returns to the sender. Direct deposits are blocked. Reentrancy guard on.

01

disperseNative

recipients[] + amounts[] → one payable transaction. The total is computed on the fly and any excess is sent back.

02

create / import

New keys are generated locally. Import a private key to read its balance and sign a sweep into one address.

03

collect

Paste a list of keys and it collects every native balance into one chosen address.

console

wallet operations

— not connected —
0 ETH

Connects via window.ethereum (EIP-1193). Listens for account/network changes.