From 16264355903e9f034d58b7207ae8a4c5e24f2132 Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:30:40 -0800 Subject: [PATCH] add list of pre-compiled contracts --- solidity_tldr.md | 1 + 1 file changed, 1 insertion(+) diff --git a/solidity_tldr.md b/solidity_tldr.md index e513846..b8d77cf 100644 --- a/solidity_tldr.md +++ b/solidity_tldr.md @@ -74,6 +74,7 @@ * `ecrecover`: recovers the address used to sign a message from the signature. * `selfdestruct(__recipient_address__)`: deletes the current contract, sending any remaining ether in the account to the recipient address. * `this`: address of the currently executing contract account. +* [list of precompiled contracts](https://www.evm.codes/precompiled?fork=arrowGlacier)