Pool (ERC 20)
#
Functions#
_mint#
_burn#
approve#
transfer#
transferFrom#
permit#
nameReturns the name of the token.
#
symbolReturns the symbol of the token, usually a shorter version of the name.
#
decimalsReturns the number of decimals used to get its user representation.
For example, if decimals
equals 2
, a balance of 505
tokens should
be displayed to a user as 5,05
(505 / 10 ** 2
).
Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the value {ERC20} uses, unless this function is overridden;
NOTE: This information is only used for display purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}.
#
totalSupplySee {IERC20-totalSupply}.
#
balanceOfSee {IERC20-balanceOf}.
#
allowanceSee {IERC20-allowance}.