NFT Project Aku Dreams Loses $34 Million To Smart Contract Flaw

Bitcoinist发布于2022-04-26更新于2022-04-26

文章摘要

Akutars, a highly anticipated Ethereum-based NFT project developed by Aku Dreams, which featured the character of a young astronaut, hit...

Akutars, a highly anticipated Ethereum-based NFT project developed by Aku Dreams, which featured the character of a young astronaut, hit a snag after its launch on 22nds April and locked up $34 million due to the faulty code of the smart contract. The pro retired baseball player Micah Johnson founded Aku Dreams and has been selling NFTs since 2020. 
The launch is held in the form of a Dutch auction and contained 15,000 3D avatars NFTs. Akutars defined that the project stipulates the lowest bid would determine the price, and it opened at 3.5 Ethereum (ETH) per NFT. Anyone who paid the higher amount would get a refund, while pass holders were promised to get a 0.5 ETH discount for each NFT they minted.
Unfortunately, the launch changed into a bad dream as the errors in the codes made the project open to exploits. And a user blocked the withdrawals and refunds while attempting to highlight the vulnerabilities within the project, and he said that the developers of Aku Dreams were aware of the bug before they lifted the block.
While the team behind the project acknowledged the issue, saying;
The exploit in the contract was not done out of malice; the person intended to bring attention to best practices for highly visible projects & novel mechanics. They unblocked the exploit quickly after we dug in and took ownership.
Furthermore, the company announced via tweets that it would fulfill its promise to refund 0.5 ETH to pass holders in a day or two.
Yet the experts had detected the issues of refunds, and the project faced another exploit making the team unable to withdraw ETHs from the smart contract. Aku Dreams lost $34 million in total, locked in a smart contract that creators can’t access forever.

BTCUSD

Bitcoin price currently fluctuates in reds at over $38,000. | Source: BTC/USD price chart from TradingView.com Was Aku Dreams Able To Stop This?
Notably, a security researcher Hasan notified the Aku Dreams about the vulnerabilities of the newly launched project, and the company could have prevented the attack. Similarly, another developer going as  @0xInuarashi figured out that Akutars first need to invest in security and audits by saying that a good software developer knows his value and worth.
Despite all these happenings, the community of Aku developers still expects the project’s growth, and they have voiced support for the project in this tough time.
The former MLB player, Micah Johnson, apologized to the community of Aku Dreams, saying; 
Im so sorry. Im so sorry to the Aku family. I care so deeply about the Aku family, I let you all down & I’m so sorry. I will continue to build brick by brick, continue to work tirelessly, because without the Aku community, Aku’s nothing We’ve come too far, I cannot stop now.

你可能也喜欢

达拉斯联邦储备银行的经济学家警告代币化存款的风险

达拉斯联邦储备银行的经济学家警告称,大规模采用代币化存款可能改变银行的融资模式,即时转账会削弱存款稳定性并限制信贷投放。经济学家指出,当前部分存款因客户关系和技术障碍而相对稳定,但代币化将降低转移门槛,客户可快速将资金转向高利率银行,AI代理与智能合约甚至能自动完成此类操作。 模型计算显示,若存款平均停留时间缩短10%,银行承担利率风险的能力将减少约5800亿美元(以10年期资产等价计);若存款利率对市场利率的敏感性上升10%,影响则达约7000亿美元。这可能推高消费者和企业的借贷成本。同时,银行需持有更多高流动性资产(如准备金和美债)以应对潜在的快速资金外流,从而可能挤压信贷空间。 巴西即时支付系统Pix的经验表明,广泛使用即时支付后,银行的流动性资产持有量增加,信贷中介活动减少。尽管并非完全等同,但其显示了即时转移技术可能带来的影响。 目前美国银行业正加速布局代币化存款,例如多个银行协会组建BankChain联盟,摩根大通、花旗等机构合作开发相关基础设施,汇丰与渣打也通过SWIFT完成了首笔代币化存款跨行交易。研究人员认为,该领域仍处早期阶段,具体影响将取决于系统架构、银行间规则及代币化存款的流通范围。

cryptonews.ru7分钟前

达拉斯联邦储备银行的经济学家警告代币化存款的风险

cryptonews.ru7分钟前

协议升级解耦共识与执行,解决扩展瓶颈

高性能区块链常面临相同的架构限制:交易执行直接位于共识路径上。传统同步模式下,验证者必须先执行区块内的交易以确认状态转换的有效性。这种设计确保了网络的确定性,但也使计算成为共享瓶颈——交易越复杂(涉及智能合约逻辑、跨系统协调或状态更新),网络速度就越依赖于验证者的处理速度。 文章介绍,MultiversX通过其测试网已上线的Supernova升级,将共识与执行解耦,从而突破这一限制。升级前,区块生产是顺序的:提案者需先执行交易再提议区块,验证者也必须重新执行才能投票,执行因此成为共识关键路径的一部分。Supernova改变了这一顺序:提案者无需预先执行即可提议区块,验证者立即验证协议规则并投票,而执行则在后台异步进行。执行结果通常在下一个区块头中被引用和公证,使执行滞后共识约一个区块(约600毫秒)。 为解决解耦后的交易有效性问题,Supernova引入了虚拟内存池状态,跟踪待处理交易的非ce、预期余额消耗等,为提案者提供前瞻性的账户活动视图,使其能选择预计执行成功的交易。系统还设置了执行结果包含估计器(EIE)和自动背压机制作为安全防护,防止节点过载或执行滞后过多。 此次升级是MultiversX与Cointelegraph去中心化守护者(CTDG)合作的一部分,CTDG自2026年3月起作为验证者参与网络。Supernova旨在让链上交互感觉即时,测试网和开发网自8月20日起已稳定产出600毫秒的区块,主网预计于2026年9月10日激活。这一转变反映了区块链向响应式应用基础设施而非延迟结算引擎发展的更广泛趋势。

cointelegraph38分钟前

协议升级解耦共识与执行,解决扩展瓶颈

cointelegraph38分钟前

交易

现货
活动图片