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

Commit

Permalink
event at factory set up
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Aug 12, 2018
1 parent d0b3b91 commit e69e731
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/RougeFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ contract RougeFactory is RougeRegistry {
_;
}

event NewRougeFactory(address factory, uint256 _tare);

function setParams (address _rge, uint256 _tare) onlyBy(owner) public {
rge = RGETokenInterface(_rge);
tare = _tare;
emit NewRougeFactory(this, tare);
}

event NewCampaign(address issuer, address campaign, uint32 issuance);
Expand Down

0 comments on commit e69e731

Please sign in to comment.