DEV Community

Cover image for List of smart contracts to strengthen your Auditing skills
Ukeme David Eseme
Ukeme David Eseme

Posted on

List of smart contracts to strengthen your Auditing skills

1 Opensea seaport Conduit
https://github.com/ProjectOpenSea/seaport/blob/main/contracts/conduit/Conduit.sol

2 UniswapV2 Pair

https://github.com/Uniswap/v2-core/blob/master/contracts/UniswapV2Pair.sol

3 Idle token

https://github.com/Idle-Labs/idle-contracts/blob/develop/contracts/IdleTokenGovernance.sol

4 Furo Stream
https://github.com/sushiswap/furo/blob/master/contracts/base/FuroStream.sol

5 Aavegotchi SVG Facet

https://github.com/aavegotchi/aavegotchi-contracts/blob/master/contracts/Aavegotchi/facets/SvgFacet.sol

6 Coinverse Market

https://github.com/coinvise/contracts/blob/main/contracts/NFTMarketplace.sol

7 Pancakeswap masterchef

https://github.com/pancakeswap/pancake-farm/blob/master/contracts/MasterChef.sol

8 Hydro Protocol IceFms
https://github.com/HydroBlockchain/ice-protocol/blob/master/contracts/IceFMS.sol

9 Linum labs Event Manager https://github.com/LinumLabs/ProteaV2Contracts/blob/master/contracts/EventManager.sol

10 Klatyn NFT

https://github.com/klaytn/klaytn-contracts/blob/master/contracts/KIP/token/KIP7/KIP7.sol

11 Aavegotchi Realm Facet

https://github.com/aavegotchi/aavegotchi-realm-diamond/blob/bcb6494258a7109e791ddbcfeb304abe632562bf/contracts/RealmDiamond/facets/RealmFacet.sol

12 Opensea Composable
https://github.com/ProjectOpenSea/ethmoji-contracts/blob/master/contracts/Composable.sol

14 Aave Lending

https://github.com/aave/protocol-v2/blob/master/contracts/protocol/lendingpool/LendingPool.sol

15 AaveV3 Reserve Interest Strategy

https://github.com/aave/aave-v3-core/blob/master/contracts/protocol/pool/DefaultReserveInterestRateStrategy.sol

16 UniswapV3 Pool

https://github.com/Uniswap/v3-core/blob/main/contracts/UniswapV3Pool.sol

17 Compound comptroller

https://github.com/compound-finance/compound-protocol/blob/master/contracts/Comptroller.sol

18 Seaport Conduit Controller https://github.com/ProjectOpenSea/seaport/blob/main/contracts/conduit/ConduitController.sol

19 Paradigm Art Gobblers

https://github.com/artgobblers/art-gobblers/blob/master/src/ArtGobblers.sol

20 Aragon Dandelion Voting

https://github.com/aragon/aragon-apps/blob/master/apps/dandelion-voting/contracts/DandelionVoting.sol 21 Aragon Finance https://github.com/aragon/aragon-apps/blob/master/apps/finance/contracts/Finance.sol

22 Synthethix Collateral manager
https://github.com/Synthetixio/synthetix/blob/develop/contracts/CollateralManager.sol

23 Synthethix Futures https://github.com/Synthetixio/synthetix/blob/develop/contracts/FuturesMarketBase.sol

24. Safekeep Vault facet

https://github.com/Bloceducare/SafeKeep-contracts/blob/main/contracts/Vault/facets/VaultFacet.sol

25. Safekeep VaultSpawner Facet
https://github.com/Bloceducare/SafeKeep-contracts/blob/main/contracts/VaultFactory/facets/VaultSpawnerFacet.sol

26. Hydro ICE
https://github.com/HydroBlockchain/ice-protocol/blob/master/contracts/Ice.sol

27. Aavegotchi InstallationFacet
https://github.com/aavegotchi/aavegotchi-realm-diamond/blob/master/contracts/InstallationDiamond/facets/InstallationFacet.sol

Top comments (0)