SaaSHub helps you find the best software and product alternatives Learn more →
Openzeppelin-solidity Alternatives
Similar projects and alternatives to openzeppelin-solidity
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
yulp
Discontinued ➕ A low-level, highly efficient extension to Yul, an intermediate language for the Ethereum Virtual Machine.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
sanitize-html
Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis. Built on htmlparser2 for speed and tolerance
openzeppelin-solidity discussion
openzeppelin-solidity reviews and mentions
-
Attack Vectors in Solidity #6:Unexpected Ether( Incorrect Use of this.balance)
pragma solidity ^0.5.0; import "https://github.com/OpenZeppelin/openzeppelin-solidity/contracts/math/SafeMath.sol"; contract MyContract { using SafeMath for uint256; function deposit() public payable { // code to deposit ether } function withdraw(uint256 _amount) public { require(this.balance.sub(_amount) >= 0, "Insufficient funds"); // code to withdraw ether } }
-
How to check if tokenholder is holding 2 different tokens at the same time before an event is triggered?
The basic structure could be done as follows using OZ ERC20 interface https://github.com/OpenZeppelin/openzeppelin-solidity/blob/master/contracts/token/ERC20/IERC20.sol
- Is this why shib price keeps going down?
-
can someone tell me what this contract wants?
// See: https://github.com/OpenZeppelin/openzeppelin-solidity/pull/522
-
A note from our sponsor - SaaSHub
www.saashub.com | 27 Mar 2025
Stats
OpenZeppelin/openzeppelin-solidity is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of openzeppelin-solidity is JavaScript.
Popular Comparisons
- openzeppelin-solidity VS RegEx-DoS
- openzeppelin-solidity VS openzeppelin-contracts
- openzeppelin-solidity VS SoliditySamples
- openzeppelin-solidity VS bytecode-verifier
- openzeppelin-solidity VS yulp
- openzeppelin-solidity VS echidna
- openzeppelin-solidity VS eattheblocks
- openzeppelin-solidity VS randao
- openzeppelin-solidity VS solidity-flattener
- openzeppelin-solidity VS sanitize-html