Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
go-outside-helper committed Sep 4, 2023
1 parent 23efef7 commit fc5ed1b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions advanced_knowledge/calldata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

<br>

### tl; dr

<br>

* calldata is the encoded parameter(s) sent on functions by smart contracts to the evm (for example, through `abi.econde()`,`abi.econcdeWithSelector() for a particular interfaced function, or `abi.encodePacked()` for efficient dynamic variables).

* **function signature**: `selector()` generates the 4-bytes representing the method in the interface: this is how the evm knows which function is being interacted. function signatures are defined as the first four bytes of the Keccak hash of the canonical representation of the function signature.
Expand Down

0 comments on commit fc5ed1b

Please sign in to comment.