ETH Price: $3,699.93 (-1.04%)

Transaction Decoder

Block:
22651189 at Jun-07-2025 07:22:47 AM +UTC
Transaction Fee:
0.000052605096644828 ETH $0.19
Gas Used:
31,474 Gas / 1.671382622 Gwei

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
8.816926261109691122 Eth8.816941310875625024 Eth0.000015049765933902
0xEf858381...938e9693B
0.131567254806115333 Eth
Nonce: 187
0.131514649709470505 Eth
Nonce: 188
0.000052605096644828

Execution Trace

TUPProxy.a9059cbb( )
  • Native20.a9059cbb( )
    File 1 of 2: TUPProxy
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: BUSL-1.1
    // SPDX-FileCopyrightText: 2023 Kiln <contact@kiln.fi>
    //
    // ██╗ ██╗██╗██╗ ███╗ ██╗
    // ██║ ██╔╝██║██║ ████╗ ██║
    // █████╔╝ ██║██║ ██╔██╗ ██║
    // ██╔═██╗ ██║██║ ██║╚██╗██║
    // ██║ ██╗██║███████╗██║ ╚████║
    // ╚═╝ ╚═╝╚═╝╚══════╝╚═╝ ╚═══╝
    //
    pragma solidity >=0.8.17;
    import "openzeppelin-contracts/proxy/ERC1967/ERC1967Proxy.sol";
    import "./Freezable.sol";
    /// @title Openzeppelin Transparent Upgradeable Proxy (with virtual external upgrade methods)
    contract TransparentUpgradeableProxy is ERC1967Proxy {
    /**
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: Native20
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: BUSL-1.1
    // SPDX-FileCopyrightText: 2023 Kiln <contact@kiln.fi>
    //
    // ██╗ ██╗██╗██╗ ███╗ ██╗
    // ██║ ██╔╝██║██║ ████╗ ██║
    // █████╔╝ ██║██║ ██╔██╗ ██║
    // ██╔═██╗ ██║██║ ██║╚██╗██║
    // ██║ ██╗██║███████╗██║ ╚████║
    // ╚═╝ ╚═╝╚═╝╚══════╝╚═╝ ╚═══╝
    //
    pragma solidity 0.8.17;
    import "utils.sol/types/mapping.sol";
    import "utils.sol/types/string.sol";
    import "utils.sol/Implementation.sol";
    import "utils.sol/Initializable.sol";
    import "./MultiPool20.sol";
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX