ETH Price: $2,524.46 (-0.51%)

Transaction Decoder

Block:
16857165 at Mar-18-2023 08:57:59 PM +UTC
Transaction Fee:
0.000319003119093868 ETH $0.81
Gas Used:
24,221 Gas / 13.170518108 Gwei

Emitted Events:

426 StarNFTV4.ApprovalForAll( owner=[Sender] 0x68f697130e9626d1ccbaabde9a19a2789492071b, operator=0x1E004978...d54003c71, approved=False )

Account State Difference:

  Address   Before After State Difference Code
0x4F912cC6...E8169DffD
0x68F69713...89492071b
0.001936442095962701 Eth
Nonce: 24
0.001617438976868833 Eth
Nonce: 25
0.000319003119093868
(beaverbuild)
96.278286854048957559 Eth96.278289276148957559 Eth0.0000024221

Execution Trace

StarNFTV4.setApprovalForAll( operator=0x1E0049783F008A0085193E00003D00cd54003c71, approved=False )
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
/*
Copyright 2022 Project Galaxy.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
SPDX-License-Identifier: Apache License, Version 2.0
*/
pragma solidity 0.7.6;
import "IERC721.sol";
import "IERC721Receiver.sol";
import "IERC721Metadata.sol";
import "Address.sol";
import "Strings.sol";
import "Ownable.sol";
import "ERC165.sol";
import "IStarNFT.sol";
/**
* @dev Fork https://github.com/generalgalactic/ERC721S and implement IStarNFT interface
*/
contract StarNFTV4 is Ownable, ERC165, IERC721, IERC721Metadata, IStarNFT {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX