ETH Price: $2,736.98 (-2.43%)

Transaction Decoder

Block:
6248150 at Aug-31-2018 06:54:54 PM +UTC
Transaction Fee:
0.0001081642 ETH $0.30
Gas Used:
37,298 Gas / 2.9 Gwei

Account State Difference:

  Address   Before After State Difference Code
(2Miners: PPLNS)
109.602313662082786361 Eth109.602421826282786361 Eth0.0001081642
0xD26A4D3C...d11d0d516
0.284025892767526574 Eth
Nonce: 253
0.283917728567526574 Eth
Nonce: 254
0.0001081642

Execution Trace

DSToken.transfer( dst=0x17B1a66cB8ad2645524395C46a4946cB6eCE17A8, wad=7000000000000000 )
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