Skip to content

TRC-002 Mintable

Description

Changing the percentage of a position by increasing the balance at a specific address.

Risk Pattern

function mint(unit256 amount) external onlyowner {
  _balances[_msgSender()] += amount;
}

Risk Samples