Transaction Hash:
Block:
8098735 at Jul-06-2019 04:20:08 PM +UTC
Transaction Fee:
0.00016862 ETH
$0.32
Gas Used:
84,310 Gas / 2 Gwei
Emitted Events:
81 |
EmcoToken.Mine( beneficiary=0xfB9637Fa95f57AD7f9cF8DDe1dAEd0048C28D6FE, value=79718266876536610 )
|
82 |
EmcoToken.Transfer( from=0x0000000000000000000000000000000000000000, to=0xfB9637Fa95f57AD7f9cF8DDe1dAEd0048C28D6FE, value=79718266876536610 )
|
83 |
EmcoToken.Mine( beneficiary=[Sender] 0xebd7441e7a82df7a6e8b280bc26baa0cb05ece83, value=6855770951382148544 )
|
84 |
EmcoToken.Transfer( from=0x0000000000000000000000000000000000000000, to=[Sender] 0xebd7441e7a82df7a6e8b280bc26baa0cb05ece83, value=6855770951382148544 )
|
85 |
EmcoToken.MiningBalanceUpdated( owner=[Sender] 0xebd7441e7a82df7a6e8b280bc26baa0cb05ece83, amount=9566191994572578936, isDeposit=False )
|
86 |
EmcoToken.Mine( beneficiary=0x93749a1096D3B0834cA44EE8D322eE44A57c7790, value=1036337469394975944 )
|
87 |
EmcoToken.Transfer( from=0x0000000000000000000000000000000000000000, to=0x93749a1096D3B0834cA44EE8D322eE44A57c7790, value=1036337469394975944 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x9A07fD8a...7a2041460 | |||||
0xAA5c4244...ba1aCF05E
Miner
| 18,726.64607545285604101 Eth | 18,726.64624407285604101 Eth | 0.00016862 | ||
0xebd7441e...cB05eCE83 |
0.000241072386863318 Eth
Nonce: 268
|
0.000072452386863318 Eth
Nonce: 269
| 0.00016862 |
Execution Trace
EmcoToken.CALL( )

-
EmcoToken.referrals( 0xebd7441e7a82Df7A6e8b280bC26bAa0cB05eCE83 ) => ( 0xfB9637Fa95f57AD7f9cF8DDe1dAEd0048C28D6FE )
File 1 of 2: EmcoToken
File 2 of 2: EmcoToken
12345678910111213141516pragma solidity 0.4.25;/*** @title SafeMath* @dev Math operations with safety checks that throw on error*/library SafeMath {/*** @dev Multiplies two numbers, throws on overflow.*/function mul(uint256 a, uint256 b) internal pure returns (uint256 c) {// Gas optimization: this is cheaper than asserting 'a' not being zero, but the// benefit is lost if 'b' is also tested.// See: https://github.com/OpenZeppelin/openzeppelin-solidity/pull/522if (a == 0) {return 0;
File 2 of 2: EmcoToken
12345678910111213141516pragma solidity 0.4.24;/*** @title SafeMath* @dev Math operations with safety checks that throw on error*/library SafeMath {/*** @dev Multiplies two numbers, throws on overflow.*/function mul(uint256 a, uint256 b) internal pure returns (uint256 c) {// Gas optimization: this is cheaper than asserting 'a' not being zero, but the// benefit is lost if 'b' is also tested.// See: https://github.com/OpenZeppelin/openzeppelin-solidity/pull/522if (a == 0) {return 0;