Skip to main content

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.

Solidity API

Contract: SpaceportTestDigitalAsset

Public Functions

constructor

function constructorconstructor(address defaultAdmin) public

safeMint

function safeMintfunction safeMint(address to) public returns (uint256)

supportsInterface

function supportsInterfacefunction supportsInterface(bytes4 interfaceId) public view returns (bool)

Events

Minted

event Mintedevent Minted(address to, uint256 tokenId)