..
ERC165
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
UUPS
Simplify UUPSUpgradeable along the lines of ERC1822 ( #3021 )
3 years ago
compound
Add Governor contracts ( #2672 )
4 years ago
wizard
Add ERC721Votes for NFT-based governance ( #2944 )
3 years ago
AccessControlEnumerableMock.sol
Add modifier & internal function with standard revert message in AccessControl ( #2609 )
4 years ago
AccessControlMock.sol
Add modifier & internal function with standard revert message in AccessControl ( #2609 )
4 years ago
AddressImpl.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ArraysImpl.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
BadBeacon.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
Base64Mock.sol
Add Base64 library to utils ( #2884 )
3 years ago
BitmapMock.sol
Add a BitMap struct ( #2710 )
4 years ago
CallReceiverMock.sol
Fix encoding of signature+calldata in GovernorCompatibilityBravo ( #3100 )
3 years ago
CheckpointsImpl.sol
Add ERC721Votes for NFT-based governance ( #2944 )
3 years ago
ClashingImplementation.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ClonesMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ConditionalEscrowMock.sol
Reorganize the repo structure ( #2503 )
4 years ago
ContextMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
CountersImpl.sol
Add a Counter.reset function ( #2678 )
4 years ago
Create2Impl.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
DoubleEndedQueueMock.sol
Add a double ended queue ( #3153 )
3 years ago
DummyImplementation.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ECDSAMock.sol
#890 : Add ECDSA.toEthSignedMessageHash(bytes) for abritrary length message hashing ( #2865 )
3 years ago
EIP712External.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC20BurnableMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC20CappedMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC20DecimalsMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC20FlashMintMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC20Mock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC20PausableMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC20PermitMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC20SnapshotMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC20VotesCompMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC20VotesMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC20WrapperMock.sol
Wrapper extension for ERC20 token ( #2633 )
4 years ago
ERC165CheckerMock.sol
Reorganize the repo structure ( #2503 )
4 years ago
ERC165Mock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC165StorageMock.sol
Reorganize the repo structure ( #2503 )
4 years ago
ERC721BurnableMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC721EnumerableMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC721Mock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC721PausableMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC721ReceiverMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC721RoyaltyMock.sol
Implement Non Fungible Token Royalty (EIP2981) ( #3012 )
3 years ago
ERC721URIStorageMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC721VotesMock.sol
Add ERC721Votes for NFT-based governance ( #2944 )
3 years ago
ERC777Mock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC777SenderRecipientMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC1155BurnableMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC1155Mock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC1155PausableMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ERC1155ReceiverMock.sol
Check inheritance tree consistency ( #2727 )
4 years ago
ERC1155SupplyMock.sol
Fix ERC1155 supply tracking ( #2956 )
3 years ago
ERC1271WalletMock.sol
Add tooling to verify signatures with support for ERC1271 ( #2532 )
4 years ago
ERC1820ImplementerMock.sol
Reorganize the repo structure ( #2503 )
4 years ago
ERC2771ContextMock.sol
Fix ERC2771ContextMock for upgradeable contracts
3 years ago
ERC3156FlashBorrowerMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
EnumerableMapMock.sol
Add AddressToUintMap ( #3150 )
3 years ago
EnumerableSetMock.sol
Add values() functions to EnumerableSets ( #2768 )
4 years ago
EtherReceiverMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
GovernorCompMock.sol
Add Governor module for governance-settable parameters ( #2904 )
3 years ago
GovernorCompatibilityBravoMock.sol
Add Governor module for governance-settable parameters ( #2904 )
3 years ago
GovernorMock.sol
Add ERC721Votes for NFT-based governance ( #2944 )
3 years ago
GovernorPreventLateQuorumMock.sol
Add ERC721Votes for NFT-based governance ( #2944 )
3 years ago
GovernorTimelockCompoundMock.sol
Add ERC721Votes for NFT-based governance ( #2944 )
3 years ago
GovernorTimelockControlMock.sol
Improve security of the onlyGovernance modifier ( #3147 )
3 years ago
GovernorVoteMock.sol
Add ERC721Votes for NFT-based governance ( #2944 )
3 years ago
InitializableMock.sol
Update initializer modifier to prevent reentrancy during initialization ( #3006 )
3 years ago
MathMock.sol
Move abs(int256) from Math to SafeMath ( #3110 )
3 years ago
MerkleProofWrapper.sol
Add a MerkleProof.processProof utility function ( #2841 )
3 years ago
MulticallTest.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
MulticallTokenMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
MultipleInheritanceInitializableMocks.sol
Update initializer modifier to prevent reentrancy during initialization ( #3006 )
3 years ago
OwnableMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
PausableMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
PullPaymentMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ReentrancyAttack.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
ReentrancyMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
RegressionImplementation.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
SafeCastMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
SafeERC20Helper.sol
Fix typo ( #3016 )
3 years ago
SafeMathMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
SignatureCheckerMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
SignedMathMock.sol
Move abs(int256) from Math to SafeMath ( #3110 )
3 years ago
SignedSafeMathMock.sol
Reorganize the repo structure ( #2503 )
4 years ago
SingleInheritanceInitializableMocks.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
StorageSlotMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
StringsMock.sol
Add Prettier for linting and fix Solhint config ( #2697 )
4 years ago
TimersBlockNumberImpl.sol
Add Governor contracts ( #2672 )
4 years ago
TimersTimestampImpl.sol
Add Governor contracts ( #2672 )
4 years ago
VotesMock.sol
Add ERC721Votes for NFT-based governance ( #2944 )
3 years ago