Transaction Hash:
Block:
20387144 at Jul-26-2024 12:29:23 AM +UTC
Transaction Fee:
0.000174428770712658 ETH
$0.68
Gas Used:
34,782 Gas / 5.014914919 Gwei
Emitted Events:
132 |
ZRXToken.Transfer( _from=[Sender] 0xdfd5293d8e347dfe59e90efd55b2956a1343963d, _to=0x3BC6FAE74E3100Db7e736D2E64324578A965ff28, _value=33948000000000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 17.825352066860601471 Eth | 17.825456412860601471 Eth | 0.000104346 | |
0xDFd5293D...a1343963d | (Binance 16) |
15,420.601935979949864961 Eth
Nonce: 9403399
|
15,420.601761551179152303 Eth
Nonce: 9403400
| 0.000174428770712658 | |
0xE41d2489...F4699F498 |
Execution Trace
ZRXToken.transfer( _to=0x3BC6FAE74E3100Db7e736D2E64324578A965ff28, _value=33948000000000000000 ) => ( True )
transfer[Token (ln:34)]
1234567891011121314151617181920212223242526/*Copyright 2017 ZeroEx Intl.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.*/pragma solidity 0.4.11;contract Token {/// @return total amount of tokensfunction totalSupply() constant returns (uint supply) {}/// @param _owner The address from which the balance will be retrieved