ETH Price: $2,509.40 (-0.31%)

Transaction Decoder

Block:
20453465 at Aug-04-2024 06:42:23 AM +UTC
Transaction Fee:
0.000041104 ETH $0.10
Gas Used:
41,104 Gas / 1 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x64b7316D...95a0698f7
0.02046506470769549 Eth
Nonce: 38
0.02042396070769549 Eth
Nonce: 39
0.000041104
(beaverbuild)
18.457979450408712529 Eth18.457980107203856177 Eth0.000000656795143648

Execution Trace

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