Transaction Hash:
Block:
8001563 at Jun-21-2019 12:49:24 PM +UTC
Transaction Fee:
0.000402017 ETH
$1.52
Gas Used:
36,547 Gas / 11 Gwei
Emitted Events:
23 |
ERC20Standard.Transfer( _from=[Sender] 0xa4e33b885dd9dd744a864a789619fd4f4ff3973e, _to=0xa2D9cC534BEf948bd1732EA71C3cF09006285f87, _value=500000000000000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0xA4e33b88...F4FF3973e |
0.026545995841341755 Eth
Nonce: 75
|
0.026143978841341755 Eth
Nonce: 76
| 0.000402017 | ||
0xa9c212a5...F6fC807D5 | |||||
0xb2930B35...e543a0347
Miner
| (MiningPoolHub: Old Address) | 5,763.785434740804505736 Eth | 5,763.785836757804505736 Eth | 0.000402017 |
Execution Trace
ERC20Standard.transfer( _recipient=0xa2D9cC534BEf948bd1732EA71C3cF09006285f87, _value=500000000000000000000 )
transfer[ERC20Standard (ln:59)]
Transfer[ERC20Standard (ln:63)]
1234567891011121314151617181920212223242526pragma solidity ^0.4.11;//------------------------------------------------------------------------------------------------// ERC20 Standard Token Implementation, based on ERC Standard:// https://github.com/ethereum/EIPs/issues/20// With some inspiration from ConsenSys HumanStandardToken as well// Copyright 2017 BattleDrome//------------------------------------------------------------------------------------------------//------------------------------------------------------------------------------------------------// LICENSE//// This file is part of BattleDrome.//// BattleDrome 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.//// BattleDrome 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 BattleDrome. If not, see <http://www.gnu.org/licenses/>.