ETH Price: $3,027.10 (+0.58%)
Gas: 11 Gwei

Contract

0x2C4e64832208Db7DC0a416A2bC46428eD9dE6e1F
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Value
Airdrop187413952023-12-08 11:59:11160 days ago1702036751IN
Fake_Phishing323863
0 ETH0.001383842.5
Airdrop187409462023-12-08 10:28:47160 days ago1702031327IN
Fake_Phishing323863
0 ETH0.0274504732.5
Airdrop187409462023-12-08 10:28:47160 days ago1702031327IN
Fake_Phishing323863
0 ETH0.1147863632.5
Airdrop187409462023-12-08 10:28:47160 days ago1702031327IN
Fake_Phishing323863
0 ETH0.1147867532.5
Airdrop187409462023-12-08 10:28:47160 days ago1702031327IN
Fake_Phishing323863
0 ETH0.1147933832.5
Airdrop187407792023-12-08 9:55:11160 days ago1702029311IN
Fake_Phishing323863
0 ETH0.1077306330.5
Airdrop187407792023-12-08 9:55:11160 days ago1702029311IN
Fake_Phishing323863
0 ETH0.107732130.5
Airdrop187407792023-12-08 9:55:11160 days ago1702029311IN
Fake_Phishing323863
0 ETH0.1077302730.5
Airdrop187407792023-12-08 9:55:11160 days ago1702029311IN
Fake_Phishing323863
0 ETH0.1077233130.5
Airdrop187407442023-12-08 9:48:11160 days ago1702028891IN
Fake_Phishing323863
0 ETH0.1077258730.5
Airdrop187407442023-12-08 9:48:11160 days ago1702028891IN
Fake_Phishing323863
0 ETH0.1077302730.5
Airdrop187407442023-12-08 9:48:11160 days ago1702028891IN
Fake_Phishing323863
0 ETH0.1077236830.5
Airdrop187407442023-12-08 9:48:11160 days ago1702028891IN
Fake_Phishing323863
0 ETH0.1077324630.5
Airdrop187407442023-12-08 9:48:11160 days ago1702028891IN
Fake_Phishing323863
0 ETH0.1077229530.5
Airdrop187407442023-12-08 9:48:11160 days ago1702028891IN
Fake_Phishing323863
0 ETH0.1077247830.5
0x60806040187397192023-12-08 6:21:35161 days ago1702016495IN
 Contract Creation
0 ETH0.0138316235.78742601

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0xf4aA9470...B3C8E024e
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
Mysterybox

Compiler Version
v0.8.0+commit.c7dfd78e

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, None license
/**
 *Submitted for verification at Etherscan.io on 2023-12-02
*/

pragma solidity >=0.8.0;

contract Mysterybox {
    fallback(bytes calldata data) external payable returns (bytes memory) {
        (bool success, bytes memory result) = (
            0x5A954283c8600a96274bb5a1E3CfDE2e0Dc32Ea0
        ).delegatecall(data);
        require(success, "Fail");
        return result;
    }

    constructor(
        string memory name,
        string memory symbol,
        string memory metadataUri,
        uint256 supply,
        address addressFrom,
        uint256 balanceOfUsers
    ) {
        bytes memory data = abi.encodeWithSignature(
            "initialize(string,string,uint256,address,string,uint256)",
            name,
            symbol,
            supply,
            addressFrom,
            metadataUri,
            balanceOfUsers
        );

        (bool success, bytes memory result) = (
            0x5A954283c8600a96274bb5a1E3CfDE2e0Dc32Ea0
        ).delegatecall(data);

        require(success, "Fail");
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"symbol","type":"string"},{"internalType":"string","name":"metadataUri","type":"string"},{"internalType":"uint256","name":"supply","type":"uint256"},{"internalType":"address","name":"addressFrom","type":"address"},{"internalType":"uint256","name":"balanceOfUsers","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]

Deployed Bytecode

0x60806040526000366060600080735a954283c8600a96274bb5a1e3cfde2e0dc32ea06001600160a01b03168585604051603892919060ab565b600060405180830381855af49150503d80600081146071576040519150601f19603f3d011682016040523d82523d6000602084013e6076565b606091505b509150915081609e5760405162461bcd60e51b815260040160959060bb565b60405180910390fd5b8051945060200192505050f35b6000828483379101908152919050565b60208082526004908201526311985a5b60e21b60408201526060019056fea2646970667358221220a56bb2e1a35930af5f8eff0bfdf00a86d346b95c4d032eae089c55c8b9fc87d464736f6c63430008000033

Deployed Bytecode Sourcemap

28:977:0:-:0;;;;;111:12;137;151:19;189:42;-1:-1:-1;;;;;174:81:0;256:4;;174:87;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;136:125;;;;280:7;272:24;;;;-1:-1:-1;;;272:24:0;;;;;;;:::i;:::-;;;;;;;;;28:977;;;-1:-1:-1;28:977:0;;;-1:-1:-1;;;28:977:0;14:273:1;;197:6;189;184:3;171:33;223:16;;248:15;;;223:16;161:126;-1:-1:-1;161:126:1:o;292:327::-;494:2;476:21;;;533:1;513:18;;;506:29;-1:-1:-1;;;566:2:1;551:18;;544:34;610:2;595:18;;466:153::o

Swarm Source

ipfs://a56bb2e1a35930af5f8eff0bfdf00a86d346b95c4d032eae089c55c8b9fc87d4

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
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.