Transaction Hash:
Block:
7523847 at Apr-07-2019 10:53:45 PM +UTC
Transaction Fee:
0.0001877775 ETH
$0.59
Gas Used:
75,111 Gas / 2.5 Gwei
Emitted Events:
61 |
Exchange.Cancel( makerAddress=[Sender] 0x343a3c7f789335c9ea60932d34be258f643678d9, feeRecipientAddress=0xA258b399...31a670124, senderAddress=[Sender] 0x343a3c7f789335c9ea60932d34be258f643678d9, orderHash=CB9B25CAA633C8208939C0D8DDDC63D16E129DFE1621784DBFEE51817C45BECF, makerAssetData=0xF47261B0000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2, takerAssetData=0xF47261B000000000000000000000000005F4A42E251F2D52B8ED15E9FEDAACFCEF1FAD27 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x343a3C7F...F643678d9 |
0.009647462276752632 Eth
Nonce: 101
|
0.009459684776752632 Eth
Nonce: 102
| 0.0001877775 | ||
0x4F833a24...56E09AB0b | (0x: Old Exchange v2.0) | ||||
0xEA674fdD...16B898ec8
Miner
| (Ethermine) | 445.089312765732759463 Eth | 445.089500543232759463 Eth | 0.0001877775 |
Execution Trace
Exchange.cancelOrder( order=[{name:makerAddress, type:address, order:1, indexed:false, value:0x343a3C7F789335C9EA60932D34bE258F643678d9, valueString:0x343a3C7F789335C9EA60932D34bE258F643678d9}, {name:takerAddress, type:address, order:2, indexed:false, value:0x0000000000000000000000000000000000000000, valueString:0x0000000000000000000000000000000000000000}, {name:feeRecipientAddress, type:address, order:3, indexed:false, value:0xA258b39954ceF5cB142fd567A46cDdB31a670124, valueString:0xA258b39954ceF5cB142fd567A46cDdB31a670124}, {name:senderAddress, type:address, order:4, indexed:false, value:0x0000000000000000000000000000000000000000, valueString:0x0000000000000000000000000000000000000000}, {name:makerAssetAmount, type:uint256, order:5, indexed:false, value:1999999400000000000, valueString:1999999400000000000}, {name:takerAssetAmount, type:uint256, order:6, indexed:false, value:1428571000000000000, valueString:1428571000000000000}, {name:makerFee, type:uint256, order:7, indexed:false, value:0, valueString:0}, {name:takerFee, type:uint256, order:8, indexed:false, value:0, valueString:0}, {name:expirationTimeSeconds, type:uint256, order:9, indexed:false, value:1567867228, valueString:1567867228}, {name:salt, type:uint256, order:10, indexed:false, value:1554648261238, valueString:1554648261238}, {name:makerAssetData, type:bytes, order:11, indexed:false, value:0xF47261B0000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2, valueString:0xF47261B0000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2}, {name:takerAssetData, type:bytes, order:12, indexed:false, value:0xF47261B000000000000000000000000005F4A42E251F2D52B8ED15E9FEDAACFCEF1FAD27, valueString:0xF47261B000000000000000000000000005F4A42E251F2D52B8ED15E9FEDAACFCEF1FAD27}] )
cancelOrder[IExchangeCore (ln:1455)]
1234567891011121314151617181920212223242526/*Copyright 2018 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.24;pragma experimental ABIEncoderV2;library LibBytes {using LibBytes for bytes;/// @dev Gets the memory address for a byte array.