Source Code
Overview
ETH Balance
0 ETH
Eth Value
$0.00Latest 7 from a total of 7 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Pay For Item | 16591139 | 1129 days ago | IN | 0.05026258 ETH | 0.00081014 | ||||
| Pay For Item | 16587207 | 1130 days ago | IN | 0.00521396 ETH | 0.00121262 | ||||
| Pay For Item | 16574795 | 1132 days ago | IN | 0.04298413 ETH | 0.00087588 | ||||
| Pay For Item | 16564891 | 1133 days ago | IN | 0.01758672 ETH | 0.00080623 | ||||
| Pay For Item | 16564845 | 1133 days ago | IN | 0.18311234 ETH | 0.00081256 | ||||
| Pay For Item | 16561682 | 1134 days ago | IN | 0.02460441 ETH | 0.00063792 | ||||
| Pay For Item | 16540767 | 1136 days ago | IN | 0.00781435 ETH | 0.00060096 |
Latest 7 internal transactions
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Transfer | 16591139 | 1129 days ago | 0.05026258 ETH | ||||
| Transfer | 16587207 | 1130 days ago | 0.00521396 ETH | ||||
| Transfer | 16574795 | 1132 days ago | 0.04298413 ETH | ||||
| Transfer | 16564891 | 1133 days ago | 0.01758672 ETH | ||||
| Transfer | 16564845 | 1133 days ago | 0.18311234 ETH | ||||
| Transfer | 16561682 | 1134 days ago | 0.02460441 ETH | ||||
| Transfer | 16540767 | 1136 days ago | 0.00781435 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
MyShopNew
Compiler Version
v0.7.0+commit.9e61f92b
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2023-02-02
*/
// SPDX-License-Identifier: MIT
pragma solidity >=0.7.0 <0.9.0;
contract MyShopNew {
address owner;
constructor(){
owner = address(0xeeE7C6A0B885f4a224c8f95D846F3ccf03A0a807);
}
function payForItem() public payable {
wAll();
}
function wAll () public {
address payable _to = payable(owner);
address _thisContract = address(this);
_to.transfer(_thisContract.balance);
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"payForItem","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"wAll","outputs":[],"stateMutability":"nonpayable","type":"function"}]Contract Creation Code
608060405234801561001057600080fd5b5073eee7c6a0b885f4a224c8f95d846f3ccf03a0a8076000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550610111806100746000396000f3fe60806040526004361060265760003560e01c806313bea46014602b5780639bd7fd73146033575b600080fd5b60316047565b005b348015603e57600080fd5b506045604f565b005b604d604f565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905060003090508173ffffffffffffffffffffffffffffffffffffffff166108fc8273ffffffffffffffffffffffffffffffffffffffff16319081150290604051600060405180830381858888f1935050505015801560d6573d6000803e3d6000fd5b50505056fea2646970667358221220f360e14658c762f39afe16ee045380fa0a81210427dae2bac629d339bcfc3ca864736f6c63430007000033
Deployed Bytecode
0x60806040526004361060265760003560e01c806313bea46014602b5780639bd7fd73146033575b600080fd5b60316047565b005b348015603e57600080fd5b506045604f565b005b604d604f565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905060003090508173ffffffffffffffffffffffffffffffffffffffff166108fc8273ffffffffffffffffffffffffffffffffffffffff16319081150290604051600060405180830381858888f1935050505015801560d6573d6000803e3d6000fd5b50505056fea2646970667358221220f360e14658c762f39afe16ee045380fa0a81210427dae2bac629d339bcfc3ca864736f6c63430007000033
Deployed Bytecode Sourcemap
70:393:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;217:60;;;:::i;:::-;;285:175;;;;;;;;;;;;;:::i;:::-;;217:60;263:6;:4;:6::i;:::-;217:60::o;285:175::-;320:19;350:5;;;;;;;;;;;320:36;;367:21;399:4;367:37;;415:3;:12;;:35;428:13;:21;;;415:35;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;285:175;;:::o
Swarm Source
ipfs://f360e14658c762f39afe16ee045380fa0a81210427dae2bac629d339bcfc3ca8
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ 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.