Insrt-Finance / insrt-v2-contracts

0 stars 3 forks source link

Add event emission for batch minting results #168

Closed NouDaimon closed 1 year ago

NouDaimon commented 1 year ago

FE needs some event like:

event MintResult(address indexed minter, address indexed collection, uint256 attempts, uint256 totalMintAmount, uint256 totalReceiptAmount);

to surface data.