π»SOULS
ERC-1155 Tokens that are used to re-roll when minting Kultists
Table of Contents
getTopAmuletOwned
Expected Input
Description
Type
Return Variables
Description
Type
Example
const user = "0xAddressOfTheWalletToLookup";
const topAmuletOwned = await contract.getTopAmuletOwned(user);
console.log("Top Amulet Level:", topAmuletOwned);remainingToMint
Expected Input
Description
Type
Return Variables
Description
Type
Example
burnSoul
Expected Input
Description
Type
Example
Last updated