ETH Price: $3,612.11 (-2.95%)

Transaction Decoder

Block:
20425502 at Jul-31-2024 09:00:47 AM +UTC
Transaction Fee:
0.000328880133188592 ETH $1.19
Gas Used:
46,086 Gas / 7.136226472 Gwei

Emitted Events:

234 ZRXToken.Approval( _owner=[Sender] 0xc2e6c605f4ce2a975a61f86e6396a0ec47781384, _spender=0x5503AAEb...120366fa2, _value=515776722790494000000 )

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
19.013147438713599096 Eth19.013216567713599096 Eth0.000069129
0xC2e6c605...c47781384
0.039022055772454194 Eth
Nonce: 289
0.038693175639265602 Eth
Nonce: 290
0.000328880133188592
0xE41d2489...F4699F498

Execution Trace

ZRXToken.approve( _spender=0x5503AAEb0C81f482503D223147757Fe120366fa2, _value=515776722790494000000 ) => ( True )
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