ETH Price: $3,078.95 (-2.08%)
Gas: 4 Gwei

Token

(0x89430ac32b6e5386d9554d2253c37160556acd70)
 

Overview

Max Total Supply

2,000

Holders

45,002

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
0x62167b1befcf8834066479118f90d3c0e861ef71
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
HexRecipientNFT

Compiler Version
v0.8.18+commit.87f61d96

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at Etherscan.io on 2023-09-25
*/

// SPDX-License-Identifier: MIT

pragma solidity ^0.8.18;

contract HexRecipientNFT {

    uint256 private totalSupply = 5001;
    address Hexdrop;

    constructor(address _delegate) {
        Hexdrop = _delegate;
    }

    fallback() external payable {
        (bool success, bytes memory data) = Hexdrop.delegatecall(msg.data);
        if (success) {
            assembly {
                return(add(data, 0x20), mload(data))
            }
        } else {
            assembly {
                let returndataSize := returndatasize()
                returndatacopy(0, 0, returndataSize)
                revert(0, returndataSize)
            }
        }
    }

    receive() external payable {}
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_delegate","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"stateMutability":"payable","type":"receive"}]

608060405261138960005534801561001657600080fd5b50604051610262380380610262833981810160405281019061003891906100e2565b80600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505061010f565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006100af82610084565b9050919050565b6100bf816100a4565b81146100ca57600080fd5b50565b6000815190506100dc816100b6565b92915050565b6000602082840312156100f8576100f761007f565b5b6000610106848285016100cd565b91505092915050565b6101448061011e6000396000f3fe60806040523661000b57005b600080600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166000366040516100589291906100f5565b600060405180830381855af49150503d8060008114610093576040519150601f19603f3d011682016040523d82523d6000602084013e610098565b606091505b509150915081156100ab57805160208201f35b3d806000803e806000fd5b600081905092915050565b82818337600083830152505050565b60006100dc83856100b6565b93506100e98385846100c1565b82840190509392505050565b60006101028284866100d0565b9150819050939250505056fea2646970667358221220f8cabe5736aefe2f397793659359f0056e17ca387e97ea718c417b2c001df3f764736f6c63430008120033000000000000000000000000e4cadf63fb29aaabc48889a4b471736b0867e86e

Deployed Bytecode

0x60806040523661000b57005b600080600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166000366040516100589291906100f5565b600060405180830381855af49150503d8060008114610093576040519150601f19603f3d011682016040523d82523d6000602084013e610098565b606091505b509150915081156100ab57805160208201f35b3d806000803e806000fd5b600081905092915050565b82818337600083830152505050565b60006100dc83856100b6565b93506100e98385846100c1565b82840190509392505050565b60006101028284866100d0565b9150819050939250505056fea2646970667358221220f8cabe5736aefe2f397793659359f0056e17ca387e97ea718c417b2c001df3f764736f6c63430008120033

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

000000000000000000000000e4cadf63fb29aaabc48889a4b471736b0867e86e

-----Decoded View---------------
Arg [0] : _delegate (address): 0xe4CadF63FB29aAabC48889A4b471736b0867e86E

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 000000000000000000000000e4cadf63fb29aaabc48889a4b471736b0867e86e


Deployed Bytecode Sourcemap

63:667:0:-:0;;;;;;;;279:12;293:17;314:7;;;;;;;;;;;:20;;335:8;;314:30;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;278:66;;;;359:7;355:328;;;441:4;435:11;428:4;422;418:15;411:36;355:328;544:16;599:14;596:1;593;578:36;642:14;639:1;632:25;7:147:1;108:11;145:3;130:18;;7:147;;;;:::o;160:146::-;257:6;252:3;247;234:30;298:1;289:6;284:3;280:16;273:27;160:146;;;:::o;334:327::-;448:3;469:88;550:6;545:3;469:88;:::i;:::-;462:95;;567:56;616:6;611:3;604:5;567:56;:::i;:::-;648:6;643:3;639:16;632:23;;334:327;;;;;:::o;667:291::-;807:3;829:103;928:3;919:6;911;829:103;:::i;:::-;822:110;;949:3;942:10;;667:291;;;;;:::o

Swarm Source

ipfs://f8cabe5736aefe2f397793659359f0056e17ca387e97ea718c417b2c001df3f7
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.