🍒 some notes and terminology

This commit is contained in:
bt3gl 2022-10-03 16:14:45 -07:00 committed by GitHub
parent 9525b5c48a
commit e224fabee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,3 +238,13 @@
* [Cryptocurrency historical data snapshot](https://coinmarketcap.com/historical/)
* [Explain shell](https://explainshell.com/)
* [revoke.cash](https://revoke.cash/)
<br>
---
## 🍒 some notes && terminology
<br>
* functions for external calls in contracts refers to functions being called by an initiating address.
* event is what's being emitted inside a function.