ETH Price: $2,995.27 (+6.47%)

Transaction Decoder

Block:
19728446 at Apr-24-2024 11:16:11 PM +UTC
Transaction Fee:
0.00051903426342534 ETH $1.55
Gas Used:
46,293 Gas / 11.21193838 Gwei

Emitted Events:

102 ELONMUSK.Approval( owner=[Sender] 0x2a99bad46a9b39ace183ac5da118aee87f32d71c, spender=0x77EDAE6A...476e8f83f, value=5680269941951453967 )

Account State Difference:

  Address   Before After State Difference Code
0x2A99BAD4...87F32d71C
0.016387685545403709 Eth
Nonce: 28
0.015868651281978369 Eth
Nonce: 29
0.00051903426342534
(beaverbuild)
9.508827393607136348 Eth9.508985252335081643 Eth0.000157858727945295
0xE2c2080c...c85892C7e

Execution Trace

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