Transaction Hash:
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 | ||
---|---|---|---|---|---|
0x388C818C...7ccB19297
Miner
| (Lido: Execution Layer Rewards Vault) | 100.606923183174674924 Eth | 100.608120415174674924 Eth | 0.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)]
_transferByDefaultPartition[Amp (ln:1079)]
_transferByPartition[Amp (ln:1735)]
_isOperatorForPartition[Amp (ln:1650)]
_isOperator[Amp (ln:2037)]
_callPartitionStrategyOperatorHook[Amp (ln:2039)]
_getPartitionPrefix[Amp (ln:2057)]
interfaceAddr[Amp (ln:2064)]
_getPartitionStrategyValidatorIName[Amp (ln:2066)]
isOperatorForPartitionScope[Amp (ln:2070)]
sub[Amp (ln:1659)]
_callPreTransferHooks[Amp (ln:1667)]
interfaceAddr[Amp (ln:1873)]
tokensToTransfer[Amp (ln:1875)]
_getPartitionPrefix[Amp (ln:1889)]
interfaceAddr[Amp (ln:1892)]
_getPartitionStrategyValidatorIName[Amp (ln:1894)]
tokensFromPartitionToValidate[Amp (ln:1897)]
_getDestinationPartition[Amp (ln:1682)]
_removeTokenFromPartition[Amp (ln:1687)]
sub[Amp (ln:1753)]
sub[Amp (ln:1755)]
sub[Amp (ln:1757)]
_removePartitionFromTotalPartitions[Amp (ln:1764)]
pop[Amp (ln:1781)]
_addTokenToPartition[Amp (ln:1688)]
add[Amp (ln:1801)]
push[Amp (ln:1804)]
add[Amp (ln:1807)]
_addPartitionToTotalPartitions[Amp (ln:1811)]
push[Amp (ln:1823)]
add[Amp (ln:1813)]
_callPostTransferHooks[Amp (ln:1689)]
_getPartitionPrefix[Amp (ln:1932)]
interfaceAddr[Amp (ln:1935)]
_getPartitionStrategyValidatorIName[Amp (ln:1937)]
tokensToPartitionToValidate[Amp (ln:1940)]
interfaceAddr[Amp (ln:1957)]
tokensReceived[Amp (ln:1960)]
Transfer[Amp (ln:1699)]
TransferByPartition[Amp (ln:1700)]
ChangedPartition[Amp (ln:1711)]
File 1 of 2: Amp
File 2 of 2: ERC1820Registry
12345678910111213141516// SPDX-License-Identifier: MITpragma 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.
File 2 of 2: ERC1820Registry
12345678910111213141516/* 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/>.** ███████╗██████╗ ██████╗ ██╗ █████╗ ██████╗ ██████╗* ██╔════╝██╔══██╗██╔════╝███║██╔══██╗╚════██╗██╔═████╗* █████╗ ██████╔╝██║ ╚██║╚█████╔╝ █████╔╝██║██╔██║* ██╔══╝ ██╔══██╗██║ ██║██╔══██╗██╔═══╝ ████╔╝██║