interface UnlimitedSupply {
    burn_events: _0x1.event.EventHandle<_0x4.collection.BurnEvent>;
    current_supply: bigint;
    mint_events: _0x1.event.EventHandle<_0x4.collection.MintEvent>;
    total_minted: bigint;
}

Properties

current_supply: bigint
total_minted: bigint