ETH Price: $1,895.30 (-1.11%)

Transaction Decoder

Block:
15495672 at Sep-08-2022 09:03:40 AM +UTC
Transaction Fee:
0.000630071982557245 ETH $1.19
Gas Used:
60,727 Gas / 10.375483435 Gwei

Emitted Events:

376 Seaport.OrderCancelled( orderHash=DBBAE75A73AF0043DF8DAD0049F5E6CEE289034815FC85AAD878DDCE231E6E57, offerer=[Sender] 0x5a477c2d44214800f673bb1dc186ee99fc59d52c, zone=0x004C0050...C00560C00 )

Account State Difference:

  Address   Before After State Difference Code
0x00000000...169EdE581
(Seaport 1.1)
(2Miners: PPLNS)
7,579.007460845042056476 Eth7,579.007551935542056476 Eth0.0000910905
0x5A477c2D...9Fc59D52c
0.136790702965860292 Eth
Nonce: 18
0.136160630983303047 Eth
Nonce: 19
0.000630071982557245

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