Skip to content

Latest commit

 

History

History
141 lines (131 loc) · 4.83 KB

AllowanceCrowdsaleImpl.md

File metadata and controls

141 lines (131 loc) · 4.83 KB

AllowanceCrowdsaleImpl.sol

View Source: contracts/mocks/AllowanceCrowdsaleImpl.sol

↗ Extends: AllowanceCrowdsale

AllowanceCrowdsaleImpl

Constructor

constructor(uint256 rate, address wallet, IERC20 token) public

Arguments

Name Type Description
rate uint256
wallet address
token IERC20

Functions

Contracts