ETH Price: $2,510.78 (-0.71%)
Gas: 0.46 Gwei

Transaction Decoder

Block:
22540215 at May-22-2025 06:30:23 PM +UTC
Transaction Fee:
0.00032426 ETH $0.81
Gas Used:
32,426 Gas / 10 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x06FD4bA7...Caa99E3B0
(Binance Dep: 0x06FD4bA7973a0d39a91734bbc35bC2bCaa99E3B0)
0.00239078394659362 Eth
Nonce: 113027
0.00206652394659362 Eth
Nonce: 113028
0.00032426
(MEV Builder: 0x6adb...200)
5.043859052174399416 Eth5.043905571494075266 Eth0.00004651931967585
0x9f8F72aA...cC3A579A2

Execution Trace

DSToken.transfer( dst=0x28C6c06298d514Db089934071355E5743bf21d60, wad=8392300800000000000 ) => ( 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
// MKR Token
// hevm: flattened sources of src/mkr-499.sol
pragma solidity ^0.4.15;
////// lib/ds-roles/lib/ds-auth/src/auth.sol
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
/* pragma solidity ^0.4.13; */
contract DSAuthority {
function canCall(
address src, address dst, bytes4 sig
) public view returns (bool);
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX