ETH Price: $1,872.26 (-1.91%)

Transaction Decoder

Block:
15977707 at Nov-15-2022 08:06:35 PM +UTC
Transaction Fee:
0.001175528041921004 ETH $2.20
Gas Used:
46,142 Gas / 25.476313162 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x833B78b2...b2F051380
0.095419588083892972 Eth
Nonce: 2455
0.094244060041971968 Eth
Nonce: 2456
0.001175528041921004
(beaverbuild)
7.368936544369516775 Eth7.369005757369516775 Eth0.000069213
0xA97AD3ce...52C44DCE6

Execution Trace

FlurAlphaPass.setApprovalForAll( operator=0x00000000000111AbE46ff893f3B2fdF1F759a8A8, approved=True )
setApprovalForAll[ERC721A (ln:927)]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @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
* ====
*/
function isContract(address account) internal view returns (bool) {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX