Skip to content

Mint check value #291

@rya-sge

Description

@rya-sge

Check value different from 0 ?
function mint(address account, uint256 value) public onlyRole(MINTER_ROLE) {
_mint(account, value);
emit Mint(account, value);
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions