/ens

/ens will convert a given list of ens names to a list of ens token ids

/ens can be used in the Community-Bot channel:

using /ens to convert caisno.eth, linux.eth, bitcoin.eth and 0001.eth - 0100.eth to token ids
using /ens999 to convert 001.eth - 100.eth to token ids

Required Parameters

  • ensname Specify the ens names you'd like to convert to token ids. It can be a comma seperated list of names but you can also add nummeric ranges to target tokens from 0001.eth - 1000.eth

  • ens_standardENS uses two different contracts and methods to generate token ids. ERC721 contarct: 0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85 ERC1155 contract: 0xd4416b13d2b3a9abae7acd5d6c2bbdbe25686401

Examples:

  • /ens 1-9999

  • /ens999 1-100

  • /ens 10-20, casino, life, sunny

  • /ens 1, 11, 111, 1337, 10000-11000

Optional Parameters

  • None

Output

The bot will send you the converted list of ens names directly as private message in the community-bot channel

Receiving token ids of converted ens names

The output data can be used to create a manual task based on token ids to bid on the specified ens names.

Last updated