💧 Faucet (for Testing)
For the purposes of this hackathon, EZE Finance provides a Faucet page where users can mint mock tokens to simulate real-world DeFi interactions. These mock tokens are designed to replicate popular cryptocurrencies and stablecoins, enabling users to test the platform’s features without using real assets. Alternatively, users can manually mint these tokens directly from the Base Sepolia Explorer using the provided contract addresses.
Minting Mock Tokens via Faucet Page
The Faucet page is an integral part of the testing environment, allowing users to quickly and easily obtain mock tokens for experimentation. Simply navigate to the Faucet section of the EZE Finance platform, select the desired token, and mint the required amount. The available mock tokens include:
MockUSDC: A stablecoin pegged to the value of the US dollar.
MockUNI: A token representing Uniswap’s governance token.
MockUSDT: Another stablecoin pegged to the value of the US dollar.
MockWETH: A wrapped version of Ethereum (ETH) for seamless DeFi integration.
MockDAI: A decentralized stablecoin commonly used in DeFi protocols.
These tokens can be used to test various functionalities of the platform, such as staking, swapping, and rebalancing.
Manual Minting via Base Sepolia Explorer
If you prefer to mint tokens manually, you can do so using the Base Sepolia Explorer at the following URL: https://sepolia.basescan.org/
Below are the deployed contract addresses for each mock token:
MockUSDC deployed to:
0x8fD29CC673C16d0466D5eA0250dC3d040554F4a3
MockUNI deployed to:
0xbb072b81D265D4F574b324Cea7469C9369281Da0
MockUSDT deployed to:
0xaa7DcAae6C6e579A326B860572Da90A149Dc1266
MockWETH deployed to:
0x1133c55280Be106f985622bF56dcc7Fb3C3D6Ee0
MockDAI deployed to:
0x9A410E847e6161c96C72a7C40beaDAD5c86ea6aE
To mint tokens manually:
Visit the Base Sepolia Explorer website.
Navigate to the respective contract address for the token you wish to mint.
Use the mint function provided by the smart contract to generate the desired amount of tokens.
Note
The mock tokens are solely for testing purposes during this hackathon and hold no real-world value.
All transactions conducted with these tokens are simulated and do not affect real blockchain networks or assets.
Future iterations of EZE Finance will integrate with real DeFi protocols and tokens, replacing these mock implementations.
Last updated