Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Seaport"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17328804 | a year ago | | | 0.00001 | 0.022282992 | |
| 17328796 | a year ago | | | 0.00001 | 0.0070369001 | |
| 17328755 | a year ago | | | 0.0001 | 0.0074000000 | |
| 17328471 | a year ago | | | 0.0001 | 0.0045150151 | |
| 17328436 | a year ago | | | 0.0001 | 0.0044958153 | |
| 17328274 | a year ago | | | 0.0001 | 0.0051368474 | |
| 17328257 | a year ago | | | 2 | 0.0018714960 | |
| 17328246 | a year ago | | | 2 | 0.0019282080 | |
| 16268917 | 2 years ago | | | 0 | 0.0015722410 | |
| 16268906 | 2 years ago | | | 0.000001 | 0.0013970900 |
ABI
ABI objects
Getter at block 21163451
information() view returns (string version, bytes32 domainSeparator, address conduitController)
(version=1.1, domainSeparator=0x19a5d03c4e65f54cf9126596686f74ea6dd436ac857942ae7907b737b1a8addc, conduitController=0x4cdbf40cd64e02f6653a30b2b756ba3520fd03f9)
name() pure returns (string contractName)
Seaport
Read-only
getCounter(address offerer) view returns (uint256 counter)
getOrderHash(struct OrderComponents order) view returns (bytes32 orderHash)
getOrderStatus(bytes32 orderHash) view returns (bool isValidated, bool isCancelled, uint256 totalFilled, uint256 totalSize)
State-modifying
Events cancel(struct OrderComponents[] orders) returns (bool cancelled)
fulfillAdvancedOrder(struct AdvancedOrder advancedOrder, struct CriteriaResolver[] criteriaResolvers, bytes32 fulfillerConduitKey, address recipient) payable returns (bool fulfilled)
fulfillAvailableAdvancedOrders(struct AdvancedOrder[] advancedOrders, struct CriteriaResolver[] criteriaResolvers, struct FulfillmentComponent[][] offerFulfillments, struct FulfillmentComponent[][] considerationFulfillments, bytes32 fulfillerConduitKey, address recipient, uint256 maximumFulfilled) payable returns (bool[] availableOrders, struct Execution[] executions)
fulfillAvailableOrders(struct Order[] orders, struct FulfillmentComponent[][] offerFulfillments, struct FulfillmentComponent[][] considerationFulfillments, bytes32 fulfillerConduitKey, uint256 maximumFulfilled) payable returns (bool[] availableOrders, struct Execution[] executions)
fulfillBasicOrder(struct BasicOrderParameters parameters) payable returns (bool fulfilled)
fulfillOrder(struct Order order, bytes32 fulfillerConduitKey) payable returns (bool fulfilled)
incrementCounter() returns (uint256 newCounter)
matchAdvancedOrders(struct AdvancedOrder[] advancedOrders, struct CriteriaResolver[] criteriaResolvers, struct Fulfillment[] fulfillments) payable returns (struct Execution[] executions)
matchOrders(struct Order[] orders, struct Fulfillment[] fulfillments) payable returns (struct Execution[] executions)
validate(struct Order[] orders) returns (bool validated)
CounterIncremented(uint256 newCounter, address indexed offerer)
OrderCancelled(bytes32 orderHash, address indexed offerer, address indexed zone)
OrderFulfilled(bytes32 orderHash, address indexed offerer, address indexed zone, address recipient, struct SpentItem[] offer, struct ReceivedItem[] consideration)
OrderValidated(bytes32 orderHash, address indexed offerer, address indexed zone)
constructor(address conduitController)
This contract contains no fallback and receive objects.
BadContractSignature()
BadFraction()
BadReturnValueFromERC20OnTransfer(address token, address from, address to, uint256 amount)
BadSignatureV(uint8 v)
ConsiderationCriteriaResolverOutOfRange()
ConsiderationNotMet(uint256 orderIndex, uint256 considerationIndex, uint256 shortfallAmount)
CriteriaNotEnabledForItem()
ERC1155BatchTransferGenericFailure(address token, address from, address to, uint256[] identifiers, uint256[] amounts)
EtherTransferGenericFailure(address account, uint256 amount)
InexactFraction()
InsufficientEtherSupplied()
Invalid1155BatchTransferEncoding()
InvalidBasicOrderParameterEncoding()
InvalidCallToConduit(address conduit)
InvalidCanceller()
InvalidConduit(bytes32 conduitKey, address conduit)
InvalidERC721TransferAmount()
InvalidFulfillmentComponentData()
InvalidMsgValue(uint256 value)
InvalidNativeOfferItem()
InvalidProof()
InvalidRestrictedOrder(bytes32 orderHash)
InvalidSignature()
InvalidSigner()
InvalidTime()
MismatchedFulfillmentOfferAndConsiderationComponents()
MissingFulfillmentComponentOnAggregation(uint8 side)
MissingItemAmount()
MissingOriginalConsiderationItems()
NoContract(address account)
NoReentrantCalls()
NoSpecifiedOrdersAvailable()
OfferAndConsiderationRequiredOnFulfillment()
OfferCriteriaResolverOutOfRange()
OrderAlreadyFilled(bytes32 orderHash)
OrderCriteriaResolverOutOfRange()
OrderIsCancelled(bytes32 orderHash)
OrderPartiallyFilled(bytes32 orderHash)
PartialFillsNotEnabledForOrder()
TokenTransferGenericFailure(address token, address from, address to, uint256 identifier, uint256 amount)
UnresolvedConsiderationCriteria()
UnresolvedOfferCriteria()
UnusedItemParameters()