Bitcoin Forum
May 28, 2024, 02:17:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Vulnerable smart contract? Is that contract ever got closed?  (Read 112 times)
Bryan_Crypto (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 02, 2018, 01:14:05 PM
 #1

Is that contract (https://etherscan.io/address/0x68af0f18c974a9603ec863fefcebb4ceb2589070) ever got closed?

Code:
function SetPwd(bytes32 hash) public payable
{
if( (!isclosed&&(msg.value>1 ether)) || hashPwd==0x00)
{
hashPwd = hash;
sender = msg.sender;
cashOutTime = now;
}
}

I only can see a transaction with exact 1 ether, but haven't it be more than 1 ether to close the contract?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!