ETH Price: $4,575.47 (-3.04%)
Gas: 0.46 Gwei

Transaction Decoder

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 Code
0x00000000...169EdE581
(Seaport 1.1)
0xc5CB5390...86973d7dA
0.005418963285845066 Eth
Nonce: 14
0.004792474293336566 Eth
Nonce: 15
0.0006264889925085
(Flashbots: Builder)
1.41948546015569979 Eth1.41957433515569979 Eth0.000088875

Execution Trace

Seaport.cancel( orders= ) => ( cancelled=True )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
pragma 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)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX