Transaction Hash:
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 | ||
---|---|---|---|---|---|
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 19.013147438713599096 Eth | 19.013216567713599096 Eth | 0.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 )
approve[Token (ln:47)]
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