Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
openzeppelin-contracts-upgradeable
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
openzeppelin-contracts-upgradeable
Commits
57d83fd0
Commit
57d83fd0
authored
Oct 21, 2016
by
Bill Gleim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Distinguish between Bounty types
parent
bb3ebe13
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CrowdsaleTokenBounty.sol
contracts/bounties/CrowdsaleTokenBounty.sol
+1
-1
SimpleTokenBounty.sol
contracts/bounties/SimpleTokenBounty.sol
+1
-1
No files found.
contracts/bounties/CrowdsaleTokenBounty.sol
View file @
57d83fd0
...
@@ -8,7 +8,7 @@ import './token/CrowdsaleToken.sol';
...
@@ -8,7 +8,7 @@ import './token/CrowdsaleToken.sol';
* to be lower than its totalSupply, which would mean that it doesn't
* to be lower than its totalSupply, which would mean that it doesn't
* have sufficient ether for everyone to withdraw.
* have sufficient ether for everyone to withdraw.
*/
*/
contract Bounty is PullPayment {
contract
CrowdsaleToken
Bounty is PullPayment {
bool public claimed;
bool public claimed;
mapping(address => address) public researchers;
mapping(address => address) public researchers;
...
...
contracts/bounties/SimpleTokenBounty.sol
View file @
57d83fd0
...
@@ -8,7 +8,7 @@ import './token/SimpleToken.sol';
...
@@ -8,7 +8,7 @@ import './token/SimpleToken.sol';
* to be lower than its totalSupply, which would mean that it doesn't
* to be lower than its totalSupply, which would mean that it doesn't
* have sufficient ether for everyone to withdraw.
* have sufficient ether for everyone to withdraw.
*/
*/
contract Bounty is PullPayment {
contract
SimpleToken
Bounty is PullPayment {
bool public claimed;
bool public claimed;
mapping(address => address) public researchers;
mapping(address => address) public researchers;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment