Contract
0x245eDE9dac68B84f329e21024E0083ce432700f9
1
Contract Overview
Balance:
0 Ether
More Info
My Name Tag:
Not Available
[ Download CSV Export ]
Contract Name:
Weisenheimer
Compiler Version
v0.4.24+commit.e67f0147
Optimization Enabled:
No with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2018-07-29 */ pragma solidity ^0.4.19; contract Weisenheimer { event NewHashValue(string, address, uint); function logHashValue(string hashValue) public { emit NewHashValue(hashValue, msg.sender, block.timestamp); } }
[{"constant":false,"inputs":[{"name":"hashValue","type":"string"}],"name":"logHashValue","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":false,"name":"","type":"string"},{"indexed":false,"name":"","type":"address"},{"indexed":false,"name":"","type":"uint256"}],"name":"NewHashValue","type":"event"}]
Contract Creation Code
608060405234801561001057600080fd5b506101b6806100206000396000f300608060405260043610610041576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063d62f7a5b14610046575b600080fd5b34801561005257600080fd5b506100ad600480360381019080803590602001908201803590602001908080601f01602080910402602001604051908101604052809392919081815260200183838082843782019150505050505091929192905050506100af565b005b7fd3642071f078070bacd248a24c140590bf189508db591ec909ed15a8a47c1b0a81334260405180806020018473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001838152602001828103825285818151815260200191508051906020019080838360005b8381101561014b578082015181840152602081019050610130565b50505050905090810190601f1680156101785780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1505600a165627a7a7230582001b6c1f42cdb081f740f7f25c376da173a0d940839a7a6bb05ea197982aecb440029
Swarm Source
bzzr://01b6c1f42cdb081f740f7f25c376da173a0d940839a7a6bb05ea197982aecb44
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.