From e224fabee73d6f1290f084eae40177eb8985b329 Mon Sep 17 00:00:00 2001
From: bt3gl <1130416+bt3gl@users.noreply.github.com>
Date: Mon, 3 Oct 2022 16:14:45 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=92=20some=20notes=20and=20terminology?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index 1aa5081..06a0170 100644
--- a/README.md
+++ b/README.md
@@ -238,3 +238,13 @@
* [Cryptocurrency historical data snapshot](https://coinmarketcap.com/historical/)
* [Explain shell](https://explainshell.com/)
* [revoke.cash](https://revoke.cash/)
+
+
+
+---
+## 🍒 some notes && terminology
+
+
+
+* functions for external calls in contracts refers to functions being called by an initiating address.
+* event is what's being emitted inside a function.