🤖
3gm
  • Welcome
  • Access
  • 3gm Discord Bot
    • Commands
      • /access
      • /alerts
      • /webhooks
      • /blur
      • /changelog
      • /coins profit
      • /contract
      • /find
      • /friendtech profile
      • /friendtech activity
      • /friendtech profit
      • /friendtech holders
      • /friendtech trades
      • /gas
      • /history
      • /info
      • /invite
      • /listings
      • /mints
      • /node
      • /portfolio
      • /privacy
      • /profiles
      • /profit
      • /sales
      • /stats
      • /search
      • /tokens
      • /verify
      • /wallets
      • /watchlist
  • 3gm FriendTech Bot
    • Commands
      • /friendtechbot wallet
      • /friendtechbot trades
      • /friendtechbot search
  • 3gm Notification Services
    • Alerts
      • Wallet Notifications
      • Contract Interactions
    • Monitors
      • Verified Contracts
      • Manifold Calendar
      • NFT Mint
  • 3gm Minting Services
    • 3gm Contract Minting
      • Minting functions
      • Additonal functions
      • Withdrawal functions
    • 3gm Node
Powered by GitBook
On this page
  • function disperseEth
  • function disperseERC20
  • function approveERC20
  1. 3gm Minting Services
  2. 3gm Contract Minting

Additonal functions

function disperseEth

  • Parameters

    • Starting contract index (uint256)

    • Amount of Contracts (uint256)

  • Usage

    • Disperse ETH to contracts

function disperseERC20

This function requires manual preapproval through the ERC20 contract of the controller contract 0x33333333334b217d50c4459d8da6c7481b097fae to be able to access your tokens.

  • Parameters

    • ERC20 token (address)

    • Starting contract index (uint256)

    • Amount of Contracts (uint256)

    • Value to send to each contract from main wallet (uint256)

  • Usage

    • Disperse ERC20 to contracts

function approveERC20

The ERC20 needs to be already dispersed on your contracts.

  • Parameters

    • ERC20 token (address)

    • NFT contract to allow as spender (address)

    • Starting contract index (uint256)

    • Amount of Contracts (uint256)

    • Value to approve for spending on each contract (uint256)

  • Usage

    • Mint needing ERC20 token as payment

PreviousMinting functionsNextWithdrawal functions

Last updated 2 years ago