Transaction Hash:
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 | ||
---|---|---|---|---|---|
0x48C276e8...d02FD3E02 | |||||
0xDAFEA492...692c98Bc5
Miner
| (Flashbots: Builder) | 9.104342821229779375 Eth | 9.104345826829779375 Eth | 0.0000030056 | |
0xe0503E15...07104ba71 |
0.001828702549976709 Eth
Nonce: 117
|
0.001321468132734949 Eth
Nonce: 118
| 0.00050723441724176 |
Execution Trace
KumaTokenV2.approve( spender=0x000000000022D473030F116dDEE9F6B43aC78BA3, amount=115792089237316195423570985008687907853269984665640564039457584007913129639935 ) => ( True )
approve[KumaTokenV2 (ln:342)]
_approve[KumaTokenV2 (ln:343)]
Approval[KumaTokenV2 (ln:498)]
_msgSender[KumaTokenV2 (ln:343)]
1234567891011121314151617181920212223242526/***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: MITpragma 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);