Transaction Hash:
Block:
5038172 at Feb-06-2018 12:32:47 AM +UTC
Transaction Fee:
0.00489658 ETH
$9.17
Gas Used:
244,829 Gas / 20 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x00BDb569...b9Ae374eD | (Bitstamp 1) |
155.689934776284735448 Eth
Nonce: 265487
|
155.685038196284735448 Eth
Nonce: 265488
| 0.00489658 | |
0x1522900B...69Be6E428 | (Bitstamp 2) | ||||
0xaB1E7c36...450c301B3 |
0 Eth
Nonce: 0
|
0 Eth
Nonce: 1
| |||
0xEA674fdD...16B898ec8
Miner
| (Ethermine) | 1,351.048071368821079362 Eth | 1,351.052967948821079362 Eth | 0.00489658 |
Execution Trace
Bitstamp 2.CALL( )

WalletSimple.DELEGATECALL( )
-
Forwarder.60606040( )
-
File 1 of 2: WalletSimple
File 2 of 2: Forwarder
12345678910111213141516pragma solidity ^0.4.14;/*** Contract that exposes the needed erc20 token functions*/contract ERC20Interface {// Send _value amount of tokens to address _tofunction transfer(address _to, uint256 _value) returns (bool success);// Get the account balance of another account with address _ownerfunction balanceOf(address _owner) constant returns (uint256 balance);}/*** Contract that will forward any incoming Ether to its creator*/
File 2 of 2: Forwarder
12345678910111213141516pragma solidity ^0.4.14;/*** Contract that exposes the needed erc20 token functions*/contract ERC20Interface {// Send _value amount of tokens to address _tofunction transfer(address _to, uint256 _value) returns (bool success);// Get the account balance of another account with address _ownerfunction balanceOf(address _owner) constant returns (uint256 balance);}/*** Contract that will forward any incoming Ether to its creator*/