Skip to content

Commit

Permalink
Update Function Selector.md
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
count-sum authored Jan 29, 2023
1 parent fb8505b commit fbfa278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/1. Ethereum101/Function Selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ___
![082.jpg](../../images/1.%20Ethereum%20101/082.jpg)
___
## Slide Text
- Specifics the exact function that needs to be called
- Specifies the exact function that needs to be called
- Selector -> Contract Function
- First 4 bytes -> Keccak256(fn sig)
- Function signature -> Name(param1type,param2type)
Expand All @@ -38,4 +38,4 @@ ___
___
## References
- [Youtube Reference](https://youtu.be/I-TjCtjDs1M?t=105)
- [4byte Directory](https://www.4byte.directory/)
- [4byte Directory](https://www.4byte.directory/)

0 comments on commit fbfa278

Please sign in to comment.