Contract used to store layout for the USDTieredSTO storage (USDTieredSTOStorage.sol)

View Source: contracts/modules/STO/USDTiered/USDTieredSTOStorage.sol

↘ Derived Contracts: USDTieredSTO, USDTieredSTOProxy

USDTieredSTOStorage

Structs

Tier

struct Tier {
 uint256 rate,
 uint256 rateDiscountPoly,
 uint256 tokenTotal,
 uint256 tokensDiscountPoly,
 uint256 mintedTotal,
 mapping(uint8 => uint256) minted,
 uint256 mintedDiscountPoly
}

Contract Members

Constants & Variables

Functions

Last updated

Was this helpful?