IUniverseToken
IUniverseToken
mint
function mint(address to) external returns (uint256)
Mints new token and transfers it to `to` address.
| Name | Type | Description | 
|---|---|---|
| to | address | Universe owner address. | 
| Name | Type | Description | 
|---|---|---|
| [0] | uint256 | Minted token ID. | 
currentId
function currentId() external view returns (uint256)
Returns current token ID.