Transaction Hash:
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:
123 |
DSToken.Transfer( from=[Sender] 0x06fd4ba7973a0d39a91734bbc35bc2bcaa99e3b0, to=0x28C6c06298d514Db089934071355E5743bf21d60, value=8392300800000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x06FD4bA7...Caa99E3B0 | (Binance Dep: 0x06FD4bA7973a0d39a91734bbc35bC2bCaa99E3B0) |
0.00239078394659362 Eth
Nonce: 113027
|
0.00206652394659362 Eth
Nonce: 113028
| 0.00032426 | |
0x6Adb3baB...16393C200
Miner
| (MEV Builder: 0x6adb...200) | 5.043859052174399416 Eth | 5.043905571494075266 Eth | 0.00004651931967585 | |
0x9f8F72aA...cC3A579A2 |
Execution Trace
DSToken.transfer( dst=0x28C6c06298d514Db089934071355E5743bf21d60, wad=8392300800000000000 ) => ( True )
transfer[ERC20 (ln:296)]
1234567891011121314151617181920212223242526// MKR Token// hevm: flattened sources of src/mkr-499.solpragma 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);}