Transaction Hash:
Block:
22705179 at Jun-14-2025 08:27:47 PM +UTC
Transaction Fee:
0.000033752756256272 ETH
$0.14
Gas Used:
36,983 Gas / 0.912655984 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4088E870...bD9D5BDAe |
6.420898563522471949 Eth
Nonce: 1125
|
6.420864810766215677 Eth
Nonce: 1126
| 0.000033752756256272 | ||
0xdadB0d80...24f783711
Miner
| (BuilderNet) | 27.848625714656514614 Eth | 27.848644206156514614 Eth | 0.0000184915 |
Execution Trace
ZeroEx.a578efaf( )
-
OtcOrdersFeature.fillOtcOrderForEth( order=[{name:makerToken, type:address, order:1, indexed:false, value:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, valueString:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2}, {name:takerToken, type:address, order:2, indexed:false, value:0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984, valueString:0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984}, {name:makerAmount, type:uint128, order:3, indexed:false, value:4010059966100192, valueString:4010059966100192}, {name:takerAmount, type:uint128, order:4, indexed:false, value:1400761183714168552, valueString:1400761183714168552}, {name:maker, type:address, order:5, indexed:false, value:0x51C72848c68a965f66FA7a88855F9f7784502a7F, valueString:0x51C72848c68a965f66FA7a88855F9f7784502a7F}, {name:taker, type:address, order:6, indexed:false, value:0x0000000000000000000000000000000000000000, valueString:0x0000000000000000000000000000000000000000}, {name:txOrigin, type:address, order:7, indexed:false, value:0x4088E870e785320413288C605FD1BD6bD9D5BDAe, valueString:0x4088E870e785320413288C605FD1BD6bD9D5BDAe}, {name:expiryAndNonce, type:uint256, order:8, indexed:false, value:10984506146641954262511813323370493017711629372400282525346103679673, valueString:10984506146641954262511813323370493017711629372400282525346103679673}], makerSignature=[{name:signatureType, type:uint8, order:1, indexed:false, value:3, valueString:3}, {name:v, type:uint8, order:2, indexed:false, value:28, valueString:28}, {name:r, type:bytes32, order:3, indexed:false, value:2EC9A5BB9B112B1893192799A6D5F74C32CB8FCA1797DA1E490CC249A2BDEDC2, valueString:2EC9A5BB9B112B1893192799A6D5F74C32CB8FCA1797DA1E490CC249A2BDEDC2}, {name:s, type:bytes32, order:4, indexed:false, value:050D2005273AE27E379CDA4103AE9013B78D22FD2A4612246DF2454619F8D644, valueString:050D2005273AE27E379CDA4103AE9013B78D22FD2A4612246DF2454619F8D644}], takerTokenFillAmount=1400761183714168552 )
File 1 of 2: ZeroEx
File 2 of 2: OtcOrdersFeature
12345678910111213141516/*Copyright 2020 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.6.5;pragma experimental ABIEncoderV2;import "@0x/contracts-utils/contracts/src/v06/LibBytesV06.sol";import "./migrations/LibBootstrap.sol";
File 2 of 2: OtcOrdersFeature
12345678910111213141516// SPDX-License-Identifier: Apache-2.0/*Copyright 2021 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.6.5;pragma experimental ABIEncoderV2;import "@0x/contracts-erc20/contracts/src/v06/IEtherTokenV06.sol";