Created
June 12, 2018 19:50
-
-
Save michielmulders/68cae74f3c5bc38ab2074c259c9c095a to your computer and use it in GitHub Desktop.
ERC1070 standard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
initializeBounty(address _controller, string _data) | |
fulfillBounty(address[] _fulfillers, uint[] _numerators, uint _denomenator, string _data) | |
acceptFulfillment(uint _fulfillmentId, StandardToken[] _payoutTokens, uint[] _tokenAmounts) | |
drainBounty(StandardToken[] _payoutTokens) | |
changeBounty(address _controller, string _data) | |
changeController(address _controller) | |
changeData(string _data) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment