LP

Git Source

Inherits: ERC20

Author: typicalHuman.

Represents pool shares.

State Variables

PREFIX

string constant PREFIX = "MINI-";

MINIMUM_LIQUIDITY

uint256 constant MINIMUM_LIQUIDITY = 10 ** 3;

s_name

string s_name;

Functions

constructor

constructor(string memory _name);

name

function name() public view override returns (string memory);

symbol

function symbol() public view override returns (string memory);