Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001583 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19433797 | 2 months ago | | | 0.0025 | 0.0000013726371 | |
| 19367286 | 2 months ago | | | 0.00002 | 6.5919033e-7 | |
| 18784213 | 2 months ago | | | 0.0003 | 0.0000054080642 | |
| 18784113 | 2 months ago | | | 0.00006 | 0.0000016609523 | |
| 18784062 | 2 months ago | | | 0.00006 | 0.0000015301947 | |
| 18784031 | 2 months ago | | | 0.00006 | 0.0000015301947 | |
| 18783988 | 2 months ago | | | 0.00006 | 0.0000016468627 | |
| 18782010 | 2 months ago | | | 0.00006 | 0.0000016133386 | |
| 18781597 | 2 months ago | | | 0.00006 | 0.0000062395237 | |
| 18780412 | 2 months ago | | | 0.00006 | 0.0000015113136 |
ABI
ABI objects
Getter at block 21873690
information() view returns (string version, bytes32 domainSeparator, address conduitController)
(version=1.4, domainSeparator=0xae2b2c3064af9f1382d3afa1a9ee98f3bcb3beab75e8ef7954c6f8e7ed4c81e8, conduitController=0x00000000f9490004c11cef243f5400493c00ad63)
name() pure returns (string)
Seaport
Read-only
getContractOffererNonce(address contractOfferer) view returns (uint256 nonce)
getCounter(address offerer) view returns (uint256 counter)
getOrderHash(struct OrderComponents) 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, struct CriteriaResolver[], bytes32 fulfillerConduitKey, address recipient) payable returns (bool fulfilled)
fulfillAvailableAdvancedOrders(struct AdvancedOrder[], struct CriteriaResolver[], struct FulfillmentComponent[][], struct FulfillmentComponent[][], bytes32 fulfillerConduitKey, address recipient, uint256 maximumFulfilled) payable returns (bool[], struct Execution[])
fulfillAvailableOrders(struct Order[], struct FulfillmentComponent[][], struct FulfillmentComponent[][], bytes32 fulfillerConduitKey, uint256 maximumFulfilled) payable returns (bool[], struct Execution[])
fulfillBasicOrder(struct BasicOrderParameters parameters) payable returns (bool fulfilled)
fulfillBasicOrder_efficient_6GL6yc(struct BasicOrderParameters parameters) payable returns (bool fulfilled)
fulfillOrder(struct Order, bytes32 fulfillerConduitKey) payable returns (bool fulfilled)
incrementCounter() returns (uint256 newCounter)
matchAdvancedOrders(struct AdvancedOrder[], struct CriteriaResolver[], struct Fulfillment[], address recipient) payable returns (struct Execution[])
matchOrders(struct Order[], struct Fulfillment[]) payable returns (struct Execution[])
validate(struct Order[]) returns (bool)
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, struct OrderParameters orderParameters)
OrdersMatched(bytes32[] orderHashes)
constructor(address conduitController)
receive()
BadContractSignature()
BadFraction()
BadReturnValueFromERC20OnTransfer(address token, address from, address to, uint256 amount)
BadSignatureV(uint8 v)
CannotCancelOrder()
ConsiderationCriteriaResolverOutOfRange()
ConsiderationLengthNotEqualToTotalOriginal()
ConsiderationNotMet(uint256 orderIndex, uint256 considerationIndex, uint256 shortfallAmount)
CriteriaNotEnabledForItem()
ERC1155BatchTransferGenericFailure(address token, address from, address to, uint256[] identifiers, uint256[] amounts)
InexactFraction()
InsufficientNativeTokensSupplied()
Invalid1155BatchTransferEncoding()
InvalidBasicOrderParameterEncoding()
InvalidCallToConduit(address conduit)
InvalidConduit(bytes32 conduitKey, address conduit)
InvalidContractOrder(bytes32 orderHash)
InvalidERC721TransferAmount(uint256 amount)
InvalidFulfillmentComponentData()
InvalidMsgValue(uint256 value)
InvalidNativeOfferItem()
InvalidProof()
InvalidRestrictedOrder(bytes32 orderHash)
InvalidSignature()
InvalidSigner()
InvalidTime(uint256 startTime, uint256 endTime)
MismatchedFulfillmentOfferAndConsiderationComponents(uint256 fulfillmentIndex)
MissingFulfillmentComponentOnAggregation(uint8 side)
MissingItemAmount()
MissingOriginalConsiderationItems()
NativeTokenTransferGenericFailure(address account, uint256 amount)
NoContract(address account)
NoReentrantCalls()
NoSpecifiedOrdersAvailable()
OfferAndConsiderationRequiredOnFulfillment()
OfferCriteriaResolverOutOfRange()
OrderAlreadyFilled(bytes32 orderHash)
OrderCriteriaResolverOutOfRange(uint8 side)
OrderIsCancelled(bytes32 orderHash)
OrderPartiallyFilled(bytes32 orderHash)
PartialFillsNotEnabledForOrder()
TokenTransferGenericFailure(address token, address from, address to, uint256 identifier, uint256 amount)
UnresolvedConsiderationCriteria(uint256 orderIndex, uint256 considerationIndex)
UnresolvedOfferCriteria(uint256 orderIndex, uint256 offerIndex)
UnusedItemParameters()