ETH Price: $3,656.76 (+7.49%)

Transaction Decoder

Block:
19726050 at Apr-24-2024 03:13:47 PM +UTC
Transaction Fee:
0.001207944514707996 ETH $4.42
Gas Used:
46,293 Gas / 26.093459372 Gwei

Emitted Events:

52 ELONMUSK.Approval( owner=[Sender] 0x1366213789e0aebe63dc38c2c486712f6eabc346, spender=0x77EDAE6A...476e8f83f, value=11351945245074024383 )

Account State Difference:

  Address   Before After State Difference Code
0x13662137...f6EAbc346
0.038972227514173733 Eth
Nonce: 4
0.037764282999465737 Eth
Nonce: 5
0.001207944514707996
(beaverbuild)
10.581948756009028464 Eth10.582366298027642106 Eth0.000417542018613642
0xE2c2080c...c85892C7e

Execution Trace

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