Transaction Hash:
Block:
19955472 at May-26-2024 05:14:11 PM +UTC
Transaction Fee:
0.00098870521626846 ETH
$2.49
Gas Used:
117,795 Gas / 8.393439588 Gwei
Emitted Events:
257 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x03a16426e4a44d2e91c3af4cb7e13679db6c5e6c, tokenId=3288 )
|
258 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x03a16426e4a44d2e91c3af4cb7e13679db6c5e6c, tokenId=3289 )
|
259 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x03a16426e4a44d2e91c3af4cb7e13679db6c5e6c, tokenId=3290 )
|
260 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x03a16426e4a44d2e91c3af4cb7e13679db6c5e6c, tokenId=3291 )
|
261 |
Archetype.Transfer( from=0x00000000...000000000, to=[Sender] 0x03a16426e4a44d2e91c3af4cb7e13679db6c5e6c, tokenId=3292 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x03a16426...9db6c5E6c |
0.171877999553680288 Eth
Nonce: 822
|
0.166389294337411828 Eth
Nonce: 823
| 0.00548870521626846 | ||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 6.380609310974816536 Eth | 6.380621090474816536 Eth | 0.0000117795 | |
0xffd0E828...245387ddb | 0.01377 Eth | 0.01827 Eth | 0.0045 |
Execution Trace
ETH 0.0045
Archetype.mint( )

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