Transaction Hash:
Block:
19593056 at Apr-06-2024 12:17:23 AM +UTC
Transaction Fee:
0.000533465633175264 ETH
$1.91
Gas Used:
47,067 Gas / 11.334175392 Gwei
Emitted Events:
356 |
Archetype.Withdrawal( src=[Sender] 0xa7f9f6742d042c8577fce1cf9e01df168cbc7516, token=0x00000000...000000000, wad=26505000000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x1f9090aa...8e676c326
Miner
| 3.044946896002174732 Eth | 3.044946941657164732 Eth | 0.00000004565499 | ||
0xA7F9F674...68Cbc7516 |
0.014966622458641 Eth
Nonce: 9
|
0.040938156825465736 Eth
Nonce: 10
| 0.025971534366824736 | ||
0xffd0E828...245387ddb | 0.0297 Eth | 0.003195 Eth | 0.026505 |
Execution Trace
Archetype.CALL( )

Archetype.DELEGATECALL( )
ArchetypeLogic.60f0e596( )
- ETH 0.026505
0xa7f9f6742d042c8577fce1cf9e01df168cbc7516.CALL( )
- ETH 0.026505
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