Transaction Hash:
Block:
15756474 at Oct-15-2022 10:23:11 PM +UTC
Transaction Fee:
0.000817047969856936 ETH
$3.06
Gas Used:
51,032 Gas / 16.010502623 Gwei
Emitted Events:
42 |
AlphaBlocks.ApprovalForAll( owner=[Sender] 0xadef4849e97573550e622ea46bed63ec73b07c37, operator=0x1E004978...d54003c71, approved=True )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x49738B8B...6F26Cf0B9
Miner
| (Fee Recipient: 0x4973...0b9) | 110.168083958152169389 Eth | 110.168228992789207021 Eth | 0.000145034637037632 | |
0xADef4849...C73B07c37 |
0.113977259559884928 Eth
Nonce: 29
|
0.113160211590027992 Eth
Nonce: 30
| 0.000817047969856936 | ||
0xe52d9224...4B421829b |
Execution Trace
AlphaBlocks.setApprovalForAll( operator=0x1E0049783F008A0085193E00003D00cd54003c71, approved=True )
setApprovalForAll[ERC721A (ln:1301)]
_msgSender[ERC721A (ln:1302)]
isContract[ERC721A (ln:1305)]
revert[ERC721A (ln:1306)]
_msgSender[ERC721A (ln:1308)]
ApprovalForAll[ERC721A (ln:1309)]
_msgSender[ERC721A (ln:1309)]
_msgSender[ERC721A (ln:1312)]
ApprovalForAll[ERC721A (ln:1313)]
_msgSender[ERC721A (ln:1313)]
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MIT// File: @openzeppelin/contracts/utils/Address.sol// OpenZeppelin Contracts (last updated v4.7.0) (utils/Address.sol)pragma solidity ^0.8.1;/*** @dev Collection of functions related to the address type*/library Address {/*** @dev Returns true if `account` is a contract.** [IMPORTANT] * === * It is unsafe to assume that an address for which this function returns* false is an externally-owned account (EOA) and not a contract.** Among others, `isContract` will return false for the following* types of addresses:** - an externally-owned account* - a contract in construction* - an address where a contract will be created* - an address where a contract lived, but was destroyed* ====