Transaction Hash:
Block:
16760930 at Mar-05-2023 08:11:35 AM +UTC
Transaction Fee:
0.000954864702488063 ETH
$2.47
Gas Used:
52,133 Gas / 18.315936211 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x68F69713...89492071b |
0.014814710714962961 Eth
Nonce: 10
|
0.013859846012474898 Eth
Nonce: 11
| 0.000954864702488063 | ||
0x690B9A9E...Db4FaC990
Miner
| (builder0x69) | 2.955523560955648036 Eth | 2.955549627455648036 Eth | 0.0000260665 |
Execution Trace
ETH 0.003827
Seaport.fulfillBasicOrder( parameters=[{name:considerationToken, type:address, order:1, indexed:false, value:0x0000000000000000000000000000000000000000, valueString:0x0000000000000000000000000000000000000000}, {name:considerationIdentifier, type:uint256, order:2, indexed:false, value:0, valueString:0}, {name:considerationAmount, type:uint256, order:3, indexed:false, value:3520840000000000, valueString:3520840000000000}, {name:offerer, type:address, order:4, indexed:false, value:0xDd3811D3688f1675323BBbD7d2F256F121D40065, valueString:0xDd3811D3688f1675323BBbD7d2F256F121D40065}, {name:zone, type:address, order:5, indexed:false, value:0x004C00500000aD104D7DBd00e3ae0A5C00560C00, valueString:0x004C00500000aD104D7DBd00e3ae0A5C00560C00}, {name:offerToken, type:address, order:6, indexed:false, value:0xeEbDaB679cdb5F10dcbD6cA7831103Ba063A989d, valueString:0xeEbDaB679cdb5F10dcbD6cA7831103Ba063A989d}, {name:offerIdentifier, type:uint256, order:7, indexed:false, value:9053, valueString:9053}, {name:offerAmount, type:uint256, order:8, indexed:false, value:1, valueString:1}, {name:basicOrderType, type:uint8, order:9, indexed:false, value:2, valueString:2}, {name:startTime, type:uint256, order:10, indexed:false, value:1678003663, valueString:1678003663}, {name:endTime, type:uint256, order:11, indexed:false, value:1680595663, valueString:1680595663}, {name:zoneHash, type:bytes32, order:12, indexed:false, value:0000000000000000000000000000000000000000000000000000000000000000, valueString:0000000000000000000000000000000000000000000000000000000000000000}, {name:salt, type:uint256, order:13, indexed:false, value:51951570786726798460324975021501917861654789585098516727724919369956492992544, valueString:51951570786726798460324975021501917861654789585098516727724919369956492992544}, {name:offererConduitKey, type:bytes32, order:14, indexed:false, value:0000007B02230091A7ED01230072F7006A004D60A8D4E71D599B8104250F0000, valueString:0000007B02230091A7ED01230072F7006A004D60A8D4E71D599B8104250F0000}, {name:fulfillerConduitKey, type:bytes32, order:15, indexed:false, value:0000007B02230091A7ED01230072F7006A004D60A8D4E71D599B8104250F0000, valueString:0000007B02230091A7ED01230072F7006A004D60A8D4E71D599B8104250F0000}, {name:totalOriginalAdditionalRecipients, type:uint256, order:16, indexed:false, value:2, valueString:2}, {name:additionalRecipients, type:tuple[], order:17, indexed:false}, {name:signature, type:bytes, order:18, indexed:false, value:0x95D8228B8EB271C15B1C230151ADF554F09CD53E672347C31D58CDCD739F14868A4B914EAD87955F4C88C74C478B813973C36D5EF1EB6CD05CBE99741A0B515F, valueString:0x95D8228B8EB271C15B1C230151ADF554F09CD53E672347C31D58CDCD739F14868A4B914EAD87955F4C88C74C478B813973C36D5EF1EB6CD05CBE99741A0B515F}] )

-
PausableZone.isValidOrder( orderHash=2DA747C209884AC5758AE4811B62AF0FB0751A9BCB00498E8742F3D286384359, caller=0x68F697130E9626d1cCBAaBde9a19a2789492071b, offerer=0xDd3811D3688f1675323BBbD7d2F256F121D40065, zoneHash=0000000000000000000000000000000000000000000000000000000000000000 )
fulfillBasicOrder[Consideration (ln:9074)]
_validateAndFulfillBasicOrder[Consideration (ln:9081)]
File 1 of 2: Seaport
File 2 of 2: PausableZone
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity >=0.8.13;import { Consideration } from "./lib/Consideration.sol";/*** @title Seaport* @custom:version 1.1* @author 0age (0age.eth)* @custom:coauthor d1ll0n (d1ll0n.eth)* @custom:coauthor transmissions11 (t11s.eth)* @custom:contributor Kartik (slokh.eth)* @custom:contributor LeFevre (lefevre.eth)* @custom:contributor Joseph Schiarizzi (CupOJoseph.eth)* @custom:contributor Aspyn Palatnick (stuckinaboot.eth)* @custom:contributor James Wenzel (emo.eth)* @custom:contributor Stephan Min (stephanm.eth)* @custom:contributor Ryan Ghods (ralxz.eth)
File 2 of 2: PausableZone
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity >=0.8.7;import { ZoneInterface } from "../interfaces/ZoneInterface.sol";import { ZoneInteractionErrors } from "../interfaces/ZoneInteractionErrors.sol";// prettier-ignoreimport {PausableZoneEventsAndErrors} from "./interfaces/PausableZoneEventsAndErrors.sol";import { SeaportInterface } from "../interfaces/SeaportInterface.sol";// prettier-ignoreimport {AdvancedOrder,CriteriaResolver,Order,OrderComponents,Fulfillment,