Feature Tip: Add private address tag to any address under My Name Tag !
Source Code
Latest 5 internal transactions
Advanced mode:
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 0x129a261a...d052Cd97E The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
GeneralPurposeProxy
Compiler Version
v0.8.6+commit.11564f7e
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2023-04-20
*/
// SPDX-License-Identifier: MIT
pragma solidity >=0.7.0;
contract GeneralPurposeProxy {
constructor(address source) payable {
assembly {
sstore(0xf7e3126f87228afb82c9b18537eed25aaeb8171a78814781c26ed2cfeff27e69, source)
}
}
fallback() external payable {
assembly {
let _singleton := sload(0xf7e3126f87228afb82c9b18537eed25aaeb8171a78814781c26ed2cfeff27e69)
calldatacopy(0, 0, calldatasize())
let success := delegatecall(gas(), _singleton, 0, calldatasize(), 0, 0)
returndatacopy(0, 0, returndatasize())
switch success
case 0 {revert(0, returndatasize())}
default { return(0, returndatasize())}
}
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"source","type":"address"}],"stateMutability":"payable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]Contract Creation Code
0x608060405260405161010438038061010483398101604081905261002291610049565b7ff7e3126f87228afb82c9b18537eed25aaeb8171a78814781c26ed2cfeff27e6955610079565b60006020828403121561005b57600080fd5b81516001600160a01b038116811461007257600080fd5b9392505050565b607d806100876000396000f3fe60806040527ff7e3126f87228afb82c9b18537eed25aaeb8171a78814781c26ed2cfeff27e695460003681823780813683855af491503d81823e8180156043573d82f35b3d82fdfea264697066735822122077c95be0b35425396e48a2e9b5dd33d94b767cc7187198e9b1019c30c99912b364736f6c634300080600330000000000000000000000001f1b7a54650e60bc8d9f4628ff46db5884c9710e
Deployed Bytecode
0x60806040527ff7e3126f87228afb82c9b18537eed25aaeb8171a78814781c26ed2cfeff27e695460003681823780813683855af491503d81823e8180156043573d82f35b3d82fdfea264697066735822122077c95be0b35425396e48a2e9b5dd33d94b767cc7187198e9b1019c30c99912b364736f6c63430008060033
Deployed Bytecode Sourcemap
61:715:0:-:0;;;365:66;359:73;462:1;465:14;462:1;;446:34;462:1;;465:14;462:1;529:10;522:5;509:56;494:71;;600:16;462:1;;579:38;638:7;663:36;;;;737:16;462:1;727:27;663:36;681:16;462:1;671:27
Swarm Source
ipfs://77c95be0b35425396e48a2e9b5dd33d94b767cc7187198e9b1019c30c99912b3
Loading...
Loading
Loading...
Loading
Net Worth in USD
$112.80
Net Worth in ETH
0.057875
Token Allocations
ETH
100.00%
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| ETH | 100.00% | $1,949.12 | 0.0579 | $112.8 |
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.