Smart Contracts
Below are the addresses for the key smart contracts used in the WENBlocks ecosystem:
Mainnet Addresses (To be deployed on ETH):
wnmToken.sol:
[To be announced]
wblkToken.sol:
[To be announced]
wuniToken.sol:
[To be announced]
wntToken.sol:
[To be announced]
wenBlocksManager.sol:
[To be announced]
Testnet Configuration (BSC Testnet):
WETH Address:
0xae13d989daC2f0dEbFf460aC112a837C89BAa7cd
XEN Token Address:
0xF2e42B36F62d6B060Fd4b0b2E30080A6f70e6296
Uniswap V2 Router:
[Configured at deployment]
All WENBlocks contracts are publicly available and verified on Etherscan, ensuring full transparency and trust in the protocol's code.
Contract Interactions
Token Contracts: Must be deployed first
WNMToken: Deployed with token addresses as parameters
WENBlocksManager: Deployed last with all token addresses
Post-deployment: Set manager addresses in each token contract
Initial Setup Requirements
After deployment, the following setup steps are required:
Call
setManagerAddress
on WNMTokenCall
setAddresses
on each reward tokenTransfer initial liquidity tokens to appropriate addresses
Configure the server address for automated airdrops
Last updated