ETH Price: $2,479.84 (-2.78%)

Transaction Decoder

Block:
16133895 at Dec-07-2022 04:03:47 PM +UTC
Transaction Fee:
0.000681548 ETH $1.69
Gas Used:
24,341 Gas / 28 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x3a296EDD...27b58b95d
0.591486103093272501 Eth
Nonce: 1079
0.590804555093272501 Eth
Nonce: 1080
0.000681548
(MEV Builder: 0x473...dFc)
48.286554318369501622 Eth48.28663839023179156 Eth0.000084071862289938
0x577E7F9f...c8d9455A8

Execution Trace

MARKO.approve( spender=0x11111112542D85B3EF69AE05771c2dCCff4fAa26, amount=0 ) => ( 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-03-17
*/
// marko.finance (MARKO)
// MARKO is a deflationary meme farming token with community fund.
// It's HOGE with boost.
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.6.12;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes memory) {
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
return msg.data;
}
}
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX