ETH Price: $2,825.89 (+1.89%)

Transaction Decoder

Block:
17765773 at Jul-24-2023 09:53:59 PM +UTC
Transaction Fee:
0.001090470778980038 ETH $3.08
Gas Used:
41,666 Gas / 26.171717443 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x9986cda2...B47a85FaB
0.005338462376373231 Eth
Nonce: 32
0.004247991597393193 Eth
Nonce: 33
0.001090470778980038
(Flashbots: Builder)
0.054154167388580943 Eth0.054203986409088861 Eth0.000049819020507918

Execution Trace

ETH 0.00068737 ERC721DropProxy.efef39a1( )
  • ETH 0.00068737 ERC721Drop.purchase( quantity=1 ) => ( 47994796667477581521568891866953854684624825384904492058716531604340290536109 )
    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