ETH Price: $2,550.51 (+2.05%)

Transaction Decoder

Block:
21879638 at Feb-19-2025 09:52:23 AM +UTC
Transaction Fee:
0.000030460648516776 ETH $0.08
Gas Used:
24,293 Gas / 1.253885832 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(Lido: Execution Layer Rewards Vault)
68.601262731817097651 Eth68.601274878317097651 Eth0.0000121465
0xC2173470...eC5837798
0.000159655245927905 Eth
Nonce: 5
0.000129194597411129 Eth
Nonce: 6
0.000030460648516776
0xcC9d0F21...5A3caF637

Execution Trace

ROBOT.approve( spender=0x40aA958dd87FC8305b97f2BA922CDdCa374bcD7f, amount=0 ) => ( True )
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
/*
This will be one for the history books
https://x.com/elonmusk/status/1839124331709751451?s=46
https://t.me/Robot_eth
https://x.com/robot_token
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.23;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function transfer(address recipient, uint256 amount) external returns (bool);
function allowance(address owner, address spender) external view returns (uint256);
function approve(address spender, uint256 amount) external returns (bool);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX