ETH Price: $4,726.53 (+3.09%)

Transaction Decoder

Block:
17900784 at Aug-12-2023 07:11:59 PM +UTC
Transaction Fee:
0.000556754447429705 ETH $2.63
Gas Used:
46,295 Gas / 12.026232799 Gwei

Emitted Events:

239 EthUsdt.Approval( owner=[Sender] 0x29e1490c092720ee146ed95554b7b840bb19a063, spender=0x00000000...43aC78BA3, value=35448719723948911842754067443 )

Account State Difference:

  Address   Before After State Difference Code
3.248049099321841237 Eth3.248053728821841237 Eth0.0000046295
0x29E1490c...0BB19A063
0.332138366336088638 Eth
Nonce: 147
0.331581611888658933 Eth
Nonce: 148
0.000556754447429705
0xf70A2d6F...0DFbe90FD

Execution Trace

EthUsdt.approve( spender=0x000000000022D473030F116dDEE9F6B43aC78BA3, amount=35448719723948911842754067443 ) => ( 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
// SPDX-License-Identifier: MIT
/*
Telegram: https://t.me/BitcoinPerpetualFutures
Website: https://bpfbtcusdt.com
Twitter: https://twitter.com/BPFERC20
*/
import "./ERC20.sol";
pragma solidity ^0.8.4;
contract EthUsdt is ERC20, Ownable {
constructor() ERC20("BtcUsdtTrumpHarryPotterMemePepeGigaChadYolo", "ETHUSDT") {
_mint(msg.sender, 6_001_000_000_000 * 10**uint(decimals()));
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC20/ERC20.sol)
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "./extensions/IERC20Metadata.sol";
import "./utils/Context.sol";
import "./utils/SafeMath.sol";
contract Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX