ETH Price: $3,757.25 (+0.80%)

Transaction Decoder

Block:
19727046 at Apr-24-2024 06:34:11 PM +UTC
Transaction Fee:
0.000581347833481017 ETH $2.18
Gas Used:
46,581 Gas / 12.480363957 Gwei

Emitted Events:

282 ELONMUSK.Approval( owner=[Sender] 0x787699d17ca2954f0b237590514e2d6c9d20327f, spender=0x40aA958d...a374bcD7f, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
0x787699d1...C9d20327F
0.007188067176246015 Eth
Nonce: 25
0.006606719342764998 Eth
Nonce: 26
0.000581347833481017
(beaverbuild)
5.320759936414402895 Eth5.320787885014402895 Eth0.0000279486
0xE2c2080c...c85892C7e

Execution Trace

ELONMUSK.approve( spender=0x40aA958dd87FC8305b97f2BA922CDdCa374bcD7f, 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