ETH Price: $3,052.01 (+3.39%)
Gas: 1.68 Gwei

Transaction Decoder

Block:
19666458 at Apr-16-2024 07:08:47 AM +UTC
Transaction Fee:
0.000392962287077454 ETH $1.20
Gas Used:
47,067 Gas / 8.348997962 Gwei

Emitted Events:

297 Archetype.Withdrawal( src=[Sender] 0xa7f9f6742d042c8577fce1cf9e01df168cbc7516, token=0x00000000...000000000, wad=4275000000000000 )

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
14.050955338520078382 Eth14.050957298794781649 Eth0.000001960274703267
0xA7F9F674...68Cbc7516
0.003247450155408764 Eth
Nonce: 30
0.00712948786833131 Eth
Nonce: 31
0.003882037712922546
0xffd0E828...245387ddb 0.01134 Eth0.007065 Eth0.004275

Execution Trace

Archetype.CALL( )
  • Archetype.DELEGATECALL( )
    • ArchetypeLogic.60f0e596( )
      • ETH 0.004275 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