contracts
contracts copied to clipboard
Smart contracts for developers in the Immutable ecosystem.
This update to the random number generator improves security and adds a threat model.
This PR creates a V2 version of the ERC 20 presets. These new presets provide a cleaner, more consistent API. Original ERC 20 contracts (V1 contracts) are deprecated, but still...
Remove outdated doc, we do expose a method to change the default royalties
Updated context for link to BUILD.md
Added deploy step example
The flattern files will faile because the duplicated BitMaps import, thus we strongly suggest that you could replace the imported BitMaps library in the _/contracts/token/erc721/abstract/ERC721Hybrid.sol_ with `_import {BitMaps} from "solidity-bits/contracts/BitMaps.sol";`...
Is it possible to rename the default @openzeppelin/[email protected] to @openzeppelin/contracts-v4?
I'm installing both in my own hardhat contract project `npm i @openzeppelin/contracts` `npm i @imtbl/contracts` When compiling and deploying immutable zkEVM based contracts, I get an error because the imported...
Fix: typos