ETH Price: $1,876.22 (-3.16%)
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To

There are no matching entries

1 Internal Transaction found.

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Method Block
From
To
-94019872020-02-02 8:32:001869 days ago1580632320  Contract Creation0 ETH
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0xFEfC8Ffb...4CEbDf3ce
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
Metrics

Compiler Version
v0.5.16+commit.9c3226ce

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MPL-2.0 license
/**
 *Submitted for verification at Etherscan.io on 2020-03-08
*/

pragma solidity ^0.5.0;


contract Metrics {
	address public market;
	address public property;

	constructor(address _market, address _property) public {
		market = _market;
		property = _property;
	}
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"_market","type":"address"},{"internalType":"address","name":"_property","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"constant":true,"inputs":[],"name":"market","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"property","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"}]

Deployed Bytecode

0x6080604052348015600f57600080fd5b506004361060325760003560e01c8063176fd3f014603757806380f55605146059575b600080fd5b603d605f565b604080516001600160a01b039092168252519081900360200190f35b603d606e565b6001546001600160a01b031681565b6000546001600160a01b03168156fea265627a7a7231582057b187f8e0d8f2a8f825bb13ccc1430f2bcf18e531cb2ea71457503ed89f2bc264736f6c63430005100032

Deployed Bytecode Sourcemap

29:184:0:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;29:184:0;;;;;;;;;;;;;;;;;;;;;;;;75:23;;;:::i;:::-;;;;-1:-1:-1;;;;;75:23:0;;;;;;;;;;;;;;50:21;;;:::i;75:23::-;;;-1:-1:-1;;;;;75:23:0;;:::o;50:21::-;;;-1:-1:-1;;;;;50:21:0;;:::o

Swarm Source

bzzr://57b187f8e0d8f2a8f825bb13ccc1430f2bcf18e531cb2ea71457503ed89f2bc2

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]

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.