Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mint time limiter, whitelist, burning, max supply, royalties limits, admin #13

Merged
merged 6 commits into from
Nov 28, 2022

Conversation

damienen
Copy link
Member

No description provided.

@damienen damienen merged commit ae42c51 into main Nov 28, 2022
// Checks whether the address trying to mint is allowed to do so
fn require_minting_is_allowed(&self, address: &ManagedAddress, current_time: u64) {
let last_mint_time = self.last_mint_time(address).get();
let mint_time_liimit = self.mint_time_limit().get();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mint_time_limit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants