Transaction Hash:
Block:
16934722 at Mar-29-2023 06:28:11 PM +UTC
Transaction Fee:
0.001988323930338915 ETH
$5.35
Gas Used:
47,827 Gas / 41.573252145 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x388C818C...7ccB19297
Miner
| (Lido: Execution Layer Rewards Vault) | 48.778810759222596093 Eth | 48.778815541922596093 Eth | 0.0000047827 | |
0x68F69713...89492071b |
0.093254733771384255 Eth
Nonce: 37
|
0.09126640984104534 Eth
Nonce: 38
| 0.001988323930338915 |
Execution Trace
ETH 0.034
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:31450000000000000, valueString:31450000000000000}, {name:offerer, type:address, order:4, indexed:false, value:0xcb93518A3A2AAe499E50DCd978C55ac512928308, valueString:0xcb93518A3A2AAe499E50DCd978C55ac512928308}, {name:zone, type:address, order:5, indexed:false, value:0x0000000000000000000000000000000000000000, valueString:0x0000000000000000000000000000000000000000}, {name:offerToken, type:address, order:6, indexed:false, value:0x11400Ee484355C7Bdf804702Bf3367EbC7667E54, valueString:0x11400Ee484355C7Bdf804702Bf3367EbC7667E54}, {name:offerIdentifier, type:uint256, order:7, indexed:false, value:2298, valueString:2298}, {name:offerAmount, type:uint256, order:8, indexed:false, value:1, valueString:1}, {name:basicOrderType, type:uint8, order:9, indexed:false, value:0, valueString:0}, {name:startTime, type:uint256, order:10, indexed:false, value:1680113983, valueString:1680113983}, {name:endTime, type:uint256, order:11, indexed:false, value:1680200396, valueString:1680200396}, {name:zoneHash, type:bytes32, order:12, indexed:false, value:0000000000000000000000000000000000000000000000000000000000000000, valueString:0000000000000000000000000000000000000000000000000000000000000000}, {name:salt, type:uint256, order:13, indexed:false, value:4708294033148458948095147663860297729936482, valueString:4708294033148458948095147663860297729936482}, {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:0x8F4A06FB730A68621810DCDD9AD229F583509DBC865CC7599F5DE2261B79A4CFC9A8208B5B8F4A18A26D3776864A96643E490CAE1BE07C110444B0392FC69A19, valueString:0x8F4A06FB730A68621810DCDD9AD229F583509DBC865CC7599F5DE2261B79A4CFC9A8208B5B8F4A18A26D3776864A96643E490CAE1BE07C110444B0392FC69A19}] )
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MITpragma solidity 0.8.17;import { Consideration } from "./lib/Consideration.sol";/*** @title Seaport* @custom:version 1.4* @author 0age (0age.eth)* @custom:coauthor d1ll0n (d1ll0n.eth)* @custom:coauthor transmissions11 (t11s.eth)* @custom:coauthor James Wenzel (emo.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 Stephan Min (stephanm.eth)* @custom:contributor Ryan Ghods (ralxz.eth)* @custom:contributor Daniel Viau (snotrocket.eth)* @custom:contributor hack3r-0m (hack3r-0m.eth)* @custom:contributor Diego Estevez (antidiego.eth)* @custom:contributor Chomtana (chomtana.eth)* @custom:contributor Saw-mon and Natalie (sawmonandnatalie.eth)* @custom:contributor 0xBeans (0xBeans.eth)* @custom:contributor 0x4non (punkdev.eth)* @custom:contributor Laurence E. Day (norsefire.eth)* @custom:contributor vectorized.eth (vectorized.eth)* @custom:contributor karmacoma (karmacoma.eth)