Content pfp
Content
@
0 reply
0 recast
0 reaction

Zer0Luck pfp
Zer0Luck
@zer0luck
WCT Token Analysis (@walletconnect) contract(impl): https://optimistic.etherscan.io/address/0x4d1070c6e37de5870e11b99e2a006739e77ec5cb#readContract claim: https://airdrop.walletconnect.network/ 1ļøāƒ£ WCT Token Transfer Restrictions: - Initially enforced to ensure network stability and prevent speculative trading. - Restrictions focus token utility on the ecosystem's functionalities. - Can be lifted via community voting or admin action. šŸ”‘ Current Code: - `transferRestrictionsDisabledAfter` = `type(uint256).max` (restrictions ON by default). - Admin can call `disableTransferRestrictions()` to lift restrictions (`transferRestrictionsDisabledAfter = 0`). - Specific addresses can be exempted using `allowedFrom` and `allowedTo`. āš ļø Important: - `DEFAULT_ADMIN_ROLE` is set to `0` during initialization. - Admin roles must be configured post-deployment to enable governance control.
1 reply
0 recast
1 reaction

Zer0Luck pfp
Zer0Luck
@zer0luck
2ļøāƒ£ WCT Staking: Reward-Focused šŸ’° Reward Calculation: - StakeWeight formula: ``` StakeWeight = (Staked Amount * Remaining Lock Time) / 209 ``` - Weekly rewards distributed based on your share of total StakeWeight: ``` rewardShare = positionStakeweight / totalNetworkStakeweight ``` - Rewards are distributed every Thursday. āœ… Eligibility: - Position starts before Thursday 00:00 GMT. - At least 1 week remaining in the lock period.
1 reply
0 recast
0 reaction

Zer0Luck pfp
Zer0Luck
@zer0luck
StakeWeight Decay: - StakeWeight decreases as lock time reduces. - To maintain or increase StakeWeight: 1. Add more WCT (`increaseLockAmount`). 2. Extend the lock duration (`increaseUnlockTime`). šŸ”“ Unlocking & Restaking: - Full unlocking is allowed after the lock period ends (`withdrawAll`). - Claimed rewards can be restaked to maintain or grow StakeWeight.
0 reply
0 recast
0 reaction