Transaction Hash:
Block:
15865340 at Oct-31-2022 03:25:35 AM +UTC
Transaction Fee:
0.0006264889925085 ETH
$2.87
Gas Used:
59,250 Gas / 10.573653882 Gwei
Emitted Events:
279 |
Seaport.OrderCancelled( orderHash=7AC7A0B23084603034B64CFF85F0E203E577FD46F437B69089BA879AFFA1C9A7, offerer=[Sender] 0xc5cb539016d7bb5001de0dab5574f1686973d7da, zone=0x004C0050...C00560C00 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x00000000...169EdE581 | (Seaport 1.1) | ||||
0xc5CB5390...86973d7dA |
0.005418963285845066 Eth
Nonce: 14
|
0.004792474293336566 Eth
Nonce: 15
| 0.0006264889925085 | ||
0xDAFEA492...692c98Bc5
Miner
| (Flashbots: Builder) | 1.41948546015569979 Eth | 1.41957433515569979 Eth | 0.000088875 |
Execution Trace
Seaport.cancel( orders= ) => ( cancelled=True )
cancel[Consideration (ln:9426)]
_cancel[Consideration (ln:9432)]
1234567891011121314151617181920212223242526// 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)* @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)* @custom:contributor horsefacts (horsefacts.eth)