Transaction Hash:
Block:
8034146 at Jun-26-2019 02:32:59 PM +UTC
Transaction Fee:
0.000584752 ETH
$2.23
Gas Used:
36,547 Gas / 16 Gwei
Emitted Events:
50 |
ERC20Standard.Transfer( _from=[Sender] 0xa4e33b885dd9dd744a864a789619fd4f4ff3973e, _to=0xa2D9cC534BEf948bd1732EA71C3cF09006285f87, _value=830000000000000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0xA4e33b88...F4FF3973e |
0.025595773841341755 Eth
Nonce: 77
|
0.025011021841341755 Eth
Nonce: 78
| 0.000584752 | ||
0xa9c212a5...F6fC807D5 | |||||
0xEA674fdD...16B898ec8
Miner
| (Ethermine) | 833.893389120937056352 Eth | 833.893973872937056352 Eth | 0.000584752 |
Execution Trace
ERC20Standard.transfer( _recipient=0xa2D9cC534BEf948bd1732EA71C3cF09006285f87, _value=830000000000000000000 )
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/>.