Transaction Hash:
Block:
20832148 at Sep-26-2024 03:38:35 AM +UTC
Transaction Fee:
0.000354923179214514 ETH
$1.52
Gas Used:
23,358 Gas / 15.194930183 Gwei
Emitted Events:
271 |
ROBOT.OwnershipTransferred( previousOwner=[Sender] 0xcd6b0dbfa2c0d59e1bac9138fcabecbc0e9b2775, newOwner=0x00000000...000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 7.770366512754793601 Eth | 7.770409149186661601 Eth | 0.000042636431868 | |
0xcC9d0F21...5A3caF637 | |||||
0xCd6b0DBf...c0E9b2775 |
0.934770269754019699 Eth
Nonce: 6
|
0.934415346574805185 Eth
Nonce: 7
| 0.000354923179214514 |
Execution Trace
ROBOT.CALL( )
1234567891011121314151617181920212223242526/*This will be one for the history bookshttps://x.com/elonmusk/status/1839124331709751451?s=46https://t.me/Robot_ethhttps://x.com/robot_token*/// SPDX-License-Identifier: MITpragma 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);