Transaction Hash:
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:
277 |
FlurAlphaPass.ApprovalForAll( owner=[Sender] 0x833b78b28cab8c181b204d99eba6172b2f051380, operator=0x00000000...1F759a8A8, approved=True )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x833B78b2...b2F051380 |
0.095419588083892972 Eth
Nonce: 2455
|
0.094244060041971968 Eth
Nonce: 2456
| 0.001175528041921004 | ||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 7.368936544369516775 Eth | 7.369005757369516775 Eth | 0.000069213 | |
0xA97AD3ce...52C44DCE6 |
Execution Trace
FlurAlphaPass.setApprovalForAll( operator=0x00000000000111AbE46ff893f3B2fdF1F759a8A8, approved=True )
setApprovalForAll[ERC721A (ln:927)]
_msgSender[ERC721A (ln:928)]
_msgSender[ERC721A (ln:930)]
ApprovalForAll[ERC721A (ln:931)]
_msgSender[ERC721A (ln:931)]
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MITpragma 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) {