ETH Price: $2,795.55 (+4.38%)
Gas: 1.38 Gwei

Transaction Decoder

Block:
21634633 at Jan-16-2025 04:23:23 AM +UTC
Transaction Fee:
0.000249984711009058 ETH $0.70
Gas Used:
116,294 Gas / 2.149592507 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x0B452278...e373e7E43
(Lido: Execution Layer Rewards Vault)
86.762336458602722202 Eth86.762348088002722202 Eth0.0000116294
0xAD1A123c...814Bbeb06
0.11590083342521723 Eth
Nonce: 394
0.115650848714208172 Eth
Nonce: 395
0.000249984711009058

Execution Trace

SUZUME.transfer( recipient=0x32d7c6195388B39fA98d72545f2F1C44fD20d66A, amount=3011713898037438505750938802 ) => ( True )
transfer[SUZUME (ln:461)]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// www.medium.com/@0xsuzume
// https://twitter.com/s_shitakiri
// SPDX-License-Identifier: MIT
pragma solidity >=0.6.0 <0.9.0;
abstract contract Context {
function _msgSender() internal view returns (address payable) {
return payable(msg.sender);
}
function _msgData() internal view returns (bytes memory) {
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
return msg.data;
}
}
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20Upgradeable {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX