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

Bar

State Variables

balanceOf

DEAL STDCHEAT

mapping(address => uint256) public balanceOf;

totalSupply

uint256 public totalSupply;

Functions

constructor

constructor() payable;

bar

HOAX and CHANGEPRANK STDCHEATS

function bar(address expectedSender) public payable;

origin

function origin(address expectedSender) public payable;

origin

function origin(address expectedSender, address expectedOrigin) public payable;