Transaction Hash:
Block:
14965848 at Jun-15-2022 05:31:37 AM +UTC
Transaction Fee:
0.00329067828631074 ETH
$9.03
Gas Used:
52,260 Gas / 62.967437549 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x64627c96...39Bc6A55a |
0.258295725372700476 Eth
Nonce: 15
|
0.255005047086389736 Eth
Nonce: 16
| 0.00329067828631074 | ||
0xEA674fdD...16B898ec8
Miner
| (Ethermine) | 2,366.531029475826958569 Eth | 2,366.531160125826958569 Eth | 0.00013065 |
Execution Trace
ETH 0.2
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:187000000000000000, valueString:187000000000000000}, {name:offerer, type:address, order:4, indexed:false, value:0x434d2f8D9dD32bCE63F6078d93c30faeA413b01c, valueString:0x434d2f8D9dD32bCE63F6078d93c30faeA413b01c}, {name:zone, type:address, order:5, indexed:false, value:0x004C00500000aD104D7DBd00e3ae0A5C00560C00, valueString:0x004C00500000aD104D7DBd00e3ae0A5C00560C00}, {name:offerToken, type:address, order:6, indexed:false, value:0xcD041F40d497038E2da65988b7D7e2C0D9244619, valueString:0xcD041F40d497038E2da65988b7D7e2C0D9244619}, {name:offerIdentifier, type:uint256, order:7, indexed:false, value:2306, valueString:2306}, {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:1655270907, valueString:1655270907}, {name:endTime, type:uint256, order:11, indexed:false, value:1657862907, valueString:1657862907}, {name:zoneHash, type:bytes32, order:12, indexed:false, value:0000000000000000000000000000000000000000000000000000000000000000, valueString:0000000000000000000000000000000000000000000000000000000000000000}, {name:salt, type:uint256, order:13, indexed:false, value:45948276863629271, valueString:45948276863629271}, {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:0xDBC137750A2DE7C4EB6F0DE03B48E8F8655DE474526EFB95FEF4F26C700FB52C13B2653D08CC703A096A084F045DD88C34E5E4588C6AADB61E75F692E4C5CB401B, valueString:0xDBC137750A2DE7C4EB6F0DE03B48E8F8655DE474526EFB95FEF4F26C700FB52C13B2653D08CC703A096A084F045DD88C34E5E4588C6AADB61E75F692E4C5CB401B}] )

-
PausableZone.isValidOrder( orderHash=43A51F2F22D4F4DD23FDFAC09B454E637A5820AA9CC4C9D74CBE89377B2126F6, caller=0x64627c96aB9d0a24B8bAA3F53336cbb39Bc6A55a, offerer=0x434d2f8D9dD32bCE63F6078d93c30faeA413b01c, 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,