Transaction Hash:
Block:
17423643 at Jun-06-2023 08:02:35 PM +UTC
Transaction Fee:
0.005730337935429115 ETH
$15.90
Gas Used:
155,605 Gas / 36.826181263 Gwei
Emitted Events:
232 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x245a7eb931d34f81105a84bc7f4dcce7c0ed6d5b, tokenId=19 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x245a7Eb9...7C0eD6D5B |
0.092859469909865166 Eth
Nonce: 12
|
0.078129131974436051 Eth
Nonce: 13
| 0.014730337935429115 | ||
0x388C818C...7ccB19297
Miner
| (Lido: Execution Layer Rewards Vault) | 144.010383476052050455 Eth | 144.010399036552050455 Eth | 0.0000155605 | |
0x92e6ed49...a45cee8A6 | 0 Eth | 0.009 Eth | 0.009 |
Execution Trace
ETH 0.009
Archetype.mint( )

ETH 0.009
Archetype.mint( )
- ETH 0.009
ArchetypeLogic.8c42a150( )
- ETH 0.009
ArchetypeLogic.a6ea60a4( )
- ETH 0.009
File 1 of 3: Archetype
File 2 of 3: Archetype
File 3 of 3: ArchetypeLogic
12345678910111213141516// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.6.0) (interfaces/IERC2981.sol)pragma solidity ^0.8.0;import "../utils/introspection/IERC165Upgradeable.sol";/*** @dev Interface for the NFT Royalty Standard.** A standardized way to retrieve royalty payment information for non-fungible tokens (NFTs) to enable universal* support for royalty payments across all NFT marketplaces and ecosystem participants.** _Available since v4.5._*/interface IERC2981Upgradeable is IERC165Upgradeable {/*** @dev Returns how much royalty is owed and to whom, based on a sale price that may be denominated in any unit of* exchange. The royalty amount is denominated and should be paid in that same unit of exchange.
File 2 of 3: Archetype
12345678910111213141516// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.6.0) (interfaces/IERC2981.sol)pragma solidity ^0.8.0;import "../utils/introspection/IERC165Upgradeable.sol";/*** @dev Interface for the NFT Royalty Standard.** A standardized way to retrieve royalty payment information for non-fungible tokens (NFTs) to enable universal* support for royalty payments across all NFT marketplaces and ecosystem participants.** _Available since v4.5._*/interface IERC2981Upgradeable is IERC165Upgradeable {/*** @dev Returns how much royalty is owed and to whom, based on a sale price that may be denominated in any unit of* exchange. The royalty amount is denominated and should be paid in that same unit of exchange.
File 3 of 3: ArchetypeLogic
12345678910111213141516// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)pragma solidity ^0.8.0;/*** @dev Interface of the ERC20 standard as defined in the EIP.*/interface IERC20Upgradeable {/*** @dev Emitted when `value` tokens are moved from one account (`from`) to* another (`to`).** Note that `value` may be zero.*/event Transfer(address indexed from, address indexed to, uint256 value);/*** @dev Emitted when the allowance of a `spender` for an `owner` is set by