ETH Price: $2,654.30 (+0.04%)

Transaction Decoder

Block:
16134229 at Dec-07-2022 05:10:47 PM +UTC
Transaction Fee:
0.00099966858377427 ETH $2.65
Gas Used:
46,581 Gas / 21.46086567 Gwei

Emitted Events:

196 thelastaitoken.Approval( owner=[Sender] 0x293405a9ef717e539748ddcf97c71cc4fb5abb06, spender=0x68b34658...D8665Fc45, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
0x293405A9...4Fb5ABB06
0.00677962752479162 Eth
Nonce: 16
0.00577995894101735 Eth
Nonce: 17
0.00099966858377427
0x6e8F265C...7715A639f
(eth-builder)
7.650983912235093013 Eth7.650991180264330723 Eth0.00000726802923771

Execution Trace

thelastaitoken.approve( spender=0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45, 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
// SPDX-License-Identifier: MIT
/**
THE LAST AI ?
$LASTAI
"With just one 100x, we can retire already. This will be last project invested."
? How does it work?
Data can help you to pick a great project, from judging the credibility of the developer contract, community activeness, to project awareness, etc.
    Our tools help you to discover the next 100x projects.
Offiical Telegram : https://t.me/thelastaitoken
Official Medium : https://medium.com/@thelastaitoken
Official Twitter : https://twitter.com/TheLastAIToken
Official Website : https://www.lastaibot.com/
**/
pragma solidity 0.8.17;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function transfer(address recipient, uint256 amount) external returns (bool);
function allowance(address owner, address spender) external view returns (uint256);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX