ETH Price: $2,808.34 (+4.01%)

Transaction Decoder

Block:
19971111 at May-28-2024 09:40:35 PM +UTC
Transaction Fee:
0.000269728233303056 ETH $0.76
Gas Used:
26,524 Gas / 10.169214044 Gwei

Emitted Events:

320 OXR.Approval( owner=[Sender] 0x4a2c0fcc62e09d2b69948671e9a6ed2822e7d15f, spender=0x00000000...43aC78BA3, value=9000000000000000000000000000000000000000000000000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
3.431628541392882879 Eth3.431628567916882879 Eth0.000000026524
0x4a2c0fCc...822e7D15F
0.003103029135247051 Eth
Nonce: 55
0.002833300901943995 Eth
Nonce: 56
0.000269728233303056

Execution Trace

OXR.approve( spender=0x000000000022D473030F116dDEE9F6B43aC78BA3, amount=9000000000000000000000000000000000000000000000000000000000000000 ) => ( 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://www.0xrouterai.io/
X: https://x.com/0xrouterai
Docs: https://docs.0xrouterai.io/
Telegram: https://t.me/xRouterAi
Medium: https://medium.com/@xrouterai
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
return msg.data;
}
}
interface IUniswapV2Pair {
event Approval(address indexed owner, address indexed spender, uint value);
event Transfer(address indexed from, address indexed to, uint value);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX