ETH Price: $2,510.86 (-0.73%)

Transaction Decoder

Block:
19505937 at Mar-24-2024 05:39:47 PM +UTC
Transaction Fee:
0.000836213851405128 ETH $2.10
Gas Used:
47,173 Gas / 17.726535336 Gwei

Emitted Events:

525 MindVerse.Approval( owner=[Sender] 0xd64d431f813e8deaeed3cce00192478ffb58c720, spender=0x00000000...43aC78BA3, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
3.230963535108637802 Eth3.230963582281637802 Eth0.000000047173
0xD64D431F...ffb58C720
0.005583367635510325 Eth
Nonce: 1
0.004747153784105197 Eth
Nonce: 2
0.000836213851405128
0xf67366e8...3E6d3ca9A

Execution Trace

MindVerse.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
/****
Website: https://mindverse.global/
Twitter: https://twitter.com/MindVerseERC20
Telegram: https://t.me/MindVerseERC20
Bot: https://t.me/mindverse_bot
****/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.23;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
}
abstract contract Ownable is Context {
address private _owner;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX