๐ŸงManual Token ID Bidding

Feature Overview

Creating a Task

By clicking on the Create Manual Task Button on your token task list you'll be able to bid on any collection by copying the collection link / slug into Butler (no indexing required). You can also configure token ID ranges manually

Create a manual token bidding task
Creating a manual token bidding task for a specific ERC-1155 Token (The NFT Butler Lifetime license!)
  • You can also use the #community-bot in our Discord server to /scan an entire collection and get a useful output of all token ids per traits or assets

/scan a collection
Adding a new Collection to the Butler Search engine

ENS Token bidding

ENS Token bidding works the same as manual bidding. You'll basically have to define the token ids to bid on. However the #community-bot can help you to find those token ids with the /ens command.

  • It can be used to generate token ids for nummeric ENS tokens such as 0001.eth - 1000.eth:

    generate ens token ids 0001.eth - 1000.eth
  • ENS Token IDs can also be generated for strings such as 'casino.eth' and others (comma-separated):

generate ens Token IDs

There are two different ENS smart contracts:

    "contracts": [
        {
            "address": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
            "chain": "ethereum",
            "token_standard": "erc721"
        },
        {
            "address": "0xd4416b13d2b3a9abae7acd5d6c2bbdbe25686401",
            "chain": "ethereum",
            "token_standard": "erc1155"
        }
    ],
  • Make sure to add the right contract to your task config to make sure it will find it's bidding target. The current implementation of our Discord bot will let you choose if you want to generate token ids for the ERC721 contract or the ERC1155 Contract version.

You can check the ENS Token ID by replacing the token id (and contract) on an OpenSea Link at the very end: https://opensea.io/assets/ethereum/<contract>/<tokenid>

Example for 0001.eth below:

Last updated