Base

Загрузка...

Русский
Русский
+7 (499) 677-68-84info@terminal-trading.com

© 2025. Все права защищены.

Инструменты

ТерминалТорговляBaseОпционыКоманда трейдеровАвтоследованиеНовости

Обучение

О проектеПомощьАкадемияСтатьи

Установите веб-приложение на свое устройство

Карта сайта

Новости

Источник

 
Источник

Тикер

Язык

Язык

Название

Загрузка...

  • 1
  • 10 / page

Binance futures $90B market went offline last night before 25 minute recovery

reddit

submitted by /u/DirectionMundane5468 [link] [comments]

WLFI’s 40% decline causes millions in losses for crypto whales

reddit

submitted by /u/No-Elephant-Dies [link] [comments]

Bitcoin Liquid Staking Gains Momentum as Lombard Launches BARD Token and Foundation

reddit

submitted by /u/Calm_Voice_9791 [link] [comments]

South Park rips into Trump’s crypto ties in latest episode

reddit

submitted by /u/DryMyBottom [link] [comments]

Bitcoin Stays Below $112K After Tough Jobs Report and Fed Cut Bets. What Next?

reddit

submitted by /u/Every_Hunt_160 [link] [comments]

Трамп рассматривает 11 кандидатов на пост председателя ФРС

finam

Администрация президента США Дональда Трампа рассматривает 11 кандидатов на пост председателя ФРС, который заменит Джерома Пауэлла, среди которых три личности, которые ранее не озвучивались в СМИ, передает CNBC со ссылкой на двоих представителей администрации. «В список новых имен вошли главный рыночный стратег Jefferies Давид Зервос, бывший член совета управляющих ФРС Ларри Линдси и Рик Ридер, директор по инвестициям в глобальные долговые активы BlackRock», - говорится в сообщении. Источники подтвердили предыдущую информацию, публиковавшуюся в СМИ, что в число других восьми кандидатов входят заместители председателя ФРС Мишель Боуман и Филип Джефферсон, член совета управляющих ФРС Крис Уоллер, президент Федерального резервного банка Далласа Лори Логан, бывший глава ФРБ Сент-Луиса Джеймс Буллард и экономист Марк Саммерлин. По данным источников, кандидатов планирует опросить министр финансов Скотт Бессент, после чего представит президенту сокращенный список для окончательного решения.

I got tokens out of few dead website smart contracts

reddit

One thing most DeFi users eventually run into is the frustration of having funds “stuck” in contracts. A farm shuts down, the frontend disappears, or a liquidity pool is abandoned, and suddenly your tokens feel inaccessible. Over the past months I’ve been focusing on recovering these funds directly from EVM contracts — bypassing the dead UI and talking straight to the blockchain. I’ve managed to extract tokens from dead yield farms, abandoned liquidity protocols, and other DeFi ghost towns. These aren’t hacks or exploits — they’re simply direct contract interactions using functions that were always there. If you understand how the EVM works and how to interact with contracts via block explorers or scripting tools, you can often recover assets that most users assume are gone. I’ve documented the process step by step in a guide here (Part 1): 👉 https://fuk.io/how-to-remove-liquidity-or-tokens-directly-from-evm-contract/ How it works (technical TL;DR) Most DeFi projects are just thin frontends that call existing smart contracts. When those frontends disappear, the contracts remain on-chain. Using tools like Etherscan/Polygonscan’s “Write Contract” tab, or frameworks like Hardhat, Foundry, or even web3.py, you can still call the functions yourself. Here are some of the common functions you’ll run into: Liquidity Pools (Uniswap/Sushiswap style)These let you burn your LP tokens and withdraw the underlying assets directly. You’ll usually need to approve the router contract to spend your LP first. removeLiquidity(tokenA, tokenB, liquidity, amountAMin, amountBMin, to, deadline) removeLiquidityETH(token, liquidity, amountTokenMin, amountETHMin, to, deadline) MasterChef / Farming ContractsEven if the frontend is gone, these calls still work if you know the right pool ID (pid). withdraw(pid, amount) → withdraw your staked LP tokens (with rewards). emergencyWithdraw(pid) → pull out your staked LP without caring about rewards. claim(pid) or harvest(pid) (sometimes custom-named) → claim pending rewards. ERC20 Token Recovery balanceOf(address) → check if you still hold farm/reward tokens. transfer(to, amount) → move them out manually. Some contracts even expose helper functions like recoverERC20(address token, uint256 amount) that admins/developers used to rescue stuck funds — sometimes left public by accident. Risks and Caveats Not every contract is recoverable. In some cases, developers hard-rugged by draining liquidity or leaving no valid withdraw functions. Others may include modifiers that lock withdrawals permanently after a certain block. Always read the contract code (or verified source on Etherscan) before interacting. Also, gas can be high — especially if you’re trying this on Ethereum mainnet. Sometimes it’s not worth spending $50+ in gas to recover $20 worth of dead farm tokens. submitted by /u/kingscrown69 [link] [comments]

Pantheon's Debono: Ecb to Cut in September

bloomberg

Pantheon Macroeconomics Senior Europe Economist Melanie Debono Mackenzie on Bloomberg's Daybreak Europe.

«Аэрофлот» восстановил доступ к программе лояльности после кибератаки

finam

«Аэрофлот» восстановил доступ к программе лояльности после кибератаки на IT-инфраструктуру. Об этом говорится в сообщении авиакомпании. Участникам программы вновь доступен личный кабинет, начисление и списание миль на полеты рейсами «Аэрофлот» и авиакомпаний-партнеров, а также на товары и услуги. «В благодарность участникам за понимание в период временно доставленных неудобств срок действия уровней программы, а также миль, подлежащих аннулированию в 2026 году, продлён на один месяц», – добавили в «Аэрофлоте». «Аэрофлот» сообщил о сбое в работе информационных систем 28 июля. Любите получать подарки? Нам 31, а вас уже больше 550 000! В день рождения «Финама» дарим по 1000 ₽ вам и вашим друзьям, которые откроют счет по вашему приглашению.

How often do you all check the price of Bitcoin?

reddit

I always see people saying to not check the price of bitcoin, but honestly I don’t get it. Why wouldn’t you want to watch the chart? That’s half the fun! I check first thing when I wake up, every few hours or so at work, at lunch, right before I clock out, when I'm eating dinner, and then before bed I always check one last time. If I wake up in the middle of the night to take a piss, I’ll take a quick look too. How often do you all check? submitted by /u/NotACatWithAccordion [link] [comments]

Служба поддержки

Часто задаваемые вопросы
Тех. поддержка

Часто задаваемые вопросы

Как восстановить доступ к аккаунту?
Как изменить email/пароль?
Какие есть тарифные планы?
Где найти обучающие материалы?
Какие ИИ модели используются?
Можно ли создать своего ИИ трейдера?
Какие биржи поддерживаются?
Как подключить биржу?
Начать обучение

Бесплатные курсы для начинающих

Требуется иная помощь?
info@terminal-trading.com