0x487b23f5e935f3c0d3339928a1f5c561f7287484

Unverified contract

Proxy

Active on Ethereum with 7 txns
Deployed by via 0xb6724e25 at 16758786
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#1757)
ERC-721
--
 (#814)
ERC-721
--
 (#688)
ERC-721
--
 (#587)
ERC-721
--
 (#433)
ERC-721
--
0x78a57bf17a5f3db4a56a5864378aa16c3c5c991e818411f8cce7094d7d832d74
0x8b64e7f294dc5fc3bbf8d3f76c02da9d93aa3a77df85fbba0f4035317dd49b6b
0xdf47e3355220899206d6a3c82a1ef09887b5b15a1ae3bdcd47dab2560c78d217
0xa5dcd6dbbba50b0a2e49dc3454cee8d0c6020e08e3b87e4eeba66ae77ecdf660
0xacbf2c66c98d57501a3e606b09db3547ae6c293d4b06ecbca10432a7b2d92aee
0x51494a68b009a2bb3718e0d48ae7594dc9639fbdd8996267ad52d3aa5765a4de
0xbad0f00b7b90e7966175bd542f457883809ef629c1d2801bbe36528e032a6188

Functions
Getter at block 20868190
assetRecipient(view returns (address)
0xfd9e6fd73a0694057b632d8d3d4925d99c374306
bondingCurve(pure returns (address _bondingCurve)
0x5b6ac51d9b1cede0068a1b26533cace807f883ee
delta(view returns (uint128)
500000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
0
getAllHeldIds(view returns (uint256[])
[814, 1757, 688, 433, 587]
getAssetRecipient(view returns (address _assetRecipient)
0xfd9e6fd73a0694057b632d8d3d4925d99c374306
nft(pure returns (address _nft)
0x32bb5a147b5371fd901aa4a72b7f82c58a87e36d
owner(view returns (address)
0xfd9e6fd73a0694057b632d8d3d4925d99c374306
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
1
spotPrice(view returns (uint128)
5589552238805971000
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(addressaddressuint256bytesreturns (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(