Transaction Hash:
Block:
15559798 at Sep-18-2022 10:19:47 AM +UTC
Transaction Fee:
0.000265869560539788 ETH
$0.90
Gas Used:
52,212 Gas / 5.092115999 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4675C7e5...ef3b0a263
Miner
| (Coinbase: MEV Builder) | 0.054286357466658028 Eth | 0.054364675466658028 Eth | 0.000078318 | |
0xbb720B91...593daA5eb |
0.016538718324258936 Eth
Nonce: 164
|
0.016272848763719148 Eth
Nonce: 165
| 0.000265869560539788 |
Execution Trace
ETH 0.006
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:5250000000000000, valueString:5250000000000000}, {name:offerer, type:address, order:4, indexed:false, value:0x9Bb2cA6Ce11340Bb85829ce72D67e522E28Baf5e, valueString:0x9Bb2cA6Ce11340Bb85829ce72D67e522E28Baf5e}, {name:zone, type:address, order:5, indexed:false, value:0x004C00500000aD104D7DBd00e3ae0A5C00560C00, valueString:0x004C00500000aD104D7DBd00e3ae0A5C00560C00}, {name:offerToken, type:address, order:6, indexed:false, value:0xf96898BF784Fa5D5945BdBc555a43Cfc951176E9, valueString:0xf96898BF784Fa5D5945BdBc555a43Cfc951176E9}, {name:offerIdentifier, type:uint256, order:7, indexed:false, value:1730, valueString:1730}, {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:1663496302, valueString:1663496302}, {name:endTime, type:uint256, order:11, indexed:false, value:1671272302, valueString:1671272302}, {name:zoneHash, type:bytes32, order:12, indexed:false, value:0000000000000000000000000000000000000000000000000000000000000000, valueString:0000000000000000000000000000000000000000000000000000000000000000}, {name:salt, type:uint256, order:13, indexed:false, value:24446860302761739304752683030156737591518664810215442929803299379106836939809, valueString:24446860302761739304752683030156737591518664810215442929803299379106836939809}, {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:0x544D35DD8D4FE1CFA7A03B7212F5AC4964669A26CCD3503E1520C174C5611F0B1F010049D45F977D2D1570D8F6322A125FAFCA1A14B0226108D006268D4A2EC91B, valueString:0x544D35DD8D4FE1CFA7A03B7212F5AC4964669A26CCD3503E1520C174C5611F0B1F010049D45F977D2D1570D8F6322A125FAFCA1A14B0226108D006268D4A2EC91B}] )

-
PausableZone.isValidOrder( orderHash=106EDF09D1988554C9B7D4C7D15DA6B2C96C1B7862BF56C9E3823697242B23EA, caller=0xbb720B9147733ef5A6867A998fcEd23593daA5eb, offerer=0x9Bb2cA6Ce11340Bb85829ce72D67e522E28Baf5e, 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,