Transaction Hash:
Block:
15141149 at Jul-14-2022 01:56:05 PM +UTC
Transaction Fee:
0.00212267277809136 ETH
$5.60
Gas Used:
52,272 Gas / 40.60821813 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x52bc44d5...b7d7bE3b5
Miner
| (Nanopool) | 2,976.455112110652962801 Eth | 2,976.455242790652962801 Eth | 0.00013068 | |
0x815428DD...93e6ffC74 |
0.062489063882158131 Eth
Nonce: 6
|
0.060366391104066771 Eth
Nonce: 7
| 0.00212267277809136 |
Execution Trace
ETH 0.01369
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:12321000000000000, valueString:12321000000000000}, {name:offerer, type:address, order:4, indexed:false, value:0x5CA795e1D4e8347240a1F157d8c17D0a81dDAAE0, valueString:0x5CA795e1D4e8347240a1F157d8c17D0a81dDAAE0}, {name:zone, type:address, order:5, indexed:false, value:0x004C00500000aD104D7DBd00e3ae0A5C00560C00, valueString:0x004C00500000aD104D7DBd00e3ae0A5C00560C00}, {name:offerToken, type:address, order:6, indexed:false, value:0xBE38ad09706A5F8e932871a616196eC82c07d3Ef, valueString:0xBE38ad09706A5F8e932871a616196eC82c07d3Ef}, {name:offerIdentifier, type:uint256, order:7, indexed:false, value:2750, valueString:2750}, {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:1657806846, valueString:1657806846}, {name:endTime, type:uint256, order:11, indexed:false, value:1660484849, valueString:1660484849}, {name:zoneHash, type:bytes32, order:12, indexed:false, value:0000000000000000000000000000000000000000000000000000000000000000, valueString:0000000000000000000000000000000000000000000000000000000000000000}, {name:salt, type:uint256, order:13, indexed:false, value:50310640255309460, valueString:50310640255309460}, {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:0xC409FBE14FCFD437C8E1E759F1B6D6413C184A3E7ADB668EF2552335937A98B7781A5C89A335A5782DE9632071EECA66B050D887B4E7CB346A253D7817AE530A1B, valueString:0xC409FBE14FCFD437C8E1E759F1B6D6413C184A3E7ADB668EF2552335937A98B7781A5C89A335A5782DE9632071EECA66B050D887B4E7CB346A253D7817AE530A1B}] )

-
PausableZone.isValidOrder( orderHash=4864050980EE0B6C4A70D11C4D55EBAA2C4904CE284494D3763883CF0F634A77, caller=0x815428DD0A945fC7D8bD1EDD7C82B2493e6ffC74, offerer=0x5CA795e1D4e8347240a1F157d8c17D0a81dDAAE0, 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,