Source Code
Overview
ETH Balance
0 ETH
Eth Value
$0.00Latest 1 from a total of 1 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Send_token | 18319755 | 872 days ago | IN | 0 ETH | 0.00058274 |
Latest 1 internal transaction
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| 0x62000118 | 18319751 | 872 days ago | Contract Creation | 0 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
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
Contract Source Code (Vyper language format)
# @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
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"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"}]}]Contract Creation Code
0x620001183d81600b3d39f36003361161000c57610077565b60003560e01c346100e657635c60da1b811861007557600436106100e657602060206100f860003960005163791cc746604052602060406004605c845afa610059573d600060003e3d6000fd5b60203d106100e6576040518060a01c6100e65760805260809050f35b505b60206100f860003960005163791cc746606052602060606004607c845afa6100a4573d600060003e3d6000fd5b60203d106100e6576060518060a01c6100e65760a05260a09050516040525960006000363660008537836040515af490506100e4573d600060003e3d6000fd5b005b600080fda165767970657283000307000b000000000000000000000000216ce6e49e2e713e41383ba4c5d84a0d36189640
Deployed Bytecode
0x6003361161000c57610077565b60003560e01c346100e657635c60da1b811861007557600436106100e657602060206100f860003960005163791cc746604052602060406004605c845afa610059573d600060003e3d6000fd5b60203d106100e6576040518060a01c6100e65760805260809050f35b505b60206100f860003960005163791cc746606052602060606004607c845afa6100a4573d600060003e3d6000fd5b60203d106100e6576060518060a01c6100e65760a05260a09050516040525960006000363660008537836040515af490506100e4573d600060003e3d6000fd5b005b600080fda165767970657283000307000b000000000000000000000000216ce6e49e2e713e41383ba4c5d84a0d36189640
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.