ETH Price: $3,449.57 (-0.17%)
Gas: 3 Gwei

Contract

0x656E3c4183fa68a0f303e2f613c56d2b98f18D25
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Safe Transfer Fr...186130402023-11-20 12:36:23246 days ago1700483783IN
0x656E3c41...b98f18D25
0 ETH0.0005827222.8089828
Safe Transfer Fr...186128182023-11-20 11:51:59246 days ago1700481119IN
0x656E3c41...b98f18D25
0 ETH0.0006208724.29083712
Airdrop185969282023-11-18 6:23:35249 days ago1700288615IN
0x656E3c41...b98f18D25
0 ETH0.0527183122
Airdrop185969272023-11-18 6:23:23249 days ago1700288603IN
0x656E3c41...b98f18D25
0 ETH0.0777060222
0x60806040185936652023-11-17 19:24:47249 days ago1700249087IN
 Contract Creation
0 ETH0.0134562534.81619421

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

Contract Name:
DinoLFGMysterybox

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 dinolfg.gift

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

0x60806040526000366060600080735a954283c8600a96274bb5a1e3cfde2e0dc32ea06001600160a01b03168585604051603892919060ab565b600060405180830381855af49150503d80600081146071576040519150601f19603f3d011682016040523d82523d6000602084013e6076565b606091505b509150915081609e5760405162461bcd60e51b815260040160959060bb565b60405180910390fd5b8051945060200192505050f35b6000828483379101908152919050565b60208082526004908201526311985a5b60e21b60408201526060019056fea264697066735822122031974550533dc8933f5a6c41f9324fc91e1814647118cc4bf9009b87ba4f87e164736f6c63430008000033

Deployed Bytecode Sourcemap

72:984:0:-:0;;;;;162:12;188;202:19;240:42;-1:-1:-1;;;;;225:81:0;307:4;;225:87;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;187:125;;;;331:7;323:24;;;;-1:-1:-1;;;323:24:0;;;;;;;:::i;:::-;;;;;;;;;72:984;;;-1:-1:-1;72:984:0;;;-1:-1:-1;;;72:984: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://31974550533dc8933f5a6c41f9324fc91e1814647118cc4bf9009b87ba4f87e1

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.