Transaction Hash:
Block:
19656796 at Apr-14-2024 10:37:35 PM +UTC
Transaction Fee:
0.001812377307397904 ETH
$5.75
Gas Used:
141,424 Gas / 12.815203271 Gwei
Emitted Events:
512 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x54e6b4f176e90cba10eb9280b2f34e660f3a8920, tokenId=871 )
|
513 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x54e6b4f176e90cba10eb9280b2f34e660f3a8920, tokenId=872 )
|
514 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x54e6b4f176e90cba10eb9280b2f34e660f3a8920, tokenId=873 )
|
515 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x54e6b4f176e90cba10eb9280b2f34e660f3a8920, tokenId=874 )
|
516 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x54e6b4f176e90cba10eb9280b2f34e660f3a8920, tokenId=875 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x1f9090aa...8e676c326
Miner
| 5.268306149338934431 Eth | 5.268306290762934431 Eth | 0.000000141424 | ||
0x54E6b4F1...60F3A8920 |
0.043283790908517994 Eth
Nonce: 8
|
0.04147141360112009 Eth
Nonce: 9
| 0.001812377307397904 | ||
0xffd0E828...245387ddb |
Execution Trace
Archetype.mint( )

Archetype.mint( )
-
ArchetypeLogic.0e6a2eda( )
-
ArchetypeLogic.00973455( )
-
ArchetypeLogic.0f2387c0( )
-
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