ETH Price: $2,656.22 (+1.49%)

Transaction Decoder

Block:
19731192 at Apr-25-2024 08:28:59 AM +UTC
Transaction Fee:
0.00056041956163341 ETH $1.49
Gas Used:
46,245 Gas / 12.118489818 Gwei

Emitted Events:

639 ELONMUSK.Approval( owner=[Sender] 0xc0784cc17c6e170acfad7c7ce8586e8f068e8b60, spender=0x00000000...43aC78BA3, value=20381491919518511533 )

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
20.116745255966243992 Eth20.116748039980773157 Eth0.000002784014529165
0xC0784cC1...f068e8B60
0.071525424518399549 Eth
Nonce: 44
0.070965004956766139 Eth
Nonce: 45
0.00056041956163341
0xE2c2080c...c85892C7e

Execution Trace

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