抱歉,您的浏览器无法访问本站
本页面需要浏览器支持(启用)JavaScript
了解详情 >

Good Samaritan1. 题目 1.1 This instance represents a Good Samaritan that is wealthy and ready to donate some coins to anyone requesting it. Would you be able to drain all the balance from his Wallet?...

DoubleEntryPoint1. 题目要求 1.1 此级别具有CryptoVault特殊功能,sweepToken功能。这是用于检索卡在合约中的代币的常用函数。操作CryptoVault使用underlying无法清除的令牌,因为它是 . 的重要核心逻辑组件CryptoVault。可以清除任何其他令牌。 底层代币是合约定义中实施的 DET 代币的一个实例DoubleEntryPoint,...

Dex Two1. 题目要求 1.1 This level will ask you to break DexTwo, a subtlely modified Dex contract from the previous level, in a different way. You need to drain all balances of token1 and token2 from th...

Dex1. 题目要求 1.1 此题目的目标是让您破解下面的基本合约并通过价格操纵窃取资金。 一开始您可以得到10个token1和token2。合约以每个代币100个开始。 如果您设法从合约中取出两个代币中的至少一个,并让合约得到一个的“坏”的token价格,您将在此级别上取得成功。 注意: 通常,当您使用ERC20代币进行交换时,您必须approve合约才能为您使用代币。为了与题目的语法...

Shop1. 题目要求 1.1 您能在商店以低于要求的价格购买到商品吗? 可能有帮助的注意点: shop合约预计由买家使用 了解view函数的限制 1.2 题目代码: 1234567891011121314151617181920// SPDX-License-Identifier: MITpragma solidity ^0.8.0;interface Buyer {...

Here's something encrypted, password is required to continue reading.

验证签名1. 签名代码:12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061// SPDX-License-Identifier: MITpragma solidity ^0.8.4; /* 1. m...

Denial1. 题目要求 1.1 这是一个简单的钱包,会随着时间的推移而流失资金。您可以成为提款伙伴,慢慢提款。 通关条件: 在owner调用withdraw()时拒绝提取资金(合约仍有资金,并且交易的gas少于1M) 1.2 题目要求 123456789101112131415161718192021222324252627282930313233// SPDX-License-...

Alien Codex1. 题目要求 1.1 你打开了一个 Alien 合约. 申明所有权来完成这一关. 这可能有帮助 理解Array Storage是怎么回事 理解 ABI specifications 使用一个非常 狗 方法 1.2 题目代码: 12345678910111213141516171819202122232425262728293031// SPDX-Licen...

MagicNumber1. 题目要求 1.1 To solve this level, you only need to provide the Ethernaut with a Solver, a contract that responds to whatIsTheMeaningOfLife() with the right number. Easy right? Well… there...



政策 · 统计 | 本站使用 Volantis 主题设计