Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Target

Git Source

State Variables

value

uint256 value = 1

Functions

readStorage

function readStorage() external view returns (uint256);

writeStorage

function writeStorage(uint256 value_) public;

incrementStorage

function incrementStorage() public;

writeStorageAndRevert

function writeStorageAndRevert(uint256 value_) external;

receive

receive() external payable;

fallback

fallback() external;

Events

Log

event Log(uint256 value);