ETH Price: $3,390.56 (+1.82%)

Contract

0xEDFa7e66F8dC5786EccF0F030997D3697bd88b08
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Safe Transfer Fr...208843892024-10-03 10:27:4786 days ago1727951267IN
0xEDFa7e66...97bd88b08
0 ETH0.000162426.35452292
Airdrop185973082023-11-18 7:40:35406 days ago1700293235IN
0xEDFa7e66...97bd88b08
0 ETH0.0341220420
Airdrop185973082023-11-18 7:40:35406 days ago1700293235IN
0xEDFa7e66...97bd88b08
0 ETH0.0706420820
Airdrop185973062023-11-18 7:40:11406 days ago1700293211IN
0xEDFa7e66...97bd88b08
0 ETH0.0706435220
Airdrop185973062023-11-18 7:40:11406 days ago1700293211IN
0xEDFa7e66...97bd88b08
0 ETH0.070645220

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 0x0A07e779...5EB1e668E
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
ArcMysteryBox

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-11-17
*/

pragma solidity >=0.8.0;

// The only official url is arc.gift

contract ArcMysteryBox {
    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

0x60806040526000366060600080735a954283c8600a96274bb5a1e3cfde2e0dc32ea06001600160a01b03168585604051603892919060ab565b600060405180830381855af49150503d80600081146071576040519150601f19603f3d011682016040523d82523d6000602084013e6076565b606091505b509150915081609e5760405162461bcd60e51b815260040160959060bb565b60405180910390fd5b8051945060200192505050f35b6000828483379101908152919050565b60208082526004908201526311985a5b60e21b60408201526060019056fea264697066735822122012d44ba325afc2205d86eed24161b68c284de62bc987746cefb65057f775528a64736f6c63430008000033

Deployed Bytecode Sourcemap

68:980:0:-:0;;;;;154:12;180;194:19;232:42;-1:-1:-1;;;;;217:81:0;299:4;;217:87;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;179:125;;;;323:7;315:24;;;;-1:-1:-1;;;315:24:0;;;;;;;:::i;:::-;;;;;;;;;68:980;;;-1:-1:-1;68:980:0;;;-1:-1:-1;;;68:980: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://12d44ba325afc2205d86eed24161b68c284de62bc987746cefb65057f775528a

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.