Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
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 0xf692CBc1...6A6eF158d The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
NftProxy
Compiler Version
v0.8.13+commit.abaa5c0e
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2022-05-14 */ // // ░█████╗░██████╗░███████╗ ██╗░░░░░███████╗░██████╗░███████╗███╗░░██╗██████╗░ // ██╔══██╗██╔══██╗██╔════╝ ██║░░░░░██╔════╝██╔════╝░██╔════╝████╗░██║██╔══██╗ // ███████║██████╔╝█████╗░░ ██║░░░░░█████╗░░██║░░██╗░█████╗░░██╔██╗██║██║░░██║ // ██╔══██║██╔═══╝░██╔══╝░░ ██║░░░░░██╔══╝░░██║░░╚██╗██╔══╝░░██║╚████║██║░░██║ // ██║░░██║██║░░░░░███████╗ ███████╗███████╗╚██████╔╝███████╗██║░╚███║██████╔╝ // ╚═╝░░╚═╝╚═╝░░░░░╚══════╝ ╚══════╝╚══════╝░╚═════╝░╚══════╝╚═╝░░╚══╝╚═════╝░ // // SPDX-License-Identifier: MIT pragma solidity ^0.8.13; contract NftProxy { fallback(bytes calldata data) payable external returns(bytes memory){ (bool success, bytes memory result) = address(0x1b192d71e2aeaf5d6C12D118E6D3905E8FA2Aa58).delegatecall(data); require(success, "not success"); return result; } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Deployed Bytecode
0x60806040526000366060600080731b192d71e2aeaf5d6c12d118e6d3905e8fa2aa586001600160a01b03168585604051603892919060c6565b600060405180830381855af49150503d80600081146071576040519150601f19603f3d011682016040523d82523d6000602084013e6076565b606091505b50915091508160b95760405162461bcd60e51b815260206004820152600b60248201526a6e6f74207375636365737360a81b604482015260640160405180910390fd5b8051945060200192505050f35b818382376000910190815291905056fea26469706673582212206ec8067575ba44d9409a1264146e082b6494a82e9077f8f8afd44161dc73775b64736f6c634300080d0033
Deployed Bytecode Sourcemap
1473:289:0:-:0;;;;;1553:12;1578;1592:19;1623:42;-1:-1:-1;;;;;1615:64:0;1680:4;;1615:70;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1577:108;;;;1704:7;1696:31;;;;-1:-1:-1;;;1696:31:0;;492:2:1;1696:31:0;;;474:21:1;531:2;511:18;;;504:30;-1:-1:-1;;;550:18:1;;;543:41;601:18;;1696:31:0;;;;;;;;1473:289;;;-1:-1:-1;1473:289:0;;;-1:-1:-1;;;1473:289:0;14:271:1;197:6;189;184:3;171:33;153:3;223:16;;248:13;;;223:16;14:271;-1:-1:-1;14:271:1:o
Swarm Source
ipfs://6ec8067575ba44d9409a1264146e082b6494a82e9077f8f8afd44161dc73775b
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
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.