MinterInfo
Struct of minter information
totalMints
Total number of mints executed by the mintertotalPaid
Total amount paid by the minter
struct MinterInfo {
uint128 totalMints;
uint128 totalPaid;
}
Struct of minter information
totalMints
Total number of mints executed by the mintertotalPaid
Total amount paid by the minterstruct MinterInfo {
uint128 totalMints;
uint128 totalPaid;
}