Files
openzeppelin-contracts/contracts/crowdsale
Nicolás Venturo d1158ea68c GSN compatibility (#1880)
* switch to using Context internally

* add context import

* Add smoke test to make sure enabling GSN support works

* Update test/GSN/ERC721GSNRecipientMock.test.js

Co-Authored-By: Francisco Giordano <frangio.1@gmail.com>

* Upgrade truffle

* add missing awaits

* Revert "Upgrade truffle"

This reverts commit f9b0ba9019.
2019-08-14 14:21:38 +02:00
..
2019-08-14 14:21:38 +02:00
2019-08-14 14:21:38 +02:00

= Crowdsales

NOTE: This page is incomplete. We're working to improve it for the next release. Stay tuned!

== Core

{{Crowdsale}}

== Emission

{{AllowanceCrowdsale}}

{{MintedCrowdsale}}

== Validation

{{CappedCrowdsale}}

{{IndividuallyCappedCrowdsale}}

{{PausableCrowdsale}}

{{TimedCrowdsale}}

{{WhitelistCrowdsale}}

== Distribution

{{FinalizableCrowdsale}}

{{PostDeliveryCrowdsale}}

{{RefundableCrowdsale}}

{{RefundablePostDeliveryCrowdsale}}