Skip to content

Commit

Permalink
Global Update V3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaammerr committed Jul 23, 2024
1 parent 1d803d3 commit 480a0bc
Show file tree
Hide file tree
Showing 70 changed files with 10,419 additions and 4,342 deletions.
64 changes: 37 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,28 @@
## 🤖 | Features:

- **Auto registration**
- **Auto bind referral**
- **Auto bind twitter**
- **Auto collect all possible rewards (boxes, energy)**
- **Auto spin turntable**
- **Auto inject**
- **Auto bridge from SEPOLIA to MINT (testnet)**
- **Auto completing tasks**


## 📝 | Description:
```Auto bridge from SEPOLIA to MINT (testnet)```
```- The script will bridge a random amount of ETH from SEPOLIA to MINT (testnet).```

```Auto completing tasks```
```- The script will complete all twitter tasks and testnet```

- **Bind referral**
- **Bind twitter**
- **Collect all possible rewards (boxes, energy)**
- **Spin turntable**
- **Inject**
- **Completing tasks**
- **Bridge from ARB to MINT via CometBridge**
- **Fix sign**
- **Export Trees IDs**
- **Mint the following NFTs:**

- Green ID
- Commemorative NFT
- Make NFT Great Again
- Flag NFT
- Shop NFT
- Air3 NFT
- SuperMint NFT
- Owlto SummerFest NFT
- Omnihub SummerFest NFT
- Vip3 NFT
- Summer NFT



Expand All @@ -50,18 +56,22 @@

## ⚙️ Config (config > settings.yaml)

| Name | Description |
|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
| referral_code | Your referral code |
| eth_rpc_url | ETH RPC URL (if not have, leave the default value) |
| sepolia_rpc_url | SEPOLIA RPC URL (if not have, leave the default value) |
| threads | Number of accounts that will work simultaneously |
| min_delay_before_start | min delay before start accounts actions (in seconds) |
| max_delay_before_start | max delay before start accounts actions (in seconds) |
| min_amount_to_bridge | min amount of ETH to bridge from SEPOLIA to MINT |
| max_amount_to_bridge | max amount of ETH to bridge from SEPOLIA to MINT |
| Name | Description |
|----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
| referral_code | Your referral code |
| mint_rpc_url | MINT RPC URL (if not have, leave the default value) |
| arb_rpc_url | ARB RPC URL (if not have, leave the default value) |
| threads | Number of accounts that will work simultaneously |
| min_delay_before_start | min delay before start accounts actions (in seconds) |
| max_delay_before_start | max delay before start accounts actions (in seconds) |
| spin_turntable_by_percentage_of_energy | percentage of balance that will be spent on spins (for example, if you have 500 energy daily and you bet 60%, the script will make 1 spin on your account) |
| shuffle_accounts | shuffle accounts before start |
| shuffle_accounts | shuffle accounts before start |
| mint_random_all_nfts | mint random NFTs in list |
delay_between_mint_min | min delay between mint NFTs (in seconds) |
| delay_between_mint_max | max delay between mint NFTs (in seconds) |
| comet_bridge_wallet | main wallet (pr or mnemonic) for bridge from ARB to MINT multi wallets |
| comet_bridge_amount_min | min amount for bridge from ARB to MINT |
| comet_bridge_amount_max | max amount for bridge from ARB to MINT |


## ⚙️ Accounts format (config > accounts.txt)
Expand Down
1 change: 1 addition & 0 deletions abi/cometa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"target","type":"address"}],"name":"AddressEmptyCode","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"AddressInsufficientBalance","type":"error"},{"inputs":[],"name":"AmountMustEqualValue","type":"error"},{"inputs":[],"name":"FailedInnerCall","type":"error"},{"inputs":[],"name":"Initialized","type":"error"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"InvalidAmount","type":"error"},{"inputs":[],"name":"InvalidArgs","type":"error"},{"inputs":[],"name":"InvalidProvider","type":"error"},{"inputs":[],"name":"InvalidRecipientAddress","type":"error"},{"inputs":[],"name":"InvalidValue","type":"error"},{"inputs":[],"name":"OnlyEnabled","type":"error"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"inputs":[],"name":"ParamsError","type":"error"},{"inputs":[],"name":"ReentrancyGuardReentrantCall","type":"error"},{"inputs":[{"internalType":"address","name":"token","type":"address"}],"name":"SafeERC20FailedOperation","type":"error"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"sender","type":"address"},{"indexed":false,"internalType":"address","name":"provider","type":"address"},{"indexed":false,"internalType":"address","name":"token","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"bytes","name":"metadata","type":"bytes"}],"name":"Bridged","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bool","name":"isEnabled","type":"bool"}],"name":"EnableChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"recipient","type":"address"},{"indexed":false,"internalType":"address","name":"provider","type":"address"},{"indexed":false,"internalType":"address","name":"token","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"bytes","name":"metadata","type":"bytes"}],"name":"Released","type":"event"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"address","name":"token","type":"address"},{"internalType":"address payable","name":"provider","type":"address"},{"internalType":"bytes","name":"metadata","type":"bytes"}],"name":"bridge","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"bool","name":"_isEnabled","type":"bool"}],"name":"initialize","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"isEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"amounts","type":"uint256[]"},{"internalType":"address[]","name":"tokens","type":"address[]"},{"internalType":"address payable[]","name":"recipients","type":"address[]"},{"internalType":"bytes[]","name":"metadatas","type":"bytes[]"}],"name":"multiRelease","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"address","name":"token","type":"address"},{"internalType":"address payable","name":"recipient","type":"address"},{"internalType":"bytes","name":"metadata","type":"bytes"}],"name":"release","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_isEnabled","type":"bool"}],"name":"setIsEnabled","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address payable","name":"account","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"withdrawEther","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"withdrawToken","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Loading

0 comments on commit 480a0bc

Please sign in to comment.