The main things we need from token standards are minting and burning of fungible and non-fungible tokens, as well as events. We need to now determine if we SHOULD have standard function names for minting and burning, and if so, if they should be in a single standard or two. (For minting, for burning.)
Illia is proposing we do not have function names and instead only events:
Wondering how this will work with NFT contracts "out there" that are using nft_mint
that indexer and Wallet have worked around in order to show them as collectibles.