Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
CoinSender
Compiler Version
v0.8.0+commit.c7dfd78e
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2023-03-29 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract CoinSender { address payable public targetAddress; constructor() { targetAddress = payable(0x2bcFc5c3616D46c1e8bD17bE02dAAA1D674Da4d6); } function sendCoins() public payable { targetAddress.transfer(msg.value); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"sendCoins","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"targetAddress","outputs":[{"internalType":"address payable","name":"","type":"address"}],"stateMutability":"view","type":"function"}]
Contract Creation Code
608060405234801561001057600080fd5b50732bcfc5c3616d46c1e8bd17be02daaa1d674da4d66000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550610182806100746000396000f3fe6080604052600436106100295760003560e01c80635210eb561461002e578063f302163d14610059575b600080fd5b34801561003a57600080fd5b50610043610063565b60405161005091906100ff565b60405180910390f35b610061610087565b005b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc349081150290604051600060405180830381858888f193505050501580156100ed573d6000803e3d6000fd5b50565b6100f98161011a565b82525050565b600060208201905061011460008301846100f0565b92915050565b60006101258261012c565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff8216905091905056fea2646970667358221220c0df26232d004d47947927a0438f2ff10f9dc83fbe3a52bece8edb9775b7d59864736f6c63430008000033
Deployed Bytecode
0x6080604052600436106100295760003560e01c80635210eb561461002e578063f302163d14610059575b600080fd5b34801561003a57600080fd5b50610043610063565b60405161005091906100ff565b60405180910390f35b610061610087565b005b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc349081150290604051600060405180830381858888f193505050501580156100ed573d6000803e3d6000fd5b50565b6100f98161011a565b82525050565b600060208201905061011460008301846100f0565b92915050565b60006101258261012c565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff8216905091905056fea2646970667358221220c0df26232d004d47947927a0438f2ff10f9dc83fbe3a52bece8edb9775b7d59864736f6c63430008000033
Deployed Bytecode Sourcemap
60:271:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;87:36;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;240:88;;;:::i;:::-;;87:36;;;;;;;;;;;;:::o;240:88::-;287:13;;;;;;;;;;:22;;:33;310:9;287:33;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;240:88::o;7:142:1:-;110:32;136:5;110:32;:::i;:::-;105:3;98:45;88:61;;:::o;155:254::-;;302:2;291:9;287:18;279:26;;315:87;399:1;388:9;384:17;375:6;315:87;:::i;:::-;269:140;;;;:::o;415:104::-;;489:24;507:5;489:24;:::i;:::-;478:35;;468:51;;;:::o;525:126::-;;602:42;595:5;591:54;580:65;;570:81;;;:::o
Swarm Source
ipfs://c0df26232d004d47947927a0438f2ff10f9dc83fbe3a52bece8edb9775b7d598
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
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.