Transaction Hash:
Block:
17911090 at Aug-14-2023 05:47:23 AM +UTC
Transaction Fee:
0.00159217805781031 ETH
$4.46
Gas Used:
133,610 Gas / 11.916608471 Gwei
Emitted Events:
247 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x7484e1f5f788aa6e52e829c41bb7478b6aaff741, tokenId=904 )
|
248 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x7484e1f5f788aa6e52e829c41bb7478b6aaff741, tokenId=905 )
|
249 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x7484e1f5f788aa6e52e829c41bb7478b6aaff741, tokenId=906 )
|
250 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x7484e1f5f788aa6e52e829c41bb7478b6aaff741, tokenId=907 )
|
251 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x7484e1f5f788aa6e52e829c41bb7478b6aaff741, tokenId=908 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x7484e1F5...b6Aaff741 |
0.00426136609777304 Eth
Nonce: 7
|
0.00266918803996273 Eth
Nonce: 8
| 0.00159217805781031 | ||
0xA00b98a4...70E07cC29 | |||||
0xDAFEA492...692c98Bc5
Miner
| (Flashbots: Builder) | 0.034299257553279409 Eth | 0.034312618553279409 Eth | 0.000013361 |
Execution Trace
Archetype.mint( )

Archetype.mint( )
-
ArchetypeLogic.8c42a150( )
-
ArchetypeLogic.a6ea60a4( )
-
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