ETH Price: $4,701.96 (+0.25%)
Gas: 1.12 Gwei

Transaction Decoder

Block:
18476780 at Nov-01-2023 10:52:59 AM +UTC
Transaction Fee:
0.00050723441724176 ETH $2.38
Gas Used:
30,056 Gas / 16.87631146 Gwei

Emitted Events:

139 KumaTokenV2.Approval( owner=[Sender] 0xe0503e158ae3e23b9ecd9cade437eb607104ba71, spender=0x00000000...43aC78BA3, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
0x48C276e8...d02FD3E02
(Flashbots: Builder)
9.104342821229779375 Eth9.104345826829779375 Eth0.0000030056
0xe0503E15...07104ba71
0.001828702549976709 Eth
Nonce: 117
0.001321468132734949 Eth
Nonce: 118
0.00050723441724176

Execution Trace

KumaTokenV2.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
/**
*Submitted for verification at Etherscan.io on 2021-05-12
*/
/**
* Summary: Kuma Token V2
* Website: https://kumatoken.com
* Telegram: https://t.me/KumaInuOfficial
* Twitter: https://twitter.com/KumaInuOfficial
*/
// File: node_modules\@openzeppelin\contracts\token\ERC20\IERC20.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX