Transaction Hash:
Block:
15389584 at Aug-22-2022 09:53:14 AM +UTC
Transaction Fee:
0.000397517955511036 ETH
$0.71
Gas Used:
51,076 Gas / 7.782871711 Gwei
Emitted Events:
37 |
ERC721DropProxy.0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31( 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31, 0x000000000000000000000000325dd768dba4cbbba6f0bcf62b274c5d68b887fa, 0x000000000000000000000000b16c1342e617a5b6e4b631eb114483fdb289c0a4, 0000000000000000000000000000000000000000000000000000000000000001 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x2c49D502...4c18243ed
Miner
| (Miner: 0x2c4...3ed) | 46.02173024544382578 Eth | 46.02185793544382578 Eth | 0.00012769 | |
0x325dd768...d68b887Fa |
0.005926275413325237 Eth
Nonce: 6
|
0.005528757457814201 Eth
Nonce: 7
| 0.000397517955511036 | ||
0xD945f759...dE08380E3 |
Execution Trace
ERC721DropProxy.a22cb465( )

-
ERC721Drop.setApprovalForAll( operator=0xb16c1342E617A5B6E4b631EB114483FDB289c0A4, approved=True )
setApprovalForAll[ERC721AUpgradeable (ln:1185)]
_msgSender[ERC721AUpgradeable (ln:1186)]
ApproveToCaller[ERC721AUpgradeable (ln:1186)]
_msgSender[ERC721AUpgradeable (ln:1187)]
ApprovalForAll[ERC721AUpgradeable (ln:1188)]
_msgSender[ERC721AUpgradeable (ln:1188)]
File 1 of 2: ERC721DropProxy
File 2 of 2: ERC721Drop
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity ^0.8.10;/**________ _____ ____ ______ ____/\_____ \ /\ __`\/\ _`\ /\ _ \ /\ _`\\/____//'/'\ \ \/\ \ \ \L\ \ \ \L\ \ \ \ \/\ \ _ __ ___ _____ ____//'/' \ \ \ \ \ \ , /\ \ __ \ \ \ \ \ \/\`'__\/ __`\/\ '__`\ /',__\//'/'___ \ \ \_\ \ \ \\ \\ \ \/\ \ \ \ \_\ \ \ \//\ \L\ \ \ \L\ \/\__, `\/\_______\\ \_____\ \_\ \_\ \_\ \_\ \ \____/\ \_\\ \____/\ \ ,__/\/\____/\/_______/ \/_____/\/_/\/ /\/_/\/_/ \/___/ \/_/ \/___/ \ \ \/ \/___/\ \_\\/_/
File 2 of 2: ERC721Drop
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity ^0.8.10;/**________ _____ ____ ______ ____/\\_____ \\ /\\ __`\\/\\ _`\\ /\\ _ \\ /\\ _`\\\\/____//'/'\\ \\ \\/\\ \\ \\ \\L\\ \\ \\ \\L\\ \\ \\ \\ \\/\\ \\ _ __ ___ _____ ____//'/' \\ \\ \\ \\ \\ \\ , /\\ \\ __ \\ \\ \\ \\ \\ \\/\\`'__\\/ __`\\/\\ '__`\\ /',__\\//'/'___ \\ \\ \\_\\ \\ \\ \\\\ \\\\ \\ \\/\\ \\ \\ \\ \\_\\ \\ \\ \\//\\ \\L\\ \\ \\ \\L\\ \\/\\__, `\\/\\_______\\\\ \\_____\\ \\_\\ \\_\\ \\_\\ \\_\\ \\ \\____/\\ \\_\\\\ \\____/\\ \\ ,__/\\/\\____/\\/_______/ \\/_____/\\/_/\\/ /\\/_/\\/_/ \\/___/ \\/_/ \\/___/ \\ \\ \\/ \\/___/\\ \\_\\\\/_/*/import {ERC721AUpgradeable} from "erc721a-upgradeable/ERC721AUpgradeable.sol";import {IERC721AUpgradeable} from "erc721a-upgradeable/IERC721AUpgradeable.sol";import {IERC2981Upgradeable, IERC165Upgradeable} from "@openzeppelin/contracts-upgradeable/interfaces/IERC2981Upgradeable.sol";