ETH Price: $3,787.02 (+0.43%)

Transaction Decoder

Block:
20394167 at Jul-27-2024 12:01:23 AM +UTC
Transaction Fee:
0.000101638084282146 ETH $0.38
Gas Used:
30,006 Gas / 3.387258691 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x1348550E...2DDb1Cc6F
(ByBit Dep: 0x1348550Eff161a0aC890DBF524993382DDb1Cc6F)
0.122507851914530344 Eth
Nonce: 14212
0.122406213830248198 Eth
Nonce: 14213
0.000101638084282146
(beaverbuild)
17.008497855613392651 Eth17.008557867613392651 Eth0.000060012
0xE41d2489...F4699F498

Execution Trace

ZRXToken.transfer( _to=0xf89d7b9c864f589bbF53a82105107622B35EaA40, _value=60916578000000000000000 ) => ( True )
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