ETH Price: $2,949.80 (-1.25%)

Transaction Decoder

Block:
22645055 at Jun-06-2025 10:47:35 AM +UTC
Transaction Fee:
0.001394762273421206 ETH $4.11
Gas Used:
149,654 Gas / 9.319913089 Gwei

Emitted Events:

9 Amp.Transfer( from=[Sender] 0xde2faca4bbc0aca08ff04d387c39b6f6325bf82a, to=0x818A14e665E0119906926209D09d13B2Eab0c211, value=4149098347100000000000000 )
10 Amp.TransferByPartition( fromPartition=0000000000000000000000000000000000000000000000000000000000000000, operator=[Sender] 0xde2faca4bbc0aca08ff04d387c39b6f6325bf82a, from=[Sender] 0xde2faca4bbc0aca08ff04d387c39b6f6325bf82a, to=0x818A14e665E0119906926209D09d13B2Eab0c211, value=4149098347100000000000000, data=0x, operatorData=0x )

Account State Difference:

  Address   Before After State Difference Code
(Lido: Execution Layer Rewards Vault)
100.606923183174674924 Eth100.608120415174674924 Eth0.001197232
0xdE2fACa4...6325bf82A
(BtcTurk 11)
261.155664589575851516 Eth
Nonce: 315952
261.15426982730243031 Eth
Nonce: 315953
0.001394762273421206
0xfF208177...8D11095C2

Execution Trace

Amp.transfer( _to=0x818A14e665E0119906926209D09d13B2Eab0c211, _value=4149098347100000000000000 ) => ( True )
  • ERC1820Registry.getInterfaceImplementer( _addr=0xdE2fACa4BBC0aca08fF04D387c39B6f6325bf82A, _interfaceHash=60881B58A7AD1EBD3BC0E92B8277996363A67DED0F43BD95D11C320BAB72B5A4 ) => ( 0x0000000000000000000000000000000000000000 )
  • ERC1820Registry.getInterfaceImplementer( _addr=0x818A14e665E0119906926209D09d13B2Eab0c211, _interfaceHash=FA352D6368BBC643BCF9D528FFABA5DD3E826137BC42F935045C6C227BD4C72A ) => ( 0x0000000000000000000000000000000000000000 )
    transfer[Amp (ln:1078)]
    File 1 of 2: Amp
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: MIT
    pragma solidity 0.6.10;
    /**
    * @dev Wrappers over Solidity's arithmetic operations with added overflow
    * checks.
    *
    * Arithmetic operations in Solidity wrap on overflow. This can easily result
    * in bugs, because programmers usually assume that an overflow raises an
    * error, which is the standard behavior in high level programming languages.
    * `SafeMath` restores this intuition by reverting the transaction when an
    * operation overflows.
    *
    * Using this library instead of the unchecked operations eliminates an entire
    * class of bugs, so it's recommended to use it always.
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: ERC1820Registry
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    /* ERC1820 Pseudo-introspection Registry Contract
    * This standard defines a universal registry smart contract where any address (contract or regular account) can
    * register which interface it supports and which smart contract is responsible for its implementation.
    *
    * Written in 2019 by Jordi Baylina and Jacques Dafflon
    *
    * To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to
    * this software to the public domain worldwide. This software is distributed without any warranty.
    *
    * You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see
    * <http://creativecommons.org/publicdomain/zero/1.0/>.
    *
    * ███████╗██████╗ ██████╗ ██╗ █████╗ ██████╗ ██████╗
    * ██╔════╝██╔══██╗██╔════╝███║██╔══██╗╚════██╗██╔═████╗
    * █████╗ ██████╔╝██║ ╚██║╚█████╔╝ █████╔╝██║██╔██║
    * ██╔══╝ ██╔══██╗██║ ██║██╔══██╗██╔═══╝ ████╔╝██║
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX