ETH Price: $1,945.07 (+1.26%)
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

More Info

Private Name Tags

TokenTracker

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Airdrop147712762022-05-14 3:16:031386 days ago1652498163IN
0x76E9aAa7...564Fd2e2A
0 ETH0.0854514930
Initialize147708672022-05-14 1:40:001386 days ago1652492400IN
0x76E9aAa7...564Fd2e2A
0 ETH0.0050099942.21216903

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

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

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

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

Contract ABI

API
[{"stateMutability":"payable","type":"fallback"}]

0x608060405234801561001057600080fd5b5061010c806100206000396000f3fe60806040526000366060600080731b192d71e2aeaf5d6c12d118e6d3905e8fa2aa586001600160a01b03168585604051603892919060c6565b600060405180830381855af49150503d80600081146071576040519150601f19603f3d011682016040523d82523d6000602084013e6076565b606091505b50915091508160b95760405162461bcd60e51b815260206004820152600b60248201526a6e6f74207375636365737360a81b604482015260640160405180910390fd5b8051945060200192505050f35b818382376000910190815291905056fea26469706673582212206ec8067575ba44d9409a1264146e082b6494a82e9077f8f8afd44161dc73775b64736f6c634300080d0033

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

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
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.