My Feed
Rixbeta
Write
Create Team Blog
Let's kick off a fresh team blog! Bring on the crew and let's get to publishing.
ExploreDraftsBookmarksHackathonsTeam Blogs
AboutCareersOfficial Blog
Download App
Logos & Media

Trending tags
See all

© 2023 Hashnode

capturetheether

#capturetheether

Write An Article
4 Articles
HotNew
lanford33
lanford33.com·Dec 3, 2020

Capture The Ether 题解(Accounts)

Fuzzy identity 目标合约 pragma solidity ^0.4.21; interface IName { function name() external view returns (bytes32); } contract FuzzyIdentityChallenge { bool public isComplete; function auth…

Capture The Ether 题解(Accounts)
capturetheetherSolidity