ETH Price: $2,766.28 (-1.32%)

Transaction Decoder

Block:
21917412 at Feb-24-2025 04:35:47 PM +UTC
Transaction Fee:
0.000070343871020865 ETH $0.19
Gas Used:
46,293 Gas / 1.519535805 Gwei

Emitted Events:

340 ELONMUSK.Approval( owner=[Sender] 0xe1b02de7a94dbe6aea56b7b88d72ebd495d5b68b, spender=0x11111112...0f8842A65, value=5305125673004974862 )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
5.517842186251135891 Eth5.517842482584526192 Eth0.000000296333390301
0xE1B02De7...495D5B68B
0.000680087722637635 Eth
Nonce: 6112
0.00060974385161677 Eth
Nonce: 6113
0.000070343871020865
0xE2c2080c...c85892C7e

Execution Trace

ELONMUSK.approve( spender=0x111111125421cA6dc452d289314280a0f8842A65, amount=5305125673004974862 ) => ( 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