sechub
HomeServicesAssetsJobsFindingsTicketsGovCheck
Guest Mode. Click here to sign in and access all features

    Wrong amount of tokens minted

    Holoride: DeFi Token

    Severity
    Medium
    Status
    Fixed
    Location(s)

    https://github.com/sub7security/holoride-defi/blob/main/contracts/mocks/GenericERC20.sol#L18-L19

    Description

    The amount of tokens minted to the msg.sender i.e. deployer of contract is different from what is intended. The comment says to mint 1 million tokens but the tokens minted is 1 billion.

    Recommendation

    Either mint the 1 million tokens or correct the documentation(comment) if tokens intended to mint is 1 billion.

    Comments
    No comments yet

    Wrong amount of tokens minted

    Holoride: DeFi Token

    Severity
    Medium
    Status
    Fixed