mirror of
https://github.com/autistic-symposium/web3-starter-sol.git
synced 2025-12-09 21:55:45 -05:00
add list of pre-compiled contracts
This commit is contained in:
parent
6fafd48d77
commit
1626435590
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue