View Source: contracts/tokens/SecurityTokenProxy.sol
↗ Extends: OZStorage, SecurityTokenStorage, OwnedUpgradeabilityProxy
SecurityTokenProxy
constructor
function (string _name, string _symbol, uint8 _decimals, uint256 _granularity, string _tokenDetails, address _polymathRegistry) public nonpayable
Arguments
Name | Type | Description |
_name | string | Name of the SecurityToken |
_symbol | string | Symbol of the Token |
_decimals | uint8 | Decimals for the securityToken |
_granularity | uint256 | granular level of the token |
_tokenDetails | string | Details of the token that are stored off-chain |
_polymathRegistry | address | Contract address of the polymath registry |