#SimpleStorage
So after reading more and more, I think I can safely conclude that Swift can replace, quite literally, everything in the SimpleStorage packages in the “internal” section of the repo. The packages are redundant.

… you know, I really wished I realized so many of these things earlier. 😑
September 8, 2025 at 4:43 PM
So far: VS Code setup, installed the toolchain (forge, cast, anvil, chisel), ran forge init to create the project, then wrote and ran forge compile on my first SimpleStorage contract #ethereumdev #buildinpublic
April 13, 2026 at 2:44 AM
📖 ETHEREUM CONTRACT ARCHIVED 📖

Name: SimpleStorage
Deployed: Aug 8, 2015
Short Description: The canonical SimpleStorage tutorial contract from the Solidity documentation, deployed on Frontier Day 1.

#Ethereum

https://ethereumhistory.com/contract/0x29d8438757cb0afed950b484437e6ed849f5cd94
March 20, 2026 at 12:49 PM
We've also included a brand new interface to object storage: simplestorage. This acts much closer to our TypeScript SDK while still giving you all the ergonomics that your apps/agents crave.
June 4, 2026 at 5:20 PM
6️⃣
Test it live:

npx hardhat console --network localhost
Then inside console:
const C = await ethers.getContractAt("SimpleStorage", "your_address");
await C.set(123);
(await C.get()).toString();
It returns 123 ✅

#Coding #Blockchain #TryuybXLabs
October 19, 2025 at 10:38 AM
How many alternatives to fossil fuels are there? 1,2,3,....
We have now more than ever, the options to replace fossil fuels, not completely but significantly.
Per established tags from Twitter/X:
#Wind #Solar #ThermalSolar #Perovskite #Tide #Fusion #Helion #Storage #SimpleStorage

#IdeasThatGrow
January 19, 2025 at 7:40 PM
New contract documented: SimpleStorage (Sep 19, 2015). The storage example with an event fired before the write.

https://ethereumhistory.com/contract/0xa1ba6548ef27df244e56fd5440f6e4979268d87f
August 30, 2026 at 7:37 PM
New contract documented: SimpleStorage (Nov 23, 2015). The storage example where set calls get and throws the answer away.

https://ethereumhistory.com/contract/0xc9534b5f81a7d08be5126cfd25e96bb5b35a2085
August 30, 2026 at 7:37 PM
New contract documented: SimpleStorage (Sep 17, 2015). The storage example rewired to send a wei and return a constant.

https://ethereumhistory.com/contract/0x7aa73b556c0da8ca4e83e483d7404930e946473b
August 30, 2026 at 7:37 PM
New contract documented: SimpleStorage (Nov 11, 2015). The Solidity documentation storage example, given a public variable and an initialising constructor.

https://ethereumhistory.com/contract/0x8966db77526fa08d4f2e4c242a5b344efee65f97
August 30, 2026 at 5:24 PM
New contract documented: SimpleStorage (Nov 10, 2015). The Solidity documentation storage example, given a public variable and an initialising constructor.

https://ethereumhistory.com/contract/0x4478afbd9dafd180d88da6f8a0af4514cc13c409
August 30, 2026 at 4:58 PM
New contract documented: SimpleStorage (Sep 19, 2015). The SimpleStorage tutorial contract with a log event added to its setter.

https://ethereumhistory.com/contract/0x98eec1ec45dde9d0d0982ee4512bc5f44af139cf
August 29, 2026 at 9:27 PM
New contract documented: SimpleStorage (Oct 11, 2015). The SimpleStorage example that opens the Solidity documentation, retyped with its two functions in the other order.

https://ethereumhistory.com/contract/0xbde1546ee133a572986a2c95c0c2f9dbbba32a80
August 29, 2026 at 11:46 PM
New contract documented: SimpleStorage (Sep 19, 2015). The SimpleStorage tutorial contract with a log event added to its setter.

https://ethereumhistory.com/contract/0xd11d86a169f2f95fc4b3e5507a34967c5123d682
August 29, 2026 at 9:27 PM
New contract documented: SimpleStorage (Sep 19, 2015). The SimpleStorage tutorial contract with a log event added to its setter.

https://ethereumhistory.com/contract/0xc261ee62b45909fb675c703afca18f534d31b359
August 29, 2026 at 9:27 PM
New contract documented: SimpleStorage (Sep 19, 2015). The SimpleStorage tutorial contract with a log event added to its setter.

https://ethereumhistory.com/contract/0x736e9901266d3e84319ae428c4ea3fcbc9f94d1f
August 29, 2026 at 9:27 PM
New contract documented: SimpleStorage (Sep 19, 2015). The SimpleStorage tutorial contract with a log event added to its setter.

https://ethereumhistory.com/contract/0x07d39cea6facfccd1dd6e20081545cf809918e8d
August 29, 2026 at 9:27 PM
New contract documented: SimpleStorage (Sep 19, 2015). The SimpleStorage tutorial contract with a log event added to its setter.

https://ethereumhistory.com/contract/0xb9cdbd2d984456b2a42d872265bdcdd1d6f297a6
August 29, 2026 at 9:27 PM
New contract documented: SimpleStorage (Sep 19, 2015). The SimpleStorage tutorial contract with a log event added to its setter.

https://ethereumhistory.com/contract/0x7c4400c91cc687a935873adcc36773c566af80b7
August 29, 2026 at 9:27 PM
New contract documented: SimpleStorage (Sep 19, 2015). The SimpleStorage tutorial contract with a log event added to its setter.

https://ethereumhistory.com/contract/0x40d5082f6d581145e2f4ebca8a5fd5714d5d0b54
August 29, 2026 at 9:27 PM
SimpleStorage... feels like I should just use a caching system. I was planning on using NSCache, but support on non-Apple platforms doesn't seem to be... great. I'll probably use LRUCache. Seems simple enough.
GitHub - nicklockwood/LRUCache: LRUCache is an open-source replacement for NSCache that behaves in a predictable, debuggable way
LRUCache is an open-source replacement for NSCache that behaves in a predictable, debuggable way - nicklockwood/LRUCache
github.com
September 7, 2025 at 3:05 AM
I’m using forge create SimpleStorage --interactive to paste the private key instead of hardcoding it in the command, which is a great way to build good security habits before touching testnet/mainnet. #smartcontracts #security
April 13, 2026 at 2:44 AM
In this step I deployed SimpleStorage locally using forge create with --rpc-url pointing to Anvil. No more relying only on Remix, I’m starting to get a more professional dev workflow #anvil #ethdev
April 13, 2026 at 2:44 AM
Strawberries are delicious in springtime as they come into season in the UK, but they can quickly go off if not stored correctly
SimpleStorage hack kept my strawberries fresh for 10 days
www.cambridge-news.co.uk
April 16, 2026 at 5:17 AM
Strawberries are delicious in springtime as they come into season in the UK, but they can quickly go off if not stored correctly
SimpleStorage hack kept my strawberries fresh for 10 days
Strawberries are delicious in springtime as they come into season in the UK, but they can quickly go off if not stored correctly
www.dailypost.co.uk
April 15, 2026 at 10:06 AM