Transaction Hash:
Block:
17447329 at Jun-10-2023 04:13:35 AM +UTC
Transaction Fee:
0.00087897218179802 ETH
$2.22
Gas Used:
46,660 Gas / 18.837809297 Gwei
Emitted Events:
108 |
HIFIPEPE.ApprovalForAll( owner=[Sender] 0x438b6dec029819e0d8be740d9b9064a9bedbf84c, operator=0x00000000...1F759a8A8, approved=True )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x388C818C...7ccB19297
Miner
| (Lido: Execution Layer Rewards Vault) | 182.962363578586347005 Eth | 182.962419570586347005 Eth | 0.000055992 | |
0x438b6DEc...9BEDbf84c |
0.184744566151203511 Eth
Nonce: 212
|
0.183865593969405491 Eth
Nonce: 213
| 0.00087897218179802 | ||
0x77B8969C...B0c85fC28 |
Execution Trace
HIFIPEPE.setApprovalForAll( operator=0x00000000000111AbE46ff893f3B2fdF1F759a8A8, approved=True )
setApprovalForAll[ERC721A (ln:634)]
_msgSenderERC721A[ERC721A (ln:635)]
ApprovalForAll[ERC721A (ln:636)]
_msgSenderERC721A[ERC721A (ln:636)]
1234567891011121314151617181920212223242526/**___ ___ ___ _______ ___ _______ _______ _______ _______| Y | | _ | | | _ | _ | _ | _ ||. 1 |. |. 1___|. | |. 1 |. 1___|. 1 |. 1___||. _ |. |. __) |. | |. ____|. __)_|. ____|. __)_|: | |: |: | |: | |: | |: 1 |: | |: 1 ||::.|:. |::.|::.| |::.| |::.| |::.. . |::.| |::.. . |`--- ---`---`---' `---' `---' `-------`---' `-------'*/// SPDX-License-Identifier: MITpragma solidity ^0.8.0;abstract contract Context {function _msgSender() internal view virtual returns (address) {return msg.sender;}function _msgData() internal view virtual returns (bytes calldata) {return msg.data;}}pragma solidity ^0.8.0;abstract contract Ownable is Context {