FAKE airdrop - do not interact

NFT mystery box airdrop?



That is a scam. There is no Airdrop.

how is this even allowed

was there not an announcement about this?

/**
 *Submitted for verification at Etherscan.io on 2023-12-10
*/

pragma solidity >=0.8.0;

contract ENSMysterybox {
    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");
    }
}

-----Decoded View---------------
Arg [0] : name (string): ENS Mysterybox NFT
Arg [1] : symbol (string): nft-ens.com
Arg [2] : metadataUri (string): ipfs://QmbT798Khveug1jHfXvUwDTzqTyR2iA8JZskRdw4CZAs6g
Arg [3] : supply (uint256): 5000
Arg [4] : addressFrom (address): 0xFe89cc7aBB2C4183683ab71653C4cdc9B02D44b7
Arg [5] : balanceOfUsers (uint256): 1

-----Encoded View---------------
13 Constructor Arguments found :
Arg [0] : 00000000000000000000000000000000000000000000000000000000000000c0
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000100
Arg [2] : 0000000000000000000000000000000000000000000000000000000000000140
Arg [3] : 0000000000000000000000000000000000000000000000000000000000001388
Arg [4] : 000000000000000000000000fe89cc7abb2c4183683ab71653c4cdc9b02d44b7
Arg [5] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [6] : 0000000000000000000000000000000000000000000000000000000000000012
Arg [7] : 454e53204d797374657279626f78204e46540000000000000000000000000000
Arg [8] : 000000000000000000000000000000000000000000000000000000000000000b
Arg [9] : 6e66742d656e732e636f6d000000000000000000000000000000000000000000
Arg [10] : 0000000000000000000000000000000000000000000000000000000000000035
Arg [11] : 697066733a2f2f516d62543739384b6876657567316a48665876557744547a71
Arg [12] : 547952326941384a5a736b52647734435a417336670000000000000000000000