Log inSign up
Will Papper ✺
Syndicate
2,705 posts
Image
user avatar
Will Papper ✺
Syndicate
@WillPapper
Co-founder of @Syndicateio. Prev Philosophy @Stanford. ETH since the 2014 presale. Tweets about appchains + rollups. Creator of $AGLD, Core Team ConstitutionDAO
[email protected]
syndicate.io
Joined April 2012
2,403
Following
22.9K
Followers
  • user avatar
    Will Papper ✺
    Syndicate
    @WillPapper
    May 1, 2022
    Nearly $100M has been spent on gas for the BAYC land sale in one hour. This is money that could have gone to Yuga or stayed in user's pockets. The contract had nearly zero gas optimizations. I'll explain a few gas optimization tricks that could have saved many millions below 👇
    Image
  • user avatar
    Will Papper ✺
    Syndicate
    @WillPapper
    May 1, 2022
    Replying to @WillPapper
    Implementing these gas optimizations would be as simple as: 1. Change the word "ERC721Enumerable" to "ERC721" 2. Import ERC721A 3. Change the word "_safeMint()" to "_mint()" Modifying a few words would have saved $80M+. This is why knowing the underlying system is so important.
  • user avatar
    Will Papper ✺
    Syndicate
    @WillPapper
    May 1, 2022
    Replying to @WillPapper
    Gas optimization 1: Remove the ERC721Enumerable extension. The ERC721Enumerable extension is used to track the owners of an NFT on-chain. Mints that remove the ERC721Enumerable extension save around 70% in gas costs. This tiny change would have saved around $70M this hour.
    Image
  • user avatar
    Will Papper ✺
    Syndicate
    @WillPapper
    May 1, 2022
    Replying to @WillPapper
    I have the utmost respect for @yugalabs and their work on @OthersideMeta. I've spent countless hours on gas optimizations and wanted to share a few tricks. This thread is to educate and doesn't take away from the work that Yuga does for the ecosystem.
  • user avatar
    Will Papper ✺
    Syndicate
    @WillPapper
    May 1, 2022
    Replying to @WillPapper
    Gas optimization 2: Use ERC721A (erc721a.org). ERC721A is a standard developed by the @AzukiOfficial team. This extension means that minting multiple NFTs to the same wallet is nearly the same price as minting a single NFT. This would save money for every multi-mint.
  • user avatar
    Will Papper ✺
    Syndicate
    @WillPapper
    Sep 2, 2021
    Adventure Gold is now available for @lootproject! Claim 10,000 $AGLD per Loot bag. 🎉🔥 Go here to claim: etherscan.io/token/0x32353a… Most people will want to use "claimAllForOwner" unless they want to leave some Loot unclaimed.
    Visit Etherscan.io
    etherscan.io
    ERC-20 Token | Address: 0x32353a6c...9a2489a20 | Etherscan
    Token Rep: Unknown | Holders: 15,116 | As at Jun-23-2026 12:03:13 AM (UTC)
  • user avatar
    Will Papper ✺
    Syndicate
    @WillPapper
    Sep 23, 2022
    The CFTC is claiming that all participants in DAO governance can be held liable for a DAO's actions. This is a horrible precedent. It means that both on-chain governance voters AND multi-sig signers have liability, but on-chain governance spreads liability to many more people.
  • user avatar
    Will Papper ✺
    Syndicate
    @WillPapper
    May 1, 2022
    Replying to @WillPapper
    The ERC721Enumerable extension is mostly unnecessary. In the majority of cases, tracking ownership on-chain is not useful. Why? You can just grab the data off-chain on the front-end and pass it into smart contracts instead! Every front-end is able to handle this easily.
  • user avatar
    Will Papper ✺
    Syndicate
    @WillPapper
    May 13, 2025
    What users see on Believe vs what creators see on Believe
    Image
    Image
    72K
  • user avatar
    Will Papper ✺
    Syndicate
    @WillPapper
    May 1, 2022
    Replying to @WillPapper
    Gas optimization 3: Switch from _safeMint() to _mint() _safeMint() checks every address to ensure that it can handle NFTs. If the address is not able to handle NFTs, it ensures that the transaction will fail. This is unnecessary. Every address minting can likely handle NFTs.
    Image
  • user avatar
    Will Papper ✺
    Syndicate
    @WillPapper
    Sep 30, 2024
    The most overconfident projects in this space are the ones that are pre-launch The most humble projects in this space are the ones that are post-launch
    11K
  • user avatar
    Will Papper ✺
    Syndicate
    @WillPapper
    May 1, 2022
    Replying to @WillPapper
    ERC721A makes transfers slightly more expensive but mints dramatically cheaper. In this case where the gas fees on the mint are so high, this is clearly worth it. The vast majority of the mints were multi-mints. All of these incurred 2X or more in unnecessary costs ($10M+)
  • user avatar
    Will Papper ✺
    Syndicate
    @WillPapper
    Apr 11, 2024
    Very excited about the introduction of 3074! It'll be a massive improvement for transaction bundling and permission delegation
    user avatar
    ً
    @lightclients
    Apr 11, 2024
    Image
    3.5K
  • user avatar
    Will Papper ✺
    Syndicate
    @WillPapper
    May 1, 2022
    Replying to @WillPapper
    _safeMint() is one of the more annoying and unnecessary parts of the ERC721 standard. In theory it ensures that mints are going to wallets that can handle NFTs, in practice it adds gas and makes mints less safe! This condition is only hit for very non-standard smart contracts.
    Image

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up
Advertisement
Advertisement