add list of pre-compiled contracts

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-17 16:30:40 -08:00 committed by GitHub
parent 6fafd48d77
commit 1626435590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
<br>