ReserveInfo
Struct of reserve information
startTime
Start timestamp of minterendTime
End timestamp of minterallocation
Allocation amount for minter
struct ReserveInfo {
uint64 startTime;
uint64 endTime;
uint128 allocation;
}
Struct of reserve information
startTime
Start timestamp of minterendTime
End timestamp of minterallocation
Allocation amount for minterstruct ReserveInfo {
uint64 startTime;
uint64 endTime;
uint128 allocation;
}