Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.story.foundation/llms.txt

Use this file to discover all available pages before exploring further.

IPAssetRegistry.sol

View the smart contract for the IP Asset Registry.
The IP Asset Registry is responsible for registering IPs into the protocol. It deploys a dedicated IP Account contract for each new IP Asset registered on the protocol (NOTE: This registry inherits from the IP Account Registry)

Notable Functions

IPAssetRegistry.sol
function register(uint256 chainid, address tokenContract, uint256 tokenId) external whenNotPaused returns (address id)
This function registers an ERC-721 NFT as a new IP Asset on Story.