⚙️General Commands

Commands
Parameters
Description
Example

$bids

collection_name,<optional: number of bids>

gets the top Blur bids for a collection (default number of bids 5, min number of bids 1, max number of bids 10)

$bids azuki 10

$floor

alias/collection_name

gets the collection floor on OpenSea

$floor azuki

$commend or /commend

targetMember,reason

commends a user that was helpful! top commends at the end of every month get a prize!

$commend @nevinyrral best panda /commend target_member:@Nevinyrral#0001 reason:awesome

$calculateGas

gas_limit,gwei_used

calculates the gas usage given a gas limit and gas price

$calculateGas 200000 2000

$whygas

displays the top 10 gas burners in the past 5 minutes

$whygas

/twitter-history

username

shows all previous usernames of a specified Twitter user

/twitter-history scamNFTtwitter

$addAlias

alias,collection_name

maps an alias to a collection name for easier usage in functions such as floor You can identify collection_name easily by going to the collection page on OpenSea and grabbing the URL https://opensea.io/collection/azuki

$addAlias bayc boredapeyachtclub

$addAliasTrait

alias,collection_name,property,trait_alias,trait_value

maps an alias to a collection name with trait and value for easier usage in functions such as floor

$addAliasTrait bayc:gold boredapyyachtclub Fur "Solid Gold”

$getAlias

gets all stored aliases

$getAlias

$getAliasTraits

get all stored aliases’ collection trait values

$getAliasTraits

$removeAlias

alias

removes the alias’ collection from the databased

$removeAlias bayc

$removeAliasTrait

alias

remove an aliased collection trait value from the database

$removeAlias bayc:gold

$floorTil

alias/collection_name,floor_amount

gets the amount listed until floor is that amount (can do multiple values in one call space seperated)

$floorTil azuki 20 30 40

$floorTilTrait

alias/collection_name,floor_amount,property,trait_value

gets the amount listed until floor of that trait value is that amount (can do multiple values in one call space separated)

$floorTil bayc Fur "Solid Gold" 500 600 700

$pa

pulls the floor for all collections in a user’s personal array

$pa

$setPa

collection_names

sets a user's personal array of floors to get when calling $pa

$setPa azuki bayc meebits

$addPa

collection_name

adds to a user's personal array of floors to get when calling $pa

$addPa fluf

$getPa

pulls the user’s stored personal array

$getPa

$getRoyalties

collection_name

gets royalty information from OpenSea

$getRoyalties azuki

$getStats

collection_name

gets OpenSea volume, sales and distribution for a collection

$getStats azuki

$getURI

contract_address,token_id

grabs the uri of a specific contract and token id

$getURI 0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d 4342

$getTraits

contract_address,token_id

grabs the traits of a specific contract and token id(s) (can use comma or dash ranges for multiple)

$getTraits 0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d 123,505-507,400

$getIMG

contract_address,token_id

grabs the image of a specific contract and token id(s) (can use comma or dash ranges for multiple)

$getIMG 0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d 402,295-299,366

$getContract

collection_name

given an opensea collection slug (aka collection_name) gets the associated contract address

$getContract boredapeyatchclub

$getSlug

contract_address

given a contract address gets the associated opensea collection slug (aka collection_name)

$getSlug 0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d

$ipfs

ipfs_hash

converts an ipfs hash to a ipfs gateway hosted url

$ipfs ipfs://QmeSjSinHpPnmXmspMjwiXyN6zS4E9zccariGR3jxcaWtq/1

$time

data_time,timezone

converts a PST/EST/UTC date time (MM/DD/YY HH:MM 24h) to a discord time zone relative timestamp

$time est 2/2/22 16:00

$refresh

contract_address,wallet_address(es),optional:isMatic

queues up a opensea metadata refresh on all tokens of contract_address on all wallet_addresses passed. Set optional third parameter isMatic to true if its a matic contract

$refresh 0xed5af388653567af2f388e6224dc7c4b3241c544 0xf8c75C5E9ec6875c57C0Dbc30b59934B37908c4e,0xabc75C5E9ec6875c57C0Dbc30b59934B37908c4e

$stats

contract_address

gets mint stats for specified contract_address

$stats 0xed5af388653567af2f388e6224dc7c4b3241c544

$encode or /encode

functionName,paramTypes,paramValues

encodes the specified function name, parameter types, parameter values to the raw hex data useful for sending to unverified contracts etc. Leave paramTypes and paramValues blank if there are no params

$encode claim uint256,bytes32[] 1477755885098000000000,["0x442552227564df5d5d7555a64351fc8b35bd4a48ed871d169bf75d99c3090f0c","0x768042f65a866209ddcea425bf7ff0972e682642c1a243b7888accf5979da1f9"]

$encode swapETHForSpecificNFTs (address,uint256[])[],address,address,uint256 [("0xe9df3DF6d008DdB218BB2E8DA624beBb0374086C",[2779,2714,2778])],0x76B36fa9B4bC0fD574f8aBED7815F6968122c44F,0x76B36fa9B4bC0fD574f8aBED7815F6968122c44F,1660316434

$encode swapETHForSpecificNFTs

$encode mintWASD uint256,bytes,uint256 2,0x1966b88d14121cf867efd84c182b075e89f4d2e08df868935c3f0205de82fe4c75088c7d68b44224987fbbd6e507224a35bf9cff09555806213cc84e672fc00e1b,1

$decode or /decode

Decodes a transaction hash from a verified etherscan contract to obtain parsed values. Set replace_hex to true with replacement address to replace all occurances of minter’s address in the raw data

$decode 0x1a229a20ff2b42af827f31c737cc2fd3005a70938dec689d5d2b4aceb5fe0181

$decode 0x1a229a20ff2b42af827f31c737cc2fd3005a70938dec689d5d2b4aceb5fe0181 true 0xf8c75C5E9ec6875c57C0Dbc30b59934B37908c4e

/qt

txHash

decodes the txn and generates quicktask buttons

/qt

Last updated