> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cultura.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# SpaceportTestDigitalAsset

# Solidity API

# Contract: SpaceportTestDigitalAsset

## Public Functions

### constructor

```solidity theme={null}
function constructorconstructor(address defaultAdmin) public
```

### safeMint

```solidity theme={null}
function safeMintfunction safeMint(address to) public returns (uint256)
```

### supportsInterface

```solidity theme={null}
function supportsInterfacefunction supportsInterface(bytes4 interfaceId) public view returns (bool)
```

## Events

### `Minted`

```solidity theme={null}
event Mintedevent Minted(address to, uint256 tokenId)
```
