ETH Price: $2,540.12 (+0.48%)

Transaction Decoder

Block:
17766712 at Jul-25-2023 01:03:23 AM +UTC
Transaction Fee:
0.00101486225012491 ETH $2.58
Gas Used:
46,090 Gas / 22.019141899 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x035Bed93...205185830
0.245132283977557836 Eth
Nonce: 175
0.244117421727432926 Eth
Nonce: 176
0.00101486225012491
(MEV Builder: 0x563...cf3)
24.332962172358786854 Eth24.332966781358786854 Eth0.000004609

Execution Trace

ETH 0.000777 ERC721DropProxy.efef39a1( )
  • ETH 0.000777 ERC721Drop.purchase( quantity=1 ) => ( 571140428 )
    File 1 of 2: ERC721DropProxy
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: MIT
    pragma solidity ^0.8.10;
    import {ERC1967Proxy} from "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol";
    /// @dev Zora NFT Creator Proxy Access Contract
    contract ERC721DropProxy is ERC1967Proxy {
    constructor(address _logic, bytes memory _data)
    payable
    ERC1967Proxy(_logic, _data)
    {}
    }// SPDX-License-Identifier: MIT
    // OpenZeppelin Contracts v4.4.1 (proxy/ERC1967/ERC1967Proxy.sol)
    pragma solidity ^0.8.0;
    import "../Proxy.sol";
    import "./ERC1967Upgrade.sol";
    /**
    * @dev This contract implements an upgradeable proxy. It is upgradeable because calls are delegated to an
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: ERC721Drop
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: MIT
    pragma solidity ^0.8.10;
    /**
    ________ _____ ____ ______ ____
    /\\_____ \\ /\\ __`\\/\\ _`\\ /\\ _ \\ /\\ _`\\
    \\/____//'/'\\ \\ \\/\\ \\ \\ \\L\\ \\ \\ \\L\\ \\ \\ \\ \\/\\ \\ _ __ ___ _____ ____
    //'/' \\ \\ \\ \\ \\ \\ , /\\ \\ __ \\ \\ \\ \\ \\ \\/\\`'__\\/ __`\\/\\ '__`\\ /',__\\
    //'/'___ \\ \\ \\_\\ \\ \\ \\\\ \\\\ \\ \\/\\ \\ \\ \\ \\_\\ \\ \\ \\//\\ \\L\\ \\ \\ \\L\\ \\/\\__, `\\
    /\\_______\\\\ \\_____\\ \\_\\ \\_\\ \\_\\ \\_\\ \\ \\____/\\ \\_\\\\ \\____/\\ \\ ,__/\\/\\____/
    \\/_______/ \\/_____/\\/_/\\/ /\\/_/\\/_/ \\/___/ \\/_/ \\/___/ \\ \\ \\/ \\/___/
    \\ \\_\\
    \\/_/
    */
    import {ERC721AUpgradeable} from "erc721a-upgradeable/ERC721AUpgradeable.sol";
    import {IERC721Upgradeable} from "@openzeppelin/contracts-upgradeable/interfaces/IERC721Upgradeable.sol";
    import {IERC721AUpgradeable} from "erc721a-upgradeable/IERC721AUpgradeable.sol";
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX