ETH Price: $2,997.73 (+3.89%)
Gas: 8 Gwei

Token

The Doge NFT (DOG)
 

Overview

Max Total Supply

16,969,696,969 DOG

Holders

14,614 ( -0.130%)

Market

Price

$0.01 @ 0.000003 ETH (+1.63%)

Onchain Market Cap

$134,031,781.50

Circulating Supply Market Cap

$0.00

Other Info

Token Contract (WITH 18 Decimals)

Balance
128,334.685367663230915521 DOG

Value
$1,013.63 ( ~0.33813207905588 Eth) [0.0008%]
0x67b72964b1a961315386c9a48c86e29e0a773c7f
Loading...
Loading
Loading...
Loading
Loading...
Loading

OVERVIEW

The most iconic meme in internet history, the original Doge, fractionalized and available for anyone to own. Fractionalizing this NFT means that now anyone can own a piece of one of the most recognized and loved images of our generation.

Market

Volume (24H):$466,068.73
Market Capitalization:$0.00
Circulating Supply:0.00 DOG
Market Data Source: Coinmarketcap

# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
InitializedProxy

Compiler Version
v0.8.5+commit.a4f2e591

Optimization Enabled:
Yes with 1000 runs

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

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

/**
 * @title InitializedProxy
 * @author Anna Carroll
 */
contract InitializedProxy {
    // address of logic contract
    address public immutable logic;

    // ======== Constructor =========

    constructor(
        address _logic,
        bytes memory _initializationCalldata
    ) {
        logic = _logic;
        // Delegatecall into the logic contract, supplying initialization calldata
        (bool _ok, bytes memory returnData) =
            _logic.delegatecall(_initializationCalldata);
        // Revert if delegatecall to implementation reverts
        require(_ok, string(returnData));
    }

    // ======== Fallback =========

    fallback() external payable {
        address _impl = logic;
        assembly {
            let ptr := mload(0x40)
            calldatacopy(ptr, 0, calldatasize())
            let result := delegatecall(gas(), _impl, ptr, calldatasize(), 0, 0)
            let size := returndatasize()
            returndatacopy(ptr, 0, size)

            switch result
                case 0 {
                    revert(ptr, size)
                }
                default {
                    return(ptr, size)
                }
        }
    }

    // ======== Receive =========

    receive() external payable {} // solhint-disable-line no-empty-blocks
}

// zf was here :)

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_logic","type":"address"},{"internalType":"bytes","name":"_initializationCalldata","type":"bytes"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"logic","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]

60a060405234801561001057600080fd5b5060405161035738038061035783398101604081905261002f916100d7565b6001600160601b0319606083901b1660805260405160009081906001600160a01b0385169061005f9085906101a5565b600060405180830381855af49150503d806000811461009a576040519150601f19603f3d011682016040523d82523d6000602084013e61009f565b606091505b50915091508181906100cd5760405162461bcd60e51b81526004016100c491906101c1565b60405180910390fd5b505050505061023a565b600080604083850312156100ea57600080fd5b82516001600160a01b038116811461010157600080fd5b60208401519092506001600160401b038082111561011e57600080fd5b818501915085601f83011261013257600080fd5b81518181111561014457610144610224565b604051601f8201601f19908116603f0116810190838211818310171561016c5761016c610224565b8160405282815288602084870101111561018557600080fd5b6101968360208301602088016101f4565b80955050505050509250929050565b600082516101b78184602087016101f4565b9190910192915050565b60208152600082518060208401526101e08160408501602087016101f4565b601f01601f19169190910160400192915050565b60005b8381101561020f5781810151838201526020016101f7565b8381111561021e576000848401525b50505050565b634e487b7160e01b600052604160045260246000fd5b60805160601c60fc61025b60003960008181602a0152607b015260fc6000f3fe608060405260043610601f5760003560e01c8063d7dfa0dd14606b576025565b36602557005b6040517f00000000000000000000000000000000000000000000000000000000000000009036600082376000803683855af43d806000843e8180156067578184f35b8184fd5b348015607657600080fd5b50609d7f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f3fea264697066735822122013174273c18ed4bea127cbc0952900378004a1870c433d85adc8dafba30dae5764736f6c634300080500330000000000000000000000007b0fce54574d9746414d11367f54c9ab94e53dca00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000184626fb2f0000000000000000000000000f5c27c6fe782cbb5c85989ea3e75754748153459000000000000000000000000abefbc9fd2f806065b4f3c237d4b59d9a97bcac70000000000000000000000000000000000000000000000000000000000000d26000000000000000000000000000000000000000036d5011c02b1b33ec5840000000000000000000000000000000000000000000000115eec47f6cf7e35000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000c54686520446f6765204e465400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003444f47000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x608060405260043610601f5760003560e01c8063d7dfa0dd14606b576025565b36602557005b6040517f0000000000000000000000007b0fce54574d9746414d11367f54c9ab94e53dca9036600082376000803683855af43d806000843e8180156067578184f35b8184fd5b348015607657600080fd5b50609d7f0000000000000000000000007b0fce54574d9746414d11367f54c9ab94e53dca81565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f3fea264697066735822122013174273c18ed4bea127cbc0952900378004a1870c433d85adc8dafba30dae5764736f6c63430008050033

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

0000000000000000000000007b0fce54574d9746414d11367f54c9ab94e53dca00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000184626fb2f0000000000000000000000000f5c27c6fe782cbb5c85989ea3e75754748153459000000000000000000000000abefbc9fd2f806065b4f3c237d4b59d9a97bcac70000000000000000000000000000000000000000000000000000000000000d26000000000000000000000000000000000000000036d5011c02b1b33ec5840000000000000000000000000000000000000000000000115eec47f6cf7e35000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000c54686520446f6765204e465400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003444f47000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : _logic (address): 0x7B0fCE54574D9746414D11367F54C9AB94e53DCa
Arg [1] : _initializationCalldata (bytes): 0x626fb2f0000000000000000000000000f5c27c6fe782cbb5c85989ea3e75754748153459000000000000000000000000abefbc9fd2f806065b4f3c237d4b59d9a97bcac70000000000000000000000000000000000000000000000000000000000000d26000000000000000000000000000000000000000036d5011c02b1b33ec5840000000000000000000000000000000000000000000000115eec47f6cf7e35000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000c54686520446f6765204e465400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003444f470000000000000000000000000000000000000000000000000000000000

-----Encoded View---------------
16 Constructor Arguments found :
Arg [0] : 0000000000000000000000007b0fce54574d9746414d11367f54c9ab94e53dca
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [2] : 0000000000000000000000000000000000000000000000000000000000000184
Arg [3] : 626fb2f0000000000000000000000000f5c27c6fe782cbb5c85989ea3e757547
Arg [4] : 48153459000000000000000000000000abefbc9fd2f806065b4f3c237d4b59d9
Arg [5] : a97bcac700000000000000000000000000000000000000000000000000000000
Arg [6] : 00000d26000000000000000000000000000000000000000036d5011c02b1b33e
Arg [7] : c5840000000000000000000000000000000000000000000000115eec47f6cf7e
Arg [8] : 3500000000000000000000000000000000000000000000000000000000000000
Arg [9] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [10] : 0000010000000000000000000000000000000000000000000000000000000000
Arg [11] : 0000014000000000000000000000000000000000000000000000000000000000
Arg [12] : 0000000c54686520446f6765204e465400000000000000000000000000000000
Arg [13] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [14] : 00000003444f4700000000000000000000000000000000000000000000000000
Arg [15] : 0000000000000000000000000000000000000000000000000000000000000000


Deployed Bytecode Sourcemap

123:1276:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;846:4;840:11;789:5;;886:14;773:13;840:11;865:36;980:1;977;961:14;956:3;949:5;942;929:53;1008:16;1061:4;1058:1;1053:3;1038:28;1089:6;1113:66;;;;1240:4;1235:3;1228:17;1113:66;1155:4;1150:3;1143:17;190:30;;;;;;;;;;;;;;;;;;:42:1;178:55;;;160:74;;148:2;133:18;190:30:0;;;;;;

Swarm Source

ipfs://13174273c18ed4bea127cbc0952900378004a1870c433d85adc8dafba30dae57
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.