@wagmi/mipd
TypeScript Utilities for EIP-6963
TypeScript Utilities for EIP-6963
Token that allows token holders to destroy tokens in a way that can be recognized on-chain and off-chain.
Token that allows the owner to mint tokens up to the cap.
Token that allows the owner to mint as many tokens as desired.
An NFT that supports creating multiple collections, with built in burn functionality to directly decrease supply.
An NFT that supports creating multiple collections, with built in burn functionality to directly decrease supply, and ability for owner to pause NFT transfers.
An NFT that supports creating multiple collections, with ability for owner to pause NFT transfers.
An NFT with a built in sale that provides bulk minting discounts. When minting multiple NFTs, gas costs are reduced compared to a normal NFT contract.
An NFT with a built in sale. NFT holders can burn their NFTs in a way that can be recognized off-chain.
NFT and whitelisted Sale, with burn functions to completely remove NFTs from circulation.
NFT with a built in sale. The owner is able to pause both NFT transactions, and the sale - primarily in the case of a problem.
NFT with a built in sale. The sale includes a per wallet limit to guarantee a large number of users are able to purchase NFTs.
Simple Token. A fixed supply is minted on deployment, and new tokens can never be created.
A customizable DAO. Voting periods and delays can be adjusted, with a timelock.
A standard DAO setup. Voting period of 1 week, with a 1 block voting delay.
Token with a fixed total supply, that allows the owner to pause/unpause transfers - primarily in the case of a problem.
This contract allows payments to be split among a group of accounts.
An NFT that supports creating multiple collections.
Simple NFT with a built in sale.
Delays the execution of a separate contract function. Primarily used as part of a DAO