Actlysis
1.2K posts

Actlysis
@actlysis
Aspiring smart contract auditor & developer | Obsessed with Linux 🐧 | Check out https://t.co/5BQdkusm6E | 💻 https://t.co/iL9cWNIFBe
404 Katılım Ağustos 2025
545 Takip Edilen177 Takipçiler

@Web3_Vinay Anytime I keep seeing your tweet
it motivate me more to push
English

🦖
Day 277 of learning blockchain 🔗
Today I started diving into Chainlink Payment Abstraction V2
What I learned about the protocol:
→ V2 replaces Uniswap V3 fixed swaps with a permissionless Dutch auction mechanism where anyone can bid on auctioned assets
→ How the linear price decay curve works — price starts at a premium and decays to a maximum discount over the auction duration
→ CowSwap integration via ERC-1271 — smart contracts post limit orders that CowSwap solvers compete to fill
→ Chainlink Data Streams integration for high frequency price updates during auctions with Data Feeds as fallback
→ AuctionBidder contract — handles arbitrary swap execution via callbacks, enabling DEX aggregator integration
→ WorkflowRouter — the onchain security gatekeeper with a 3-layer allowlist (workflowId → target → selector) for CRE workflow payloads

English

Day 13 of #learningDsa
Explored Graphs —undirected, directed, and weighted graphs. Learned how graphs can be stored using matrix representation and implemented an adjacency matrix creating a graph class, adding edges, and printing the matrix
#DSA #LearningInPublic


English

@rosarioborgesi @OpenZeppelin Like they used to say there is no shortcut to success
English

@actlysis @OpenZeppelin I already knew most of them because I had studied Solidity by example vulnerabilities
github.com/rosarioborgesi…
English

⚡Day 6 of Ethernaut with @OpenZeppelin
⚙️ Challenge 11: Elevator
✅ Challenge 10: Re-entrancy
✅ Challenge 09: King
✅ Challenge 08: Vault
✅ Challenge 07: Force
✅ Challenge 06: Delegation
✅ Challenge 05: Token
✅ Challenge 04: Telephone
✅ Challenge 03: Coin Flip
✅ Challenge 02: Fallout
✅ Challenge 01: Fallback
✅ Challenge 00: Hello Ethernaut
Github 👇
github.com/rosarioborgesi…
English

🗓️ Day 50 – Smart Contract Journey 🚀
🔹Topic: Calldata Manipulation & ABI Encoding
📚 Key Learnings:
✅ Completed Switch level
✅ Learnt how to use cast pretty-calldata to format and break down calldata into readable segments (selector, offsets, lengths, data)
✅ Learnt how to craft custom calldata
✅ Corrected misunderstanding of how the EVM perceives calldata
✅ Understood that offsets point to where data is located, and at that location the first value is the data length before copying
✅ Understood that the EVM reads calldata in 32-byte words
💡 Security Mindset:
Contracts that enforce access control using fixed positional bytes in calldata can be manipulated by attackers through crafted offsets and layout tricks
💡 Reflection:
I initially assumed calldata had a rigid structure (head offset then size), but in reality it’s more flexible, understanding offsets changed how I see calldata and exposed how it can be abused


English

Most Solidity bugs in factory contracts hide in one place: the gap between what the factory deploys and what the registry assumes it deployed.
Factories look simple until initialization parameters interact with proxy patterns or create2 salt collisions across chains.
The patterns are well-documented.
The edge cases are not.
This is where fuzz testing earns its keep.
Throwing thousands of deployment sequences at a factory contract reveals state assumptions that unit tests treat as given.
Wake's fuzzer is built for exactly this kind of guided exploration, testing the contract logic itself rather than a mathematical model of it.
Solid educational content for anyone leveling up their Solidity architecture.
jayesh@0xjayeshyadav
Smart contract factories and registries are must know patterns if you want to level up as a Solidity developer or protocol engineer. This video is a full deep-dive explanation, watch till the end to truly master them. Link: youtu.be/SGE5a_CyY8k?si… PS: Watch it at 1.5x for a better experience 😂 This is my first session, so please support and subscribe to Blok Capital on YouTube for more amazing deep dive explanations.
English

Today's #solidity grind:Merkle Airdrop contd
✅signature standards
✅ took a quick quiz
✅Decoding ECDSA #signatures
✅Transaction types intro
✅Blob #Transactions
✅Understanding Type 113 transaction
✅Took another quick quiz
✅Implementing Signatures
✅Another quiz
😪




English

Day 63 of my #Blockchain journey! 🎯
Today’s study :
✅ An introduction to Ethereum improvement proposals, ERC-20, and the ERC-20 token standard.
✅ Built an ERC-20 token manually with Foundry.
✅ Implemented an ERC-20 token using OpenZeppelin contracts and Foundry.

English

✅Modifying my test
✅Testing on zksync
@zksync @zkSyncDevs i ran into a bug that might need your attention

English

"If you're nothing without AI, then you are nothing with AI"
~@Jeyffre Scholz
English

Done with the Airdrop and Signature section of advanced Foundry course of @CyfrinUpdraft . Learnt about various txn types, merkle based claims, and lot of debugging.
English











