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

Guess the new number1. 题目 1.1 要求: The number is now generated on-demand when a guess is made 1.2 题目代码: 1234567891011121314151617181920pragma solidity ^0.4.21;contract GuessTheNewNumberChallenge &#...

Guess the random number1. 题目 1.1 This time the number is generated based on a couple fairly random sources 1.2 题目代码: 1234567891011121314151617181920212223// SPDX-License-Identifier: MITpragma soli...

Guess the secret number1. 题目 1.1 Putting the answer in the code makes things a little too easy. This time I’ve only stored the hash of the number. Good luck reversing a cryptographic hash! 1.2 题目代...

Guess the number1. 题目 I’m thinking of a number. All you have to do is guess it. 题目代码: 12345678910111213141516171819202122// SPDX-License-Identifier: MITpragma solidity ^0.4.21;contract GuessTheNum...

Choose a nickname1. 题目 1.1 智能合约CaptureTheEther会记录每个玩家的昵称。要完成此挑战,请将您的昵称设置为非空字符串。智能合约在地址 的 Ropsten 测试网络上运行0x71c46Ed333C35e4E6c62D32dc7C8F00D125b4fee。 1.2 题目代码 123456789101112131415161718192021222324...

Call me1. 题目 1.1 部署以下合约 1.2 调用命名的函数callme 12345678910// SPDX-License-Identifier: MITpragma solidity ^0.4.21;contract CallMeChallenge { bool public isComplete = false; function callme() ...

Deploy a contracttips: 宝藏博客1. 题目要求 1.1 To complete this challenge, you need to: Install MetaMask. Switch to the Ropsten test network. Get some Ropsten ether. Clicking the “buy” button in MetaMask...

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...



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