totalSharesIssued

This method returns the total amount of issued shares.

Function

function totalSharesIssued() external view returns (uint);

Return values

Value
Description

uint _val

Total amount of issued shares.

Last updated