File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/content/developers/docs/evm/opcodes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ For operations with dynamic gas costs, see [gas.md](https://github.com/wolflo/ev
67
67
| 41 | COINBASE | 2 | ` . ` | ` block.coinbase ` | | address of miner of current block |
68
68
| 42 | TIMESTAMP | 2 | ` . ` | ` block.timestamp ` | | timestamp of current block |
69
69
| 43 | NUMBER | 2 | ` . ` | ` block.number ` | | number of current block |
70
- | 44 | DIFFICULTY | 2 | ` . ` | ` block.difficulty ` | | difficulty of current block |
70
+ | 44 | PREVRANDAO | 2 | ` . ` | ` randomness beacon ` | | randomness beacon |
71
71
| 45 | GASLIMIT | 2 | ` . ` | ` block.gaslimit ` | | gas limit of current block |
72
72
| 46 | CHAINID | 2 | ` . ` | ` chain_id ` | | push current [ chain id] ( https://eips.ethereum.org/EIPS/eip-155 ) onto stack |
73
73
| 47 | SELFBALANCE | 5 | ` . ` | ` address(this).balance ` | | balance of executing contract, in wei |
You can’t perform that action at this time.
0 commit comments