ETH Price: $4,762.13 (+1.18%)

Transaction Decoder

Block:
20939233 at Oct-11-2024 01:55:23 AM +UTC
Transaction Fee:
0.000829093942756808 ETH $3.95
Gas Used:
21,884 Gas / 37.885850062 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x5f1F8A23...ec1555555
0.03070487513951674 Eth
Nonce: 5
0.029875781196759932 Eth
Nonce: 6
0.000829093942756808
(beaverbuild)
13.844663989371569813 Eth13.844892649492424005 Eth0.000228660120854192

Execution Trace

ROBOT.approve( spender=0x000000000022D473030F116dDEE9F6B43aC78BA3, amount=115792089237316195423570985008687907853269984665640564039457584007913129639935 )
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