ETH Price: $3,578.12 (+7.13%)

Transaction Decoder

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 Code
3.044946896002174732 Eth3.044946941657164732 Eth0.00000004565499
0xA7F9F674...68Cbc7516
0.014966622458641 Eth
Nonce: 9
0.040938156825465736 Eth
Nonce: 10
0.025971534366824736
0xffd0E828...245387ddb 0.0297 Eth0.003195 Eth0.026505

Execution Trace

Archetype.CALL( )
  • Archetype.DELEGATECALL( )
    • ArchetypeLogic.60f0e596( )
      • ETH 0.026505 0xa7f9f6742d042c8577fce1cf9e01df168cbc7516.CALL( )
        File 1 of 3: Archetype
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        // 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.
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

        File 2 of 3: Archetype
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        // 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.
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

        File 3 of 3: ArchetypeLogic
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        // 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
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX