Skip to content

Commit

Permalink
Update use-of-deprecated-functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
indeqs authored Jun 6, 2024
1 parent 1c888bd commit a1f6992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vulnerabilities/use-of-deprecated-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Here is a *non-exhaustive* list of deprecated functions and alternatives. Many a

| Deprecated | Alternatives |
| :---------------------- | ------------------------: |
| `suicide(address)`/`selfdestruct(address)` | N/A |
| `block.blockhash(uint)` | `blockhash(uint)` |
| `sha3(...)` | `keccak256(...)` |
| `callcode(...)` | `delegatecall(...)` |
Expand Down

0 comments on commit a1f6992

Please sign in to comment.