ETH Price: $2,536.03 (+0.70%)

Transaction Decoder

Block:
21406996 at Dec-15-2024 09:22:23 AM +UTC
Transaction Fee:
0.000318885955705803 ETH $0.81
Gas Used:
48,989 Gas / 6.509337927 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x5E5205B8...a622D3877
0.014385253195117976 Eth
Nonce: 48
0.014066367239412173 Eth
Nonce: 49
0.000318885955705803
(beaverbuild)
7.076270491666321839 Eth7.076318010996321839 Eth0.00004751933
0xcC9d0F21...5A3caF637

Execution Trace

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