šŸŽ‰ Welcome to PartyFinance documentation!
Protocol
Contracts
interfaces
IERC20

IERC20

name

function name() external view returns (string)

Queries the Party ERC-20 token name

Return Values

NameTypeDescription
[0]stringToken name metadata

symbol

function symbol() external view returns (string)

Queries the Party ERC-20 token symbol

Return Values

NameTypeDescription
[0]stringToken symbol metadata

decimals

function decimals() external pure returns (uint8)

Queries the Party ERC-20 token decimals

Return Values

NameTypeDescription
[0]uint8Token decimals metadata

totalSupply

function totalSupply() external view returns (uint256)

Queries the Party ERC-20 total minted supply

Return Values

NameTypeDescription
[0]uint256Token total supply

balanceOf

function balanceOf(address account) external view returns (uint256)

Queries the Party ERC-20 balance of a given account

Parameters

NameTypeDescription
accountaddressAddress

Return Values

NameTypeDescription
[0]uint256Token balance of a given ccount