MinterInfo

Git Source

Struct of minter information

  • totalMints Total number of mints executed by the minter
  • totalPaid Total amount paid by the minter
struct MinterInfo {
    uint128 totalMints;
    uint128 totalPaid;
}