Skip to content

Commit

Permalink
Merge pull request AmazingAng#517 from eltociear/patch-1
Browse files Browse the repository at this point in the history
docs: fix typo in 27_ABIEncode_en/readme.md
  • Loading branch information
AmazingAng authored Jul 3, 2023
2 parents df01b88 + 3315b19 commit c9b9963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Languages/en/27_ABIEncode_en/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ We input binary encoding of `abi.encode` into `decode`, which will decode the or
![](https://images.mirror-media.xyz/publication-images/jboRaaq0U57qVYjmsOgbv.png?height=408&width=624)

## 在remix上验证
- deploy contract to check the encodeing result of `abi.encode`
- deploy contract to check the encoding result of `abi.encode`
![](./img/27-1_en.png)

- compare and verify the similarities and differences of four encoding functions
Expand Down Expand Up @@ -134,4 +134,4 @@ In this case, we can call through ABI function selector.
```

## Summary
In Ethereum, data must be encoded into bytecode to interact with smart contracts. In this chapter, we introduced four `abi encoding` functions and one `abi decoding` function.
In Ethereum, data must be encoded into bytecode to interact with smart contracts. In this chapter, we introduced four `abi encoding` functions and one `abi decoding` function.

0 comments on commit c9b9963

Please sign in to comment.