Crash course on smart contract auditing for vulnerability researchers
NOTE: This blog post has been moved to here
| // SPDX-License-Identifier: MIT | |
| pragma solidity 0.8.17; | |
| import "./../interfaces/ICar.sol"; | |
| import "./../utils/SignedWadMath.sol"; | |
| import "solmate/utils/SafeCastLib.sol"; | |
| import "forge-std/Test.sol"; | |
| /* |
Crash course on smart contract auditing for vulnerability researchers
NOTE: This blog post has been moved to here