Reference – Smart Contracts
In-depth guide to Chain of Rights smart contracts.
Smart Contract Reference
Main Functions
Function | Description |
---|---|
registerIP | Register new IP record (title, CID) |
transferIP | Transfer ownership by record ID |
getMyRecords | Fetch portfolio for address |
disputeIP | Challenge record as fraudulent |
Events
- IPRegistered (owner, recordId, CID, timestamp)
- IPTransferred (from, to, recordId, timestamp)
- DisputeOpened (recordId, challenger, message)