ETH Price: $4,277.20 (+2.21%)

Transaction Decoder

Block:
21354650 at Dec-08-2024 02:01:11 AM +UTC
Transaction Fee:
0.000510735151792387 ETH $2.18
Gas Used:
48,989 Gas / 10.425506783 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x19Fc0E25...e03D39DeD
0.016757121783624365 Eth
Nonce: 69
0.016246386631831978 Eth
Nonce: 70
0.000510735151792387
(Titan Builder)
13.691670616288079709 Eth13.69171192339544444 Eth0.000041307107364731
0xcC9d0F21...5A3caF637

Execution Trace

ROBOT.transfer( recipient=0x7812F07E5E260b119aB5E0FD80346dEc7179716D, amount=2970699827832677588690 ) => ( 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