Transaction Hash:
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 | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 8.816926261109691122 Eth | 8.816941310875625024 Eth | 0.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
File 2 of 2: Native20
12345678910111213141516// 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 {/**
File 2 of 2: Native20
12345678910111213141516// 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";