Skip to content

Token Bulk Sender is tool to easily bulk send tokens like ETH, ERC20, and NFTs (ERC721 & ERC1155) across Ethereum, BSC, Polygon, and other EVM-compatible chains. Perfect for token airdrops, NFT distributions, and batch transfers. Simplify your crypto transfers today.

Notifications You must be signed in to change notification settings

dawar2151/x-wallet-bulksender-smart-contracts

Repository files navigation

Ethereum Bulk Sender

Demo

Ethereum Bulk Sender is a dApp designed for users who want to airdrop tokens or send tokens to multiple users in a few transactions, with customizable transaction fees. Built with Next.js.

https://bulksendtokens.xyz/

1) Presentation

Ethereum Bulk Sender allows users to efficiently distribute tokens via bulk transactions, minimizing fees.

2) What You Can Do With Bulk Sender

  • Airdrop Native Tokens: Distribute ETH efficiently.
  • Airdrop ERC20 Tokens: Bulk transfer of ERC20 tokens.
  • Airdrop ERC721 Tokens: Send multiple ERC721 tokens.
  • Airdrop ERC1155 Tokens: Efficiently distribute ERC1155 tokens.
  • VIP Membership: Free usage for VIP members.

3) Disclaimer

Disclaimer

The BulkSender contract facilitates bulk transfers of ETH, ERC20, ERC721, and ERC1155 tokens. Before use:

  • Test thoroughly in a safe environment.
  • Verify compatibility with target token contracts.
  • Understand gas costs and risks for large transactions.

Note: Use at your own risk. Neither Foundry nor the authors are responsible for any losses.

4) Deploy contracts

Prerequisites

  • NodeJs

Deployment Steps

  1. Create a .env file in the root project directory:
INFURA_KEY=
ETHERSCAN_KEY=
PRIVATE_KEY=
OWNER_ADDRESS=
  1. Initialize submodules:
npm i
  1. Build and Deploy Contracts:
npm run deploy:sepolia
  1. ** Verify contracts:**
npm run verify:sepolia CONTRACT_ADDRESS OWNER_ADDRESS

About

Token Bulk Sender is tool to easily bulk send tokens like ETH, ERC20, and NFTs (ERC721 & ERC1155) across Ethereum, BSC, Polygon, and other EVM-compatible chains. Perfect for token airdrops, NFT distributions, and batch transfers. Simplify your crypto transfers today.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published