Skip to content

Commit

Permalink
Add debugevent
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Jan 21, 2025
1 parent 57e3c2b commit 3e90db0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/paranets/Paranet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ contract Paranet is INamed, IVersioned, ContractStatus, IInitializable {
uint256 indexed paranetKCTokenId,
address minerAddress
);
event DebugOwner(uint256 minted, uint256 burnedCount, uint256 activeCount, uint256 ownedCountInRange);

string private constant _NAME = "Paranet";
string private constant _VERSION = "1.0.0";
Expand Down

0 comments on commit 3e90db0

Please sign in to comment.