ETH Bundler
  • ETH-Bundler INTRO
    • 🧰The Problems We Solve at Eth-Bundler
    • πŸ”‘ETH-Bundle Solutions
    • 1️⃣ETH-Bundler Version 1
    • πŸ’°Make Money with ETH-Bundler
  • Preparation
    • πŸ’Compatible Contracts
    • Token Owner & Executor Wallet
    • πŸ‘ Bundle Wallets
  • Getting started with ETH-bundler
    • 🍌Deploy the Token Contract
    • 1️⃣Step1 - Fetch Token Data
    • 2️⃣Step 2 - Owner Private Key
    • 3️⃣Step 3 - Executor Wallet
    • 4️⃣Step 4 - Recipient Wallets
    • 5️⃣Step 5 - Simulate Bundle
    • 6️⃣Step 6 - Launch Token with Bundle
  • Features
    • πŸ‘Manage Your Wallets
    • πŸ’ΈETH MultiSender
    • Sell Tokens
    • πŸ’₯ETH MultiCollect
  • ETH-Bundler Platform Key
    • About ETH-Bundler Platform Key
  • πŸ“ΉLive Demo
  • βœ‰οΈSupport
Powered by GitBook
On this page
  1. Preparation

Compatible Contracts

PreviousMake Money with ETH-BundlerNextToken Owner & Executor Wallet

Last updated 8 months ago

ETH-Bundler now can work with various contract function

Not every smart contract is compatible with Eth-Bundler. To use the platform, your contract must include an enableTrading function (or a similar functions). For reference, you can download a sample of a compatible contract here:

// solidity

function enableTrading() external onlyOwner()
function openTrading() external onlyOwner()
function startTrading() external onlyOwner()
function openTrade() external onlyOwner()
function startTrade() external onlyOwner()

/* if you have one of these function or similar one, then all good. */
πŸ’
12KB
sample-compatible-contract.sol