SeaportV15Module
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Puppet | ERC-721 | 1 | -- | -- | |
0x7e60…46ff (#77792666825180751083639934472981929226756969764407014625973121117196210435019) | ERC-1555 | 1 | -- | -- | |
D.O.G.E | ERC-721 | 1 | -- | -- | |
D.O.G.E | ERC-721 | 1 | -- | -- | |
D.O.G.E | ERC-721 | 1 | -- | -- | |
D.O.G.E | ERC-721 | 1 | -- | -- | |
D.O.G.E | ERC-721 | 1 | -- | -- | |
D.O.G.E | ERC-721 | 1 | -- | -- | |
Pepe Egg | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SeaportV15Module"
ABI
ABI objects
Getter at block 21207176
EXCHANGE() view returns (address)
0x00000000000000adc04c56bf30ac9d3c0aaf14dc
owner() view returns (address)
0xf3d63166f0ca56c3c1a3508fce03ff0cf3fb691e
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0xc2c862322e9c97d6244a3506655da95f05246fd8
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptERC1155Offer(struct ISeaportAdvancedOrder order, struct ISeaportCriteriaResolver[] criteriaResolvers, struct BaseExchangeModuleOfferParams params, struct BaseExchangeModuleFee[] fees)
acceptERC20Listing(struct ISeaportAdvancedOrder order, struct BaseExchangeModuleERC20ListingParams params, struct BaseExchangeModuleFee[] fees)
acceptERC20Listings(struct ISeaportAdvancedOrder[] orders, struct BaseExchangeModuleERC20ListingParams params, struct BaseExchangeModuleFee[] fees)
acceptERC721Offer(struct ISeaportAdvancedOrder order, struct ISeaportCriteriaResolver[] criteriaResolvers, struct BaseExchangeModuleOfferParams params, struct BaseExchangeModuleFee[] fees)
acceptETHListing(struct ISeaportAdvancedOrder order, struct BaseExchangeModuleETHListingParams params, struct BaseExchangeModuleFee[] fees) payable
acceptETHListings(struct SeaportV15ModuleSeaportETHListingWithPrice[] orders, struct BaseExchangeModuleETHListingParams params, struct BaseExchangeModuleFee[] fees) payable
claimOwnership()
makeCalls(address[] targets, bytes[] data, uint256[] values) payable
matchOrders(struct ISeaportOrder[] orders, struct ISeaportFulfillment[] fulfillments)
onERC1155Received(address, address, uint256, uint256, bytes data) returns (bytes4)
onERC721Received(address, address, uint256, bytes data) returns (bytes4)
transferOwnership(address newOwner)
CallExecuted(address target, bytes data, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address owner, address router, address exchange)
receive()
InvalidParams()
Unauthorized()
UnsuccessfulCall()
UnsuccessfulFill()
UnsuccessfulPayment()
WrongParams()