ETH Price: $2,511.72 (-1.30%)

Transaction Decoder

Block:
22534205 at May-21-2025 10:21:23 PM +UTC
Transaction Fee:
0.000040572178563123 ETH $0.10
Gas Used:
51,593 Gas / 0.786389211 Gwei

Emitted Events:

512 ERC721DropProxy.0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31( 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31, 0x00000000000000000000000064e819f3d6ad856e761403da9a918b3676593751, 0x0000000000000000000000001e0049783f008a0085193e00003d00cd54003c71, 0000000000000000000000000000000000000000000000000000000000000001 )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
8.340112867610615906 Eth8.340115447260615906 Eth0.00000257965
0x64e819F3...676593751
0.000698861010859738 Eth
Nonce: 368
0.000658288832296615 Eth
Nonce: 369
0.000040572178563123
0x6e60bCdF...F67348845

Execution Trace

ERC721DropProxy.a22cb465( )
  • ERC721Drop.setApprovalForAll( operator=0x1E0049783F008A0085193E00003D00cd54003c71, approved=True )
    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