Skip to content

Instantly share code, notes, and snippets.

@brynbellomy
Created June 29, 2017 18:16
Show Gist options
  • Select an option

  • Save brynbellomy/95f5bd64e966f94729cd0dcb47d3ef07 to your computer and use it in GitHub Desktop.

Select an option

Save brynbellomy/95f5bd64e966f94729cd0dcb47d3ef07 to your computer and use it in GitHub Desktop.
medium-auction-contract-3.sol
function placeBid()
onlyAfterStart
onlyBeforeEnd
onlyNotCanceled
onlyNotOwner
returns (bool success)
{
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment