WeuFoundDev / Governance-token-contracts

Governance contract of INPUT (INT) | A development based minting tokens for developers and researchers ecosystem.
GNU General Public License v3.0
2 stars 0 forks source link

Create Secure Input Token #12

Closed 123456788940 closed 1 year ago

123456788940 commented 1 year ago

With SafeMath, arithmetic operations in the contract are protected from potential overflow or underflow issues. The contract also uses ReentrancyGuard to prevent reentrancy attacks, which ensures that functions can't be called recursively before the current execution completes. This makes the contract more secure against potential reentrancy vulnerabilities.