ETH Price: $2,977.32 (-1.56%)

Transaction Decoder

Block:
20503539 at Aug-11-2024 06:19:23 AM +UTC
Transaction Fee:
0.000134848181180625 ETH $0.40
Gas Used:
46,581 Gas / 2.894918125 Gwei

Emitted Events:

138 ELONMUSK.Approval( owner=[Sender] 0xd2a07f24aeaefce3e25c5d23b7cc54b2eb601f9b, spender=0xDef1C0de...027b25EfF, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
5.219518845199198443 Eth5.219612007199198443 Eth0.000093162
0xd2a07f24...2eB601f9B
0.0005 Eth
Nonce: 91
0.000365151818819375 Eth
Nonce: 92
0.000134848181180625
0xE2c2080c...c85892C7e

Execution Trace

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