ETH Price: $2,524.37 (+0.91%)

Transaction Decoder

Block:
19487362 at Mar-22-2024 03:02:47 AM +UTC
Transaction Fee:
0.000925438442091155 ETH $2.34
Gas Used:
44,087 Gas / 20.991186565 Gwei

Account State Difference:

  Address   Before After State Difference Code
3.305103902395335177 Eth3.305104336941407723 Eth0.000000434546072546
0xD1DeeC2E...bcfa36C2b
0.080213273841031234 Eth
Nonce: 6
0.079287835398940079 Eth
Nonce: 7
0.000925438442091155

Execution Trace

TransparentUpgradeableProxy.095ea7b3( )
  • L1ArbitrumToken.approve( spender=0x6BEba35F93EB604395826589427d228b81A110Bb, amount=1922060814887347885629 )
    File 1 of 2: TransparentUpgradeableProxy
    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.5.0) (interfaces/draft-IERC1822.sol)
    pragma solidity ^0.8.0;
    /**
    * @dev ERC1822: Universal Upgradeable Proxy Standard (UUPS) documents a method for upgradeability through a simplified
    * proxy whose upgrades are fully controlled by the current implementation.
    */
    interface IERC1822Proxiable {
    /**
    * @dev Returns the storage slot that the proxiable contract assumes is being used to store the implementation
    * address.
    *
    * IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks
    * bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this
    * function revert if invoked through a proxy.
    */
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: L1ArbitrumToken
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: Apache-2.0
    /*
    * Copyright 2020, Offchain Labs, Inc.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
    * You may obtain a copy of the License at
    *
    * http://www.apache.org/licenses/LICENSE-2.0
    *
    * Unless required by applicable law or agreed to in writing, software
    * distributed under the License is distributed on an "AS IS" BASIS,
    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX