Nicholas Rodrigues Lordello 7c754d0665 Add ceiling division operation to the `Math.sol` library (#2681) 4 년 전
..
ERC165 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
UUPS b9125001f0 Move UUPSUpgradeable to proxy/utils 4 년 전
AccessControlEnumerableMock.sol e0a2b195e4 Add modifier & internal function with standard revert message in AccessControl (#2609) 4 년 전
AccessControlMock.sol e0a2b195e4 Add modifier & internal function with standard revert message in AccessControl (#2609) 4 년 전
AddressImpl.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) 4 년 전
ArraysImpl.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) 4 년 전
BadBeacon.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) 4 년 전
CallReceiverMock.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) 4 년 전
ClashingImplementation.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) 4 년 전
ClonesMock.sol 103ff8e23d Rename variable master to implementation #2 (#2553) 4 년 전
ConditionalEscrowMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ContextMock.sol 0db76e98f9 Merge branch 'solc-0.7' into solc-0.8 4 년 전
CountersImpl.sol 8ea06b75aa Add a Counter.reset function (#2678) 4 년 전
Create2Impl.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
DummyImplementation.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) 4 년 전
ECDSAMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
EIP712External.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ERC1155BurnableMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ERC1155Mock.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) 4 년 전
ERC1155PausableMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ERC1155ReceiverMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ERC1271WalletMock.sol 0c621246d3 Add tooling to verify signatures with support for ERC1271 (#2532) 4 년 전
ERC165CheckerMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ERC165Mock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ERC165StorageMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ERC1820ImplementerMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ERC20BurnableMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ERC20CappedMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ERC20DecimalsMock.sol b840341a77 Remove the storage associated with decimals (#2502) 4 년 전
ERC20Mock.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) 4 년 전
ERC20PausableMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ERC20PermitMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ERC20SnapshotMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ERC20VotesMock.sol 100ca0b8a2 ERC20 extension for governance tokens (vote delegation and snapshots) (#2632) 4 년 전
ERC2771ContextMock.sol f8cc8b844a Minimal support for ERC2771 (GSNv2) (#2508) 4 년 전
ERC3156FlashBorrowerMock.sol 5bd798c6e1 Add ERC3156 extension of ERC20 (flash minting and lending) (#2543) 4 년 전
ERC3156Mock.sol 5bd798c6e1 Add ERC3156 extension of ERC20 (flash minting and lending) (#2543) 4 년 전
ERC721BurnableMock.sol 1705067e65 Add ERC721URIStorage extension (#2555) 4 년 전
ERC721EnumerableMock.sol 1705067e65 Add ERC721URIStorage extension (#2555) 4 년 전
ERC721Mock.sol cd443f0d5b Add tests to extend code coverage (#2586) 4 년 전
ERC721PausableMock.sol 1705067e65 Add ERC721URIStorage extension (#2555) 4 년 전
ERC721ReceiverMock.sol 60205944bb Adopt new Solidity features interfaceId, try/catch, keccak constants (#2487) 4 년 전
ERC721URIStorageMock.sol 1705067e65 Add ERC721URIStorage extension (#2555) 4 년 전
ERC777Mock.sol 78a9821129 Mint ERC777 without reception ack (#2552) 4 년 전
ERC777SenderRecipientMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
EnumerableMapMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
EnumerableSetMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
EtherReceiverMock.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) 4 년 전
InitializableMock.sol f076ff5dbd Further reorganisation of the repo (#2575) 4 년 전
MathMock.sol 7c754d0665 Add ceiling division operation to the `Math.sol` library (#2681) 4 년 전
MerkleProofWrapper.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
MulticallTest.sol 7f6a1666fa Add Multicall module (#2608) 4 년 전
MulticallTokenMock.sol 7f6a1666fa Add Multicall module (#2608) 4 년 전
MultipleInheritanceInitializableMocks.sol f076ff5dbd Further reorganisation of the repo (#2575) 4 년 전
OwnableMock.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) 4 년 전
PausableMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
PullPaymentMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
ReentrancyAttack.sol 0db76e98f9 Merge branch 'solc-0.7' into solc-0.8 4 년 전
ReentrancyMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
RegressionImplementation.sol f076ff5dbd Further reorganisation of the repo (#2575) 4 년 전
SafeCastMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
SafeERC20Helper.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
SafeMathMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
SignatureCheckerMock.sol 0c621246d3 Add tooling to verify signatures with support for ERC1271 (#2532) 4 년 전
SignedSafeMathMock.sol 24a0bc23cf Reorganize the repo structure (#2503) 4 년 전
SingleInheritanceInitializableMocks.sol f076ff5dbd Further reorganisation of the repo (#2575) 4 년 전
StorageSlotMock.sol 1c676ac0ec Implement UUPS proxy (ERC1822) (#2542) 4 년 전
StringsMock.sol 9c1e703990 Add a Strings.toHexString function (#2504) 4 년 전