ETH Price: $3,474.59 (+2.83%)

Transaction Decoder

Block:
19731984 at Apr-25-2024 11:08:35 AM +UTC
Transaction Fee:
0.000596762108967861 ETH $2.07
Gas Used:
46,521 Gas / 12.827800541 Gwei

Emitted Events:

99 ELONMUSK.Approval( owner=[Sender] 0x7b9dcd9dc6081a6dd964cf4dda9d515d09c4593a, spender=0x00000000...43aC78BA3, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
0x7B9DCD9D...d09c4593A
0.008700330794707673 Eth
Nonce: 4
0.008103568685739812 Eth
Nonce: 5
0.000596762108967861
(beaverbuild)
10.146025917844644141 Eth10.146118959844644141 Eth0.000093042
0xE2c2080c...c85892C7e

Execution Trace

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