Smart Contracts Smart Contract Incident Report: Auctions with a buyout price (Marketplace V3) Summary On September 9th, 2023, we received a security report from an independent security researcher about a critical vulnerability in the MarketplaceV3 smart contract. The vulnerability POC (’proof of concept’) showed that an attacker can steal ERC20 / native currency escrowed in a marketplace by bidding in an auction with a
Engineering Blog EIP-7504: Dynamic Smart Contracts A new Ethereum standard for client-friendly one-to-many proxy contracts.
Engineering Blog Smart contract deep dive: Building smart wallets for individuals & teams A deep-dive into thirdweb’s smart contracts for EIP-4337 smart wallets.
Solidity SDK How To Build An Upgradeable Smart Contract and Upgrade it Using a Proxy Contract In this guide, we'll show you how to create an upgradeable smart contract that allows you to modify its logic at a later time. We'll showcase this by: 1. Deploying an upgradeable smart contract with a bug in it 2. Fixing the bug in our original contract, and re-deploying it