Skip to content

0xdaebak/MultiWalletTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MultiWalletTransfer

Contract Address : 0x581305496A783A666a7bb9383B13c9a14C20578F

It is a smart contract on bsc. You can transfer your wallet balance to multiple wallets in one go AKA batch transfer your balance

Example

Example

Standard Information

WALLET1 -> AMOUNT1 
WALLET2 -> AMOUNT2 
WALLET3 -> AMOUNT3 
....... -> .......

_.transferToWallets([WALLET1, WALLET2, WALLET3,.....], [AMOUNT1,AMOUNT2,AMOUNT3,...], {
        value: TOTALAMOUNT
});

Points To Remember

  • Contract does not recieve or store any tokens.
  • Always use staticcall first to check if your transaction works or not

Warning

I've tried with wbnb balance and it is working smoothly. But I've not tried with other tokens. Please use it on your own risk. I'm not responsible if any of your tokens lost during the transaction.

Authors

Badges

MIT License

About

πŸ† Batch Transfer Balance : Transfer Your Wallet Balance To Multiple Wallet In One Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published