0x4d9d7f3cd99fa3c7eb508e2a01c8e0f495489837

Unverified contract

Proxy

Active on Ethereum with 20 txns
Deployed by via 0xd8eaf435 at 15348063
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Native
Value $90.82
 (#1921)
ERC-721
--
 (#1901)
ERC-721
--
 (#1887)
ERC-721
--
 (#1886)
ERC-721
--
 (#1844)
ERC-721
--
 (#1821)
ERC-721
--
 (#1817)
ERC-721
--
 (#1801)
ERC-721
--
 (#809)
ERC-721
--
0x581088575cffc752fc4b4d35156d2714be8a635ce8d8225e9e22f2155814ccd6
From
0x6e40427e0af1f25c8186cf2b15e14513071d65c24ea0c70b1eccea5d40ebfa80
0x89220f3c831a81278bf631802317d3d704901e3250934a27bc15b0c6efb5134e
0x6eb1fe59ecf8eaca2ada2d80953b7ced76dda96d1b659df2e0011c5644ba96e3
0x5909e6fa42ed29b8a610e712c18d077d7598411587a9b644ddd0c365ad16b70c
0x775532045b5d922b71545efe7e78bf164dd0c439e45c2766007c7f9249b1b3ee
0xd855dbd165e74f766573eca27dd6a7ec5bd8d10ff604ac53e51a32a22809d0fd
0xfe6c8fb6ee671706fa39a424d9dd93cc46242f9b74bc9323988d249a78c55de1
0xddec5e98b27482cf6ccacbddfdd0071214d7b0ea889abba66fe1aec6deb4bc54
0xf5bb3fd935e4445842a7fcd67f17b6d0e1dad555d64c5fe296dc01d5b4f215af

Functions
Getter at block 20982609
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1002250000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
50000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0x4d9d7f3cd99fa3c7eb508e2a01c8e0f495489837
nft(pure returns (address _nft)
0x4402a0ed0ccb8f299ed8779c769ac4f29bcc9778
owner(view returns (address)
0x94444d75f44a13a88829ef7d25a9d026448eac64
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
173712063970623092
Read-only
getBuyNFTQuote(uint256 numNFTsview returns (uint8 erroruint256 newSpotPriceuint256 newDeltauint256 inputAmountuint256 protocolFee)
getSellNFTQuote(uint256 numNFTsview returns (uint8 erroruint256 newSpotPriceuint256 newDeltauint256 outputAmountuint256 protocolFee)
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 _spotPricepayable 
multicall(bytes[] callsbool revertOnFail
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256 idbytesreturns (bytes4)
swapNFTsForToken(uint256[] nftIdsuint256 minExpectedTokenOutputaddress tokenRecipientbool isRouteraddress routerCallerreturns (uint256 outputAmount)
swapTokenForAnyNFTs(uint256 numNFTsuint256 maxExpectedTokenInputaddress nftRecipientbool isRouteraddress routerCallerpayable returns (uint256 inputAmount)
swapTokenForSpecificNFTs(uint256[] nftIdsuint256 maxExpectedTokenInputaddress nftRecipientbool isRouteraddress routerCallerpayable returns (uint256 inputAmount)
transferOwnership(address newOwner
withdrawAllETH(
withdrawERC1155(address auint256[] idsuint256[] amounts
withdrawERC20(address auint256 amount
withdrawERC721(address auint256[] nftIds
withdrawETH(uint256 amount
Events
AssetRecipientChange(address a
DeltaUpdate(uint128 newDelta
FeeUpdate(uint96 newFee
NFTWithdrawal(
OwnershipTransferred(address indexed newOwner
SpotPriceUpdate(uint128 newSpotPrice
SwapNFTInPair(
SwapNFTOutPair(
TokenDeposit(uint256 amount
TokenWithdrawal(uint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
BondingCurveError(uint8 error
Ownable_NewOwnerZeroAddress(
Ownable_NotOwner(