A developer who Create and paint artistic works for @nouns /yellow
52 Followers
This week I built: A smart contract designed to analyze ERC-20 tokens for potential rug pull risks. This is not extensively tested for deploying on the Ethereum mainnet or Base. It has been tested using Hardhat. This project is a smart contract written in Solidity and TypeScript that provides a tool to evaluate ERC-20 tokens for red flags, such as concentrated ownership or disproportionate token distribution. It allows users to analyze a token's total supply, owner address, and owner balance, helping to identify potential risks. Link: https://github.com/zikziny/RugCheck cc: @seneca @statuette @crownandpalette
This week I built: - I started off on @base.base.eth by getting my basename for easy identification within the Base ecosystem. - I also joined a demo class about Blocdemia, hosted by @decentraliz , and connected with a few folks. - I created a simple design to feature all my favorite and highly Based Nouns NFTs. https://warpcast.com/zikziny/0xa86a2349 "Still day one..." cc: @jesse.base.eth
I created this design featuring all of my favorite and highly Based Nouns NFTs. What do you think of it?
This week I built: Enhanced the smart contract to assess ERC-20 tokens for potential rug pull risks with additional analytical features. Below are additional features added: 1. Liquidity Analysis: Added checkLiquidity function to evaluate token liquidity in pools and validate its sufficiency with tests. 2. Ownership Distribution: Added checkOwnershipDistribution function to analyze token balances of top holders and ensure correctness with tests. 3. Test Cases: Enhanced TokenRugChecker.test.ts with tests for liquidity and ownership distribution functionalities. Codebase: https://github.com/zikziny/RugCheck cc: @seneca @statuette @kabir.base.eth @myk