// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
import "@openzeppelin/contracts/access/Ownable.sol";
/**
* @title Profile_yukhyShell5
* @author yukhyShell5
* @notice Web3 Vulnerability Researcher & Tool Builder
*/
contract YukhyShell5 is WhiteHat, ToolBuilder {
string public constant FOCUS = "DeFi, EVM, Smart Contract Auditing";
string public constant LOCATION = "Blockchain (Worldwide)";
struct Skills {
string[] languages;
string[] tools;
string[] interests;
}
constructor() {
// Initializing Researcher Stats...
}
function getTechStack() public pure returns (Skills memory) {
return Skills({
languages: ["Solidity", "Yul", "Go", "Python", "TypeScript"],
tools: ["Foundry", "Hardhat", "Slither", "Echidna", "Mythril"],
interests: ["Price Manipulation", "Reentrancy", "Frontrunning", "Signature Malleability "]
});
}
function currentFocus() public view returns (string memory) {
return "Building Automated Fuzzing Tools & Auditing DAOs";
}
/* * @dev Contact me securely via PGP
* Website: [https://github.com/yukhyShell5](https://yukhyshell5.github.io/)
*/
function contact() external pure returns (string memory) {
return "DM open for audits & collabs";
}
}
Pinned Loading
-
-
-
logs-anonymizer
logs-anonymizer PublicA tool to anonymize your logs for privacy reasons before passing them through LLM.
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

