Source Code
Overview
ETH Balance
0 ETH
More Info
ContractCreator
Multichain Info
N/A
Latest 1 from a total of 1 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Attempt | 2839086 | 9 days ago | IN | 0 ETH | 0.00000129 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
Loading...
Loading
Contract Name:
Winner
Compiler Version
v0.8.4+commit.c7e474f2
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2024-11-29 */ //SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; interface IContract { function attempt() external; } contract Winner { address target = 0x831222f2764C5Cb61E8F502c7DC67fd8FD944B1E; function attempt() external { IContract(target).attempt(); } }
[{"inputs":[],"name":"attempt","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
608060405273831222f2764c5cb61e8f502c7dc67fd8fd944b1e6000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555034801561006457600080fd5b5060eb806100736000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c8063732b7a8d14602d575b600080fd5b60336035565b005b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663732b7a8d6040518163ffffffff1660e01b8152600401600060405180830381600087803b158015609c57600080fd5b505af115801560af573d6000803e3d6000fd5b5050505056fea2646970667358221220a4721b4fb67065bfc0d82e42901f18de7fea607ccfa7990b115570c309f9309064736f6c63430008040033
Deployed Bytecode
0x6080604052348015600f57600080fd5b506004361060285760003560e01c8063732b7a8d14602d575b600080fd5b60336035565b005b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663732b7a8d6040518163ffffffff1660e01b8152600401600060405180830381600087803b158015609c57600080fd5b505af115801560af573d6000803e3d6000fd5b5050505056fea2646970667358221220a4721b4fb67065bfc0d82e42901f18de7fea607ccfa7990b115570c309f9309064736f6c63430008040033
Deployed Bytecode Sourcemap
127:166:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;216:74;;;:::i;:::-;;;265:6;;;;;;;;;;255:25;;;:27;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;216:74::o
Swarm Source
ipfs://a4721b4fb67065bfc0d82e42901f18de7fea607ccfa7990b115570c309f93090
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.