Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 5 from a total of 5 transactions
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 0x447D8A05...b703d36A5 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, "revert"); return result; } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Deployed Bytecode
0x60806040526000366060600080731b192d71e2aeaf5d6c12d118e6d3905e8fa2aa586001600160a01b03168585604051603892919060c1565b600060405180830381855af49150503d80600081146071576040519150601f19603f3d011682016040523d82523d6000602084013e6076565b606091505b50915091508160b45760405162461bcd60e51b81526020600482015260066024820152651c995d995c9d60d21b604482015260640160405180910390fd5b8051945060200192505050f35b818382376000910190815291905056fea264697066735822122032251d13c089b7ce2dfbf79a6d44a422eddf7a18638dffc27f9a734d96ab959f64736f6c634300080d0033
Deployed Bytecode Sourcemap
1455:284:0:-:0;;;;;1535:12;1560;1574:19;1605:42;-1:-1:-1;;;;;1597:64:0;1662:4;;1597:70;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1559:108;;;;1686:7;1678:26;;;;-1:-1:-1;;;1678:26:0;;492:2:1;1678:26:0;;;474:21:1;531:1;511:18;;;504:29;-1:-1:-1;;;549:18:1;;;542:36;595:18;;1678:26:0;;;;;;;;1455:284;;;-1:-1:-1;1455:284:0;;;-1:-1:-1;;;1455:284: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://32251d13c089b7ce2dfbf79a6d44a422eddf7a18638dffc27f9a734d96ab959f
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.