Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
feat: add first minter storage
Browse files Browse the repository at this point in the history
  • Loading branch information
kulkarohan committed Aug 17, 2023
1 parent 352643a commit eb4ffad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/abstract/ERC1155/ERC1155RewardsStorageV1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ pragma solidity 0.8.17;

contract ERC1155RewardsStorageV1 {
mapping(uint256 => address) public createReferrals;

mapping(uint256 => address) public firstMinters;
}
2 changes: 2 additions & 0 deletions src/abstract/ERC721/ERC721RewardsStorageV1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ pragma solidity 0.8.17;

abstract contract ERC721RewardsStorageV1 {
address public createReferral;

address public firstMinter;
}

0 comments on commit eb4ffad

Please sign in to comment.