~$
crypto-under-the-hood
./notes
./about
./contact
./rss
# The machinery behind the coins
Tagged "events"
1 article on this topic.
01
Events and Logs: Where Most Contract Data Actually Lives
Contracts emit events rather than storing data, because storage is expensive. That choice determines what is easy to query and what is not.
reading on-chain data · Aug 29, 2026 · 2 min