ETH Price: $3,932.86 (+3.96%)

Contract

0x070cF342293e784A984EDF7DBf58FdC0bB33b34c
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Send_token197664112024-04-30 6:43:23219 days ago1714459403IN
0x070cF342...0bB33b34c
0 ETH0.000544256.88294026

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To
197664062024-04-30 6:42:23219 days ago1714459343  Contract Creation0 ETH
Loading...
Loading

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

Contract Name:
Vyper_contract

Compiler Version
vyper:0.3.7

Optimization Enabled:
N/A

Other Settings:
default evmVersion, MIT license
# @version 0.3.7


interface Factory:
    def sweeper_implementation() -> address: view


FACTORY: immutable(Factory)


@external
def __init__(_factory: Factory):
    FACTORY = _factory


@external
def __default__():
    implementation: address = FACTORY.sweeper_implementation()
    raw_call(implementation, msg.data, is_delegate_call=True)


@view
@external
def implementation() -> address:
    return FACTORY.sweeper_implementation()

Contract Security Audit

Contract ABI

[{"stateMutability":"nonpayable","type":"constructor","inputs":[{"name":"_factory","type":"address"}],"outputs":[]},{"stateMutability":"nonpayable","type":"fallback"},{"stateMutability":"view","type":"function","name":"implementation","inputs":[],"outputs":[{"name":"","type":"address"}]}]

Deployed Bytecode

0x6003361161000c57610077565b60003560e01c346100e657635c60da1b811861007557600436106100e657602060206100f860003960005163791cc746604052602060406004605c845afa610059573d600060003e3d6000fd5b60203d106100e6576040518060a01c6100e65760805260809050f35b505b60206100f860003960005163791cc746606052602060606004607c845afa6100a4573d600060003e3d6000fd5b60203d106100e6576060518060a01c6100e65760a05260a09050516040525960006000363660008537836040515af490506100e4573d600060003e3d6000fd5b005b600080fda165767970657283000307000b000000000000000000000000216ce6e49e2e713e41383ba4c5d84a0d36189640

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
[ 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.