# Jimmy Stimmy Victim Claim This is a guide on how to claim Baseline fees before the frontend UI is available. We reccomend just waiting for the frontend to be completed but if you would like to start claiming now follow the steps below. Only addresses in this [list](https://gist.github.com/basehunter69/547f93f686a4d38bce08c48ac7635d10) are eligible. 1. Go to 0xSplit’s SplitMain contract on Blastscan: https://blastscan.io/address/0x2ed6c4b5da6378c7897ac67ba9e43102feb694ee#readContract 2. To check your claim amount. Find the read contract function called getERC20Balance and enter you address in the account field, and the Blast WETH address in the token field: ``` account: your address token: 0x4300000000000000000000000000000000000004 ``` ![guide0](https://hackmd.io/_uploads/BJ7eFYSpp.png) If getERC20Balance returns a nonzero value like the image below you can move on to step 3. ![guide1](https://hackmd.io/_uploads/ry4-tFra6.png) If a zero is returned you are either providing the wrong address or you are not qualified. Check this link for a list of qualified addresses. 3. After confirming you have WETH to receive, go to the “Write contract” tab and connect your wallet by click the “Connect to Web3” button: ![image](https://hackmd.io/_uploads/HkbXFtHp6.png) 4. After connecting your wallet, find the function called “withdraw”, and enter the following parameters: ``` account: your address withdrawETH: 0 tokens: [0x4300000000000000000000000000000000000004] ``` ![image](https://hackmd.io/_uploads/SkEEYFrpT.png) After submitting a transaction, you should receive the amount of WETH returned in step 3.