ETH Price: $2,537.27 (-1.70%)

Transaction Decoder

Block:
7814756 at May-23-2019 07:54:53 AM +UTC
Transaction Fee:
0.00277859999999276 ETH $7.05
Gas Used:
48,196 Gas / 57.65208731 Gwei

Account State Difference:

  Address   Before After State Difference Code
(Spark Pool)
2,276.57659986478160001 Eth2,276.57937846478159277 Eth0.00277859999999276
0xD26A4D3C...d11d0d516
86.650326023060472633 Eth
Nonce: 508
86.647547423060479873 Eth
Nonce: 509
0.00277859999999276

Execution Trace

ZRXToken.transfer( _to=0x4CEA217b48C543213723639548F6c15B81C18392, _value=518490730660000000000 )
transfer[Token (ln:34)]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
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 at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed 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 and
limitations under the License.
*/
pragma solidity 0.4.11;
contract Token {
/// @return total amount of tokens
function totalSupply() constant returns (uint supply) {}
/// @param _owner The address from which the balance will be retrieved
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX