MinterInfo
Struct of minter information
totalMintsTotal number of mints executed by the mintertotalPaidTotal 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;
}