ETH Price: $2,511.24 (-9.19%)

Transaction Decoder

Block:
14896955 at Jun-03-2022 11:51:46 AM +UTC
Transaction Fee:
0.002956683079352865 ETH $7.42
Gas Used:
91,101 Gas / 32.455001365 Gwei

Emitted Events:

200 TransparentUpgradeableProxy.0x23be8e12e420b5da9fb98d8102572f640fb3c11a0085060472dfc0ed194b3cf7( 0x23be8e12e420b5da9fb98d8102572f640fb3c11a0085060472dfc0ed194b3cf7, 0x000000000000000000000000000000000000000000000000000000000007aa22, 0x2aa0d1069fb4c02b24d123626e29df9e4c3b436c503c130e3d0baf485ba9a441, 0000000000000000000000004dbd4fc535ac27206064b68ffcf827b0a60bab3f, 0000000000000000000000000000000000000000000000000000000000000009, 000000000000000000000000ad00869b087ff6102af9986a524903901497c097, 7c55e937fb9e8d106003af5a60c4fc6f82140ef31a9024a5dd29dccca05b3ee1 )
201 TransparentUpgradeableProxy.0xff64905f73a67fb594e0f940a8075a860db489ad991e032f48c81123eb52d60b( 0xff64905f73a67fb594e0f940a8075a860db489ad991e032f48c81123eb52d60b, 0x000000000000000000000000000000000000000000000000000000000007aa22, 0000000000000000000000000000000000000000000000000000000000000020, 0000000000000000000000000000000000000000000000000000000000000120, 000000000000000000000000be11869b087ff6102af9986a524903901497d1a8, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000027147114878000, 0000000000000000000000000000000000000000000000000000004548d71532, 000000000000000000000000be11869b087ff6102af9986a524903901497d1a8, 000000000000000000000000be11869b087ff6102af9986a524903901497d1a8, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
0x011B6E24...BBc96D515
(Arbitrum: Old Bridge)
640,835.762292052476781662 Eth640,835.773292052476781662 Eth0.011
0xBE11869B...01497D1A8
0.017905580577866016 Eth
Nonce: 13
0.003948897498513151 Eth
Nonce: 14
0.013956683079352865
(Ethermine)
1,469.497110358388946307 Eth1,469.497247009888946307 Eth0.0001366515

Execution Trace

ETH 0.011 TransparentUpgradeableProxy.0f4d14e9( )
  • ETH 0.011 Inbox.depositEth( maxSubmissionCost=297574798642 ) => ( 502306 )
    • ETH 0.011 TransparentUpgradeableProxy.02bbfad1( )
      • ETH 0.011 Bridge.deliverMessageToInbox( kind=9, sender=0xAD00869B087ff6102af9986a524903901497c097, messageDataHash=7C55E937FB9E8D106003AF5A60C4FC6F82140EF31A9024A5DD29DCCCA05B3EE1 ) => ( 502306 )
        depositEth[Inbox (ln:196)]
        File 1 of 4: TransparentUpgradeableProxy
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        // SPDX-License-Identifier: MIT
        pragma solidity >=0.6.0 <0.8.0;
        /**
        * @dev This abstract contract provides a fallback function that delegates all calls to another contract using the EVM
        * instruction `delegatecall`. We refer to the second contract as the _implementation_ behind the proxy, and it has to
        * be specified by overriding the virtual {_implementation} function.
        *
        * Additionally, delegation to the implementation can be triggered manually through the {_fallback} function, or to a
        * different contract through the {_delegate} function.
        *
        * The success and return data of the delegated call will be returned back to the caller of the proxy.
        */
        abstract contract Proxy {
        /**
        * @dev Delegates the current call to `implementation`.
        *
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

        File 2 of 4: TransparentUpgradeableProxy
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        // SPDX-License-Identifier: MIT
        pragma solidity >=0.6.0 <0.8.0;
        /**
        * @dev This abstract contract provides a fallback function that delegates all calls to another contract using the EVM
        * instruction `delegatecall`. We refer to the second contract as the _implementation_ behind the proxy, and it has to
        * be specified by overriding the virtual {_implementation} function.
        *
        * Additionally, delegation to the implementation can be triggered manually through the {_fallback} function, or to a
        * different contract through the {_delegate} function.
        *
        * The success and return data of the delegated call will be returned back to the caller of the proxy.
        */
        abstract contract Proxy {
        /**
        * @dev Delegates the current call to `implementation`.
        *
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

        File 3 of 4: Inbox
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        // SPDX-License-Identifier: Apache-2.0
        /*
        * Copyright 2019-2021, 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

        File 4 of 4: Bridge
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        // SPDX-License-Identifier: Apache-2.0
        /*
        * Copyright 2021, 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