0x0f5089c5af4017d866cec9ad12a46594f991718e

Unverified contract

Proxy

Active on Ethereum with 48 txns
Deployed by via 0x6d13e30f at 17829614
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "0x0f5089c5af4017d866cec9ad12a46594f991718e"

0x510e9fd76650cce96ae50e22954bf13d3cb398b1fc743bec1c3b295854821e80
0x40b1c6e94ec0dd7c54e4ec76a2f7c33283fe9d5130e5068a15f9c6fad24f0daf
0x08aca633c09e888f4962501c6a1025e65bce3fb554a257cd731d3e8bd42cce44
0x1fbf7b47e7dc378ea9e370c800a8ab0a73edc04a26a72704736ffbc188f621af
0x3e7eebea43c71c579a612c0ad8d822a5814e78be300b4da1565f1719a406dc36
0x3cbff1ba04ca402f3df63034b3cf19b21e154578122ef1f7ab9bfa8149fa52c9
0xd3b4ab015e6c01c7e5660d5dd5ed4a1ec79f065eb6bb61d53520fc2b0b0b1cee
0x67455c58bc9557d941035d57cff95fd2f3bf87bb7f4cc39884e9fee5e37913fb
From
0x8bfb2526604bdf3b6b3a18f59f20aec7906b01ab3019ad308de0f6d9c0dba4bd
0x96e9b28dfbc46e40e709e2f70cc029b5b18ae2d22a0d95eb83e6e826f447026b

Functions
Getter at block 21216380
ROYALTY_ENGINE(view returns (address)
0xbc40d21999b4bf120d330ee3a2de415287f626c9
bondingCurve(pure returns (address _bondingCurve)
0xe5d78fec1a7f42d2f3620238c498f088a866fdc5
delta(view returns (uint128)
0
factory(pure returns (address _factory)
0xa020d57ab0448ef74115c112d18a9c231cc86000
fee(view returns (uint96)
25000000000000000
getAssetRecipient(view returns (address)
0x0f5089c5af4017d866cec9ad12a46594f991718e
getFeeRecipient(view returns (address _feeRecipient)
0x04a505b7ff3ca4ad5f759987de5a6a746542fb97
nft(pure returns (address _nft)
0x31b73666ca5874950e94babc0c5f93419facc82b
nftId(pure returns (uint256 id)
1
owner(view returns (address)
0x04a505b7ff3ca4ad5f759987de5a6a746542fb97
pairVariant(pure returns (uint8)
2
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
36548656716
Read-only
calculateRoyaltiesView(uint256 assetIduint256 saleAmountview returns (address[] royaltyRecipientsuint256[] royaltyAmountsuint256 royaltyTotal)
getBuyNFTQuote(uint256 assetIduint256 numNFTsview returns (uint8 erroruint256 newSpotPriceuint256 newDeltauint256 inputAmountuint256 protocolFeeuint256 royaltyAmount)
getSellNFTQuote(uint256 assetIduint256 numNFTsview returns (uint8 erroruint256 newSpotPriceuint256 newDeltauint256 outputAmountuint256 protocolFeeuint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
call(address targetbytes data
changeAssetRecipient(address newRecipient
changeDelta(uint128 newDelta
changeFee(uint96 newFee
changeSpotPrice(uint128 newSpotPrice
initialize(address _owneraddress _assetRecipientuint128 _deltauint96 _feeuint128 _spotPrice
multicall(bytes[] callsbool revertOnFail
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
swapNFTsForToken(uint256[] numNFTsuint256 minExpectedTokenOutputaddress tokenRecipientbool isRouteraddress routerCallerreturns (uint256 outputAmount)
swapTokenForSpecificNFTs(uint256[] numNFTsuint256 maxExpectedTokenInputaddress nftRecipientbool isRouteraddress routerCallerpayable returns (uint256)
transferOwnership(address newOwnerbytes datapayable 
withdrawAllETH(
withdrawERC1155(address auint256[] idsuint256[] amounts
withdrawERC20(address auint256 amount
withdrawERC721(address auint256[] nftIds
withdrawETH(uint256 amount
Events
AssetRecipientChange(address indexed a
DeltaUpdate(uint128 newDelta
FeeUpdate(uint96 newFee
NFTWithdrawal(uint256 numNFTs
NFTWithdrawal(uint256[] ids
OwnershipTransferred(address indexed newOwner
SpotPriceUpdate(uint128 newSpotPrice
SwapNFTInPair(uint256 amountOutuint256 numNFTs
SwapNFTInPair(uint256 amountOutuint256[] ids
SwapNFTOutPair(uint256 amountInuint256 numNFTs
SwapNFTOutPair(uint256 amountInuint256[] ids
TokenDeposit(uint256 amount
TokenWithdrawal(uint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
LSSVMPairETH__InsufficientInput(
LSSVMPair__AlreadyInitialized(
LSSVMPair__BondingCurveError(uint8 error
LSSVMPair__CallFailed(
LSSVMPair__DemandedInputTooLarge(
LSSVMPair__FunctionNotAllowed(
LSSVMPair__InvalidDelta(
LSSVMPair__InvalidSpotPrice(
LSSVMPair__NftNotTransferred(
LSSVMPair__NonTradePoolWithTradeFee(
LSSVMPair__NotRouter(
LSSVMPair__OutputTooSmall(
LSSVMPair__RoyaltyTooLarge(
LSSVMPair__TargetNotAllowed(
LSSVMPair__TradeFeeTooLarge(
LSSVMPair__WrongPoolType(
LSSVMPair__ZeroSwapAmount(
Ownable_NewOwnerZeroAddress(
Ownable_NotOwner(