Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
Latest 1 from a total of 1 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
0x60606040 | 6240061 | 2266 days ago | IN | 0 ETH | 0.00151746 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
Loading...
Loading
Contract Name:
EtheremonTradingVerifier
Compiler Version
v0.4.19+commit.c4cbbb05
Optimization Enabled:
No with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2018-08-30 */ pragma solidity ^0.4.16; interface EtheremonTradeData { function isOnTrade(uint _objId) constant external returns(bool); } contract EtheremonTradingVerifier { address public tradingData; function EtheremonTradingVerifier(address _tradingData) public { tradingData = _tradingData; } function isOnTrading(uint64 _objId) constant external returns(bool) { EtheremonTradeData monTradeData = EtheremonTradeData(tradingData); return monTradeData.isOnTrade(_objId); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"constant":true,"inputs":[{"name":"_objId","type":"uint64"}],"name":"isOnTrading","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"tradingData","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[{"name":"_tradingData","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"}]
Contract Creation Code
6060604052341561000f57600080fd5b60405160208061028283398101604052808051906020019091905050806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550506102078061007b6000396000f30060606040526004361061004c576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063a847a71c14610051578063a85f5c2e14610096575b600080fd5b341561005c57600080fd5b61007c600480803567ffffffffffffffff169060200190919050506100eb565b604051808215151515815260200191505060405180910390f35b34156100a157600080fd5b6100a96101b6565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6000806000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508073ffffffffffffffffffffffffffffffffffffffff1663ff510ad8846000604051602001526040518263ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401808267ffffffffffffffff168152602001915050602060405180830381600087803b151561019357600080fd5b6102c65a03f115156101a457600080fd5b50505060405180519050915050919050565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a723058204b8d972bef5d2a5c5ce73ff1836dac7e1a421528f704430ef91fae6153f9d84f00290000000000000000000000009a376e31f1947c468ca904b4307c8970667e0ec2
Deployed Bytecode
0x60606040526004361061004c576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063a847a71c14610051578063a85f5c2e14610096575b600080fd5b341561005c57600080fd5b61007c600480803567ffffffffffffffff169060200190919050506100eb565b604051808215151515815260200191505060405180910390f35b34156100a157600080fd5b6100a96101b6565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6000806000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508073ffffffffffffffffffffffffffffffffffffffff1663ff510ad8846000604051602001526040518263ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401808267ffffffffffffffff168152602001915050602060405180830381600087803b151561019357600080fd5b6102c65a03f115156101a457600080fd5b50505060405180519050915050919050565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a723058204b8d972bef5d2a5c5ce73ff1836dac7e1a421528f704430ef91fae6153f9d84f0029
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000009a376e31f1947c468ca904b4307c8970667e0ec2
-----Decoded View---------------
Arg [0] : _tradingData (address): 0x9A376e31f1947c468Ca904b4307c8970667e0EC2
-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 0000000000000000000000009a376e31f1947c468ca904b4307c8970667e0ec2
Swarm Source
bzzr://4b8d972bef5d2a5c5ce73ff1836dac7e1a421528f704430ef91fae6153f9d84f
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
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.