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

ERC20DecimalsMock

Inherits: ERC20

State Variables

_decimals

uint8 private immutable _decimals;

Functions

constructor

constructor(uint8 decimals_);

decimals

function decimals() public view override returns (uint8);