ETH Price: $2,535.59 (-7.13%)
Gas: 1.25 Gwei

Transaction Decoder

Block:
17764590 at Jul-24-2023 05:55:59 PM +UTC
Transaction Fee:
0.002962029525636333 ETH $7.51
Gas Used:
86,783 Gas / 34.131448851 Gwei

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
2.348965886422462671 Eth2.348974564722462671 Eth0.0000086783
0xA08Dc716...4feA2Daa9
0.004155622350198756 Eth
Nonce: 212
0.001193592824562423 Eth
Nonce: 213
0.002962029525636333

Execution Trace

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