Create a new mass transfer contract for EVM in solidity
Write a new solidity EVM contract that allows: Transferring multiple ERC721 and ERC1155 tokens to a single wallet Transferring multiple ERC721 and ERC1155 tokens to multiple wallets (airdrop) Prevent contract from allowing tokens to be sent to itself
Add EVM support for ERC721 and ERC1155 transfers
Add support for transferring ERC721 and ERC1155 tokens using Rainbowkit wallet connect in the /transfer tool. Automatically detect when a 0x contract address is used Confirm user is connected via Rainbowkit when using EVM Check and prompt user to approve all on the mass sending E…
Add EVM support for ERC721 and ERC1155 airdrops
Add support for airdropping ERC721 and ERC1155 tokens using Rainbowkit wallet connect in the /airdrop tool. Automatically detect when a 0x contract address is used Confirm user is connected via Rainbowkit when using EVM Check and prompt user to approve all on the mass sending EVM…
Add EVM support for NFT collection snapshots
Add support for snapshotting EVM collections. Automatically detect when a 0x contract address is used Lookup pointer contracts in both directions Maintain full feature set of cosmos based NFT collection snapshots (tokens listed, delisted, percentage owned, listed token marketplac…
Add EVM support for remaining tools
Add EVM support for the following tools: /burn /live-mints /disperse /mint
Set up SEI and EVM indexers
Write new indexers for SEI and EVM that index the following: ERC721/ERC1155 mints ERC721/ERC1155 buys/sells CW721/CW1155 mints CW721/CW1155 buys/sells ERC20 buys/sells (support major SEI dexes) CW20 buys/sells (support major SEI dexes) Write all data to a database for use in futu…
Create wallet tracker dapp
Using the data from the SEI and EVM indexers, create a live wallet tracking dapp / tool. This may be integrated into Massdrop, but may be a standalone dapp. Support the following features: User ability to add and remove wallets to watch Display all CW/ERC 721/1155 mints, buys and…
SEI Creator Fund: Kickoff