henkaku-center / henkaku-nengajo-contract

MIT License
7 stars 10 forks source link

Create event emit #26

Closed yu23ki14 closed 2 years ago

yu23ki14 commented 2 years ago
dueyama commented 2 years ago

Badge のからの推測ですが、こんな感じのを emit したらよいのでしょうか?

event Mint(address indexed minter, uint256 indexed tokenId); event MintBatch(address indexed minter, uint256 tokenId[]); event RegisterCreative(address indexed creator, string metaDataURL, uint256 maxSupply);

indexed が調べた範囲での理解だと、 tokenId[] とか、 metaDataURL, maxSupply につけても意味なさそうなのでつけませんでした。

yu23ki14 commented 2 years ago

そうですね!

sushi-yam commented 2 years ago

今週末12月4日まででよければ、やってみたいです。