ETH Price: $2,525.35 (-2.19%)

Transaction Decoder

Block:
21026845 at Oct-23-2024 07:38:47 AM +UTC
Transaction Fee:
0.00053467219254168 ETH $1.35
Gas Used:
46,341 Gas / 11.53777848 Gwei

Emitted Events:

88 ELONMUSK.Approval( owner=[Sender] 0x155efd94e0adb851edb2924d14e2073f1590f834, spender=0x5c9321e9...32163a85A, value=79228162514264337593543949336 )

Account State Difference:

  Address   Before After State Difference Code
0x155efD94...f1590f834
5.358873635555869601 Eth
Nonce: 5179
5.358338963363327921 Eth
Nonce: 5180
0.00053467219254168
(beaverbuild)
12.738705512236774376 Eth12.738959762811845639 Eth0.000254250575071263
0xE2c2080c...c85892C7e

Execution Trace

ELONMUSK.approve( spender=0x5c9321e92Ba4eb43f2901c4952358e132163a85A, amount=79228162514264337593543949336 ) => ( 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
/**
Elon Musk - $MUSK
Elon Musk got an upcoming movie, based on "Elon Musk" by Walter Isaacson
Telegram: https://t.me/noteloncoin
Twitter: https://x.com/BusinessInsider/status/1724248889010581903?s=20
Website: https://muskmovie.org
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
library SafeMath {
function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
uint256 c = a + b;
if (c < a) return (false, 0);
return (true, c);
}
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX