Yuanyan Wu

Yuanyan Wu @rwu_security_researcher

About: Security-focused engineer exploring CTFs, Solidity exploits, and secure design patterns.

Joined:
Apr 15, 2025

Yuanyan Wu
articles - 13 total

How to Fully Transfer ERC-20 Tokens Without Leaving Dust Using MetaMask and JavaScript

Learn how to fully transfer your ERC-20 token balance from one Ethereum wallet to another using...

Learn More 0 0May 11

Learn Solidity Through Code: Breaking Down Walkthrough.sol Step by Step

If you're starting your journey into Solidity and smart contract development, diving into actual code...

Learn More 0 0May 4

12-Word Seed Phrase Posted on YouTube ?? It Was a Trap.

On May 1, 2025, I came across a YouTube comment that looked innocent — maybe even a little...

Learn More 0 0May 1

The Ethereum Pectra Upgrade

The Ethereum Pectra upgrade combines two major protocol updates: the Prague execution layer and the...

Learn More 0 1Apr 30

Tracing April 2025 Bitcoin Movements and Monero Surge

Blockchain investigator ZachXBT reported that approximately 3,520 BTC (~$330M) were transferred from...

Learn More 0 0Apr 29

How to Fully Empty a Wallet via Chrome Console Without Leaving Dust

When transferring your full ETH balance from one wallet to another, most wallets leave a tiny amount...

Learn More 0 0Apr 29

Demystifying Reentrancy Attacks in Solidity: Vulnerabilities and Defenses

The vulnerable service // SPDX-License-Identifier: MIT pragma solidity...

Learn More 0 0Apr 28

Smart Contracts Deep Dive: Storage Packing, Payment Flows, and msg Object Explained

In my last article, "Inside a Smart Contract: Storage, Execution, and Blockchain Behavior", we...

Learn More 0 0Apr 27

Inside a Smart Contract: Storage, Execution, and Blockchain Behavior

Let us deploy this contract to Sepolia Testnet using Chrome console. // SPDX-License-Identifier:...

Learn More 0 0Apr 27

From Source to Blockchain: How Smart Contracts Go Live with Remix and MetaMask

Writing a smart contract is only the beginning. What happens between your source code and a live...

Learn More 0 0Apr 25

Onboard Ethereum: A Beginner’s Guide to MetaMask, Testnets, and Your First Wallet

If you're curious about Ethereum but not sure where to start, this guide is for you. We'll help you...

Learn More 1 0Apr 24

Understanding Walkthrough.sol Solidity Contract Explained in Detail

In this post, we'll treat Walkthrough.sol introduced in my previous post as a learning tool to...

Learn More 0 0Apr 24

Demystifying Solidity: A Step-by-Step Guide Using Walkthrough.sol

In this tutorial, we'll explore the structure and functionality of a simple Solidity smart contract...

Learn More 0 0Apr 23