RDM Token

Off-Chain (Private)
Audited on 2025/01/14
No active critical issues

Summary

RDM Token is an ERC20 token with a capped supply of 10 billion tokens, leveraging OpenZeppelin's contracts for secu- rity and standard compliance. It introduces a unique minting feature controlled by the owner, ensuring the total supply never exceeds the cap. Initially, 2 billion tokens are minted to the owner's address. This project emphasizes ownership control and supply management, making it suitable for vari- ous decentralized applications.

Issue (1)

Low
Medium
High
Critical
Total
Not fixed
----0
Fixed
1---1
Total10001
Unlocked pragma
fixed/low

Contract has a floating solidity pragma version. This is present also in inherited contracts. Locking the pragma helps to ensure that the contract does not accidentally get deployed using, for example, an outdated compiler version that might introduce bugs that affect the contract system negatively. The recent solidity pragma version also possesses its own unique bugs.

Contract (1)

#File Name
1

tracts/RDMToken.sol