Skip to main content

WCT Smart Contracts

Below you can find all the contract addresses for the WalletConnect Token (WCT).

Deployment Addresses

Ethereum Mainnet (Chain ID: 1)

ContractAddressDescription
WCT Token0x61cc6aF18C351351148815c5F4813A16DEe7A7E4Main WCT token contract
Timelock0xB5EFe3783Db55B913C79CBdB81C9d2C0a993f5f0Timelock controller

Optimism (Chain ID: 10)

ContractAddressDescription
L2WCT Token0xeF4461891DfB3AC8572cCf7C794664A8DD927945WCT token on Optimism
Admin Timelock0x61cc6aF18C351351148815c5F4813A16DEe7A7E4Admin timelock controller
Manager Timelock0xB5EFe3783Db55B913C79CBdB81C9d2C0a993f5f0Manager timelock controller
WalletConnectConfig0xd2f149fAA66DC4448176123f850C14Ff14f978B3Protocol configuration
Pauser0x9163de7F22A9f3ad261B3dBfbB9A42886816adE7Emergency pause mechanism
StakeWeight0x521B4C065Bbdbe3E20B3727340730936912DfA46Manages staking positions
StakingRewardDistributor0xF368F535e329c6d08DFf0d4b2dA961C4e7F3fCAFHandles rewards distribution
Airdrop0x4ee97a759AACa2EdF9c1445223b6Cd17c2eD3fb4Season 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

  1. approve on L2WCTToken: Allows the staking contract to use your WCT.
  2. 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.