Skip to content

Commit

Permalink
Add InstanceRangeMint (#98)
Browse files Browse the repository at this point in the history
* generic manifold extension mint events

* add minter

* add InstanceRangeMint
  • Loading branch information
wwhchung authored Nov 22, 2024
1 parent 160c28e commit 4f9eecd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/manifold/contracts/libraries/IManifoldExtension.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,13 @@ interface IManifoldExtension {
uint256[] indexed tokenIds,
uint256[] quantity
);
event InstanceRangeMint(
address creatorContractAddress,
uint256 indexed instanceId,
address minter,
address indexed tokenAddress,
uint256 fromTokenId,
uint256 toTokenId,
uint256[] quantity
);
}

0 comments on commit 4f9eecd

Please sign in to comment.