-
-
defi-stablecoin-foundry Public
Stablecoin, Exogenous Collateral, Dollar pegged, Algoritmically Stable
-
-
damn-vulnerable-defi-foundry Public
Damn Vulnerable DeFi - Foundry Version
-
reentrancy-attacks Public
Forked from pcaversaccio/reentrancy-attacksA chronological and (hopefully) complete list of reentrancy attacks to date.
-
auditingroadmap Public
Forked from contractcops/auditingroadmapAudit roadmap is an opensource repository, dedicated to giving a clear path to getting started on your journey as a Solidity smart contract auditor.
MIT License UpdatedMay 11, 2023 -
ultimate-defi-research-base Public
Forked from OffcierCia/ultimate-defi-research-baseHere we collect and discuss the best DeFI & Blockchain researches and tools. Feel free to DM me on Twitter or open pool request.
Other UpdatedMay 7, 2023 -
simple-blind-arbitrage Public
Forked from flashbots/simple-blind-arbitrage -
-
Compound Public
📊 Lend and borrow tokens on Compound. Liquidate undercollateralized borrowers
-
weth-invariant-testing Public
Invariant tests for Wrapped Ether, one of the most important contracts on mainnet.
-
hello-zkSync-era Public
zkSync Era is a layer 2 rollup that uses zero-knowledge proofs to scale Ethereum without compromising on security or decentralization
-
DeFiHackLabs-1 Public
Forked from johnny-sch-course/DeFiHackLabs-1Reproduce DeFi hacked incidents using Foundry.
Solidity UpdatedApr 14, 2023 -
⚡🦄Arbitrage between USDC/ETH 0.3% fee pool and USDC/ETH 0.05% fee pool
-
dydx-Flashloan Public
How to request a flashloan on dydx ⚡
-
Uniswap-v3 Public
🦄🦄 🦄Single & multi hop swap, add and remove liquidity, flash swap ⚡
-
Uniswap-v2 Public
🦄🦄 Single & multi hop swap, add & remove liquidity, flash swap ⚡⚡
-
brokentoken Public
Forked from zeroknots/brokentokenFoundry Test Suit to test weird ERC20 behavior
Solidity MIT License UpdatedMar 23, 2023 -
hello-flashbot Public
⚡🤖Avoid sandwich attack using flashbot 🤖⚡
-
Constant-Product-AMM Public
A basic Constant Product Automated Market Maker, a Uniswap V2 Price Oracle and some math related to CPAMM
-
Detailling assembly used in a Transparent Upgradable Proxy to return from fallback and to write to any storage slot
Solidity UpdatedFeb 25, 2023 -
Upgradable Transparent Proxy from OpenZeppelin and how to deploy upgradable contracts using hardhart-deploy's built-in proxies
-
AU-storage-slot Public
Using eth_getStorageAt JSON-RPC method to look up values at their particular storage location. Using StorageSlot library (openZeppelin) to implement a generic proxy
-
Discrete-Staking-Rewards Public
With discrete staking rewards, the amount of rewards given can vary every second.
-
Synthetix-Staking-Rewards Public
A example of Synthetix Staking Rewards
-
Binary-search Public
Find Most Significant Bit with Binary Search using assembly (gas efficient)
Solidity UpdatedFeb 16, 2023 -
FlashLoan-aave-v3 Public
Example of simple flash loan
-
-
MultiCall-MultiDelegatecall Public
Aggregate multi-queries into a single function call/delegatecall by using Multi Call / Multi Delegatecall. Use delegatecall if you want to preserve the context
Solidity UpdatedFeb 6, 2023 -
Ethernaut-OpenZeppelin Public
My solutions to Ethernaut's challenges. Make sure to check REAMDME file to learn more