WCT Smart Contracts
Below you can find all the contract addresses for the WalletConnect Token (WCT).
Deployment Addresses
Ethereum Mainnet (Chain ID: 1)
Contract | Address | Description |
---|---|---|
WCT Token | 0x61cc6aF18C351351148815c5F4813A16DEe7A7E4 | Main WCT token contract |
Timelock | 0xB5EFe3783Db55B913C79CBdB81C9d2C0a993f5f0 | Timelock controller |
Optimism (Chain ID: 10)
Contract | Address | Description |
---|---|---|
L2WCT Token | 0xeF4461891DfB3AC8572cCf7C794664A8DD927945 | WCT token on Optimism |
Admin Timelock | 0x61cc6aF18C351351148815c5F4813A16DEe7A7E4 | Admin timelock controller |
Manager Timelock | 0xB5EFe3783Db55B913C79CBdB81C9d2C0a993f5f0 | Manager timelock controller |
WalletConnectConfig | 0xd2f149fAA66DC4448176123f850C14Ff14f978B3 | Protocol configuration |
Pauser | 0x9163de7F22A9f3ad261B3dBfbB9A42886816adE7 | Emergency pause mechanism |
StakeWeight | 0x521B4C065Bbdbe3E20B3727340730936912DfA46 | Manages staking positions |
StakingRewardDistributor | 0xF368F535e329c6d08DFf0d4b2dA961C4e7F3fCAF | Handles rewards distribution |
Airdrop | 0x4ee97a759AACa2EdF9c1445223b6Cd17c2eD3fb4 | Season 1 airdrop distribution |
Token Information
- Total Supply: 1,000,000,000 WCT (1e27 wei)
Common Contract Interactions
When interacting with WCT, there are several common transactions you might encounter:
Staking
approve
on L2WCTToken: Allows the staking contract to use your WCT.stake
on StakeWeight: Creates your staking position.
Claiming Rewards
claim
on StakingRewardDistributor: Claims your accumulated rewards.
Unstaking
unstake
on StakeWeight: Withdraws your WCT after lock period ends.
warning
Be cautious of scam tokens and contracts. Only interact with the official contract addresses listed above.