ETH Price: $3,843.98 (+2.45%)

Transaction Decoder

Block:
18574453 at Nov-15-2023 02:55:47 AM +UTC
Transaction Fee:
0.001751524189760343 ETH $6.73
Gas Used:
46,569 Gas / 37.611376447 Gwei

Emitted Events:

242 ELONMUSK.Approval( owner=[Sender] 0xaed25ae8fa46295019f892f5ff15ed30f153719e, spender=0x5200a0E9...ef3e1847a, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
0xaed25ae8...0F153719e
0.368891155918074297 Eth
Nonce: 24
0.367139631728313954 Eth
Nonce: 25
0.001751524189760343
(Flashbots: Builder)
14.205849580936872543 Eth14.206082425936872543 Eth0.000232845
0xE2c2080c...c85892C7e

Execution Trace

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