Skip to content

Conversation

@MiaoRunZhuang
Copy link

No description provided.

@vercel
Copy link

vercel bot commented Dec 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Dec 25, 2025 0:44am

const protocolTypeIdentifier = keccak256(toUtf8Bytes('symbiotic'));

// 2) Digest used in contract call
const ownerAddressDigest = keccak256(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// if you are an operator
const ownerAddressDigest = keccak256(
toUtf8Bytes(protocolTypeIdentifier + ADDRESS.toLowerCase()) + 'operator',
);

// if you are an delegator
const ownerAddressDigest = keccak256(
toUtf8Bytes(protocolTypeIdentifier + ADDRESS.toLowerCase())
);

@@ -0,0 +1,32 @@
# Contract Integration Notes

## 1. Contract
Copy link

@RoseRompkxm RoseRompkxm Dec 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*Reward Contract


---

## 2. Function:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*interface


Query how much reward has already been claimed by a specific owner.

**Conceptual signature:**

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*Code Example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants