Skip to content

Instantly share code, notes, and snippets.

View zellic-audit's full-sized avatar
🎯
Focusing

Zellic zellic-audit

🎯
Focusing
View GitHub Profile
@zellic-audit
zellic-audit / CheatCar.sol
Created February 1, 2023 14:38
Zellic Cars for 0xtitans
// 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";
/*
@zellic-audit
zellic-audit / auditor-grindset.md
Last active February 16, 2022 04:58
The Auditooor Grindset: Crash course on smart contract auditing for vulnerability researchers

The Auditooor Grindset

Crash course on smart contract auditing for vulnerability researchers

NOTE: This blog post has been moved to here