SeaportAdapter
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SeaportAdapter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15437750 | 2 years ago | | | 0 | 0.00047808444 | |
| 15437750 | 2 years ago | | | 0 | 0.00047810095 | |
| 15401551 | 2 years ago | | | 0 | 0.00037278659 |
ABI
ABI objects
Getter at block 21206435
IID_IERC1155() view returns (bytes4)
0xd9b67a26
IID_IERC721() view returns (bytes4)
0x80ac58cd
OPENSEA_CONDUIT_KEY() view returns (bytes32)
0x0000007b02230091a7ed01230072f7006a004d60a8d4e71d599b8104250f0000
conduitControllerAddress() view returns (address)
0x1ad91ee08f21be3de0ba2ba6918e714da6b45836
owner() view returns (address)
0x066003c1493a346357af15158cd985b4a6e29d3f
seaport() view returns (address)
0x1ad91ee08f21be3de0ba2ba6918e714da6b45836
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
seaportAcceptOffer(bytes _calldata, address acceptToken, address recipient, address tokenAddress, uint256 tokenId, uint256 amount)
seaportBuy(bytes _calldata, address recipient, address tokenAddress, uint256 tokenId, uint256 amount) payable
seaportBuy(bytes _calldata, address recipient, address tokenAddress, uint256 tokenId, uint256 amount, address payToken, uint256 payAmount) payable
setConduitController(address _conduitControllerAddress)
setConduitKey(bytes32 key)
setSeaportAddress(address _seaport)
transferOwnership(address newOwner)
withdrawERC20(address tokenAddress, address recipient, uint256 amount)
withdrawETH(address recipient, uint256 amount)
withdrawNFT(address tokenAddress, address recipient, uint256 tokenId, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _seaport)
receive()
This contract contains no error objects.