Compare commits
2 Commits
v7.1.0
...
f10af14fae
| Author | SHA1 | Date | |
|---|---|---|---|
| f10af14fae | |||
|
|
2692613b9a
|
@@ -13,7 +13,6 @@ interface IContributionBalance {
|
||||
|
||||
contract Contributor is Initializable {
|
||||
address public deployer;
|
||||
address public profileManager;
|
||||
IContributionBalance public contributionContract;
|
||||
IToken public tokenContract;
|
||||
|
||||
@@ -30,6 +29,8 @@ contract Contributor is Initializable {
|
||||
mapping (uint32 => Contributor) public contributors;
|
||||
uint32 public contributorsCount;
|
||||
|
||||
address public profileManager;
|
||||
|
||||
event ContributorProfileUpdated(uint32 id, bytes32 oldHashDigest, bytes32 newHashDigest); // what should be logged
|
||||
event ContributorAccountUpdated(uint32 id, address oldAccount, address newAccount);
|
||||
event ContributorAdded(uint32 id, address account);
|
||||
|
||||
Reference in New Issue
Block a user