Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xdaebak/multiwallettransfer
🏆 Batch Transfer Balance : Transfer Your Wallet Balance To Multiple Wallet In One Go
https://github.com/0xdaebak/multiwallettransfer
0xdaebak bsc bscscan multiwallet solidity solidity-contracts wallet
Last synced: 19 days ago
JSON representation
🏆 Batch Transfer Balance : Transfer Your Wallet Balance To Multiple Wallet In One Go
- Host: GitHub
- URL: https://github.com/0xdaebak/multiwallettransfer
- Owner: 0xdaebak
- License: mit
- Created: 2022-09-13T06:19:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T08:29:10.000Z (over 2 years ago)
- Last Synced: 2024-11-22T11:43:32.751Z (3 months ago)
- Topics: 0xdaebak, bsc, bscscan, multiwallet, solidity, solidity-contracts, wallet
- Language: Solidity
- Homepage:
- Size: 114 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://i.postimg.cc/JhGGY8XK/example1.png)
## Standard Information```javascript
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
- [@0xdaebak](https://www.github.com/0xdaebak)
## Badges
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)