EeseeOpenseaRouter
Last updated
Last updated
Main opensea marketplace contract's address
Buys NFT for {nftPrice} from Opensea marketplace and sends it to {recipient}
Name | Type | Description |
---|---|---|
Called by the PAUSER_ROLE to pause, triggers stopped state.
Called by the PAUSER_ROLE to unpause, returns to normal state.
Returns true if the contract is paused, and false otherwise.
Emitted when the pause is triggered by account
.
Emitted when the pause is lifted by account
.
_See {IERC721Receiver-onERC721Received}.
Always returns IERC721Receiver.onERC721Received.selector
._
Name | Type | Description |
---|---|---|
data
bytes
- Encoded OpenseaStructs.BasicOrderParameters struct needed for rarible contracts.
recipient
address
- Address where to send nft.
asset
struct Asset
- Asset received.
spent
uint256
- Tokens spent.