0xca1168477a1143b148be40b75196cc4d4ed074e8

Verified contract

Proxy

Active on Ethereum with 11 txns
Deployed by via 0x28a189dc at 15314977
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $16.81
 (#2126)
ERC-721
--
 (#2104)
ERC-721
--
 (#2041)
ERC-721
--
 (#2028)
ERC-721
--
 (#2011)
ERC-721
--
 (#1921)
ERC-721
--
 (#1784)
ERC-721
--
 (#1782)
ERC-721
--
 (#1728)
ERC-721
--
0xddc48eede158d534d10fb3be473713ca39781b0befdb96ce95fcbc0044cd6ee6
0xe25f2fa456d3a7d824a1edae127bbc60be9d592b5e10795c7eedad2ea4f9ea58
0xbf7881a81d9df4b8bcc7aa7cb7d6aae9bab6da20fb0133831c9015fb156736da
0x6b4eec3236fd3008220642d31c04b98090591cb5bd35632b065a525d19a313c8
0x5228b93b037c30a7158458de951573e498994c732456764091f622f9995fb99d
0xa56f09f1b6223a506fcdf25f7f674ee472a1d3087c18a16e40dfb7386131b785
0x3acd5566294a2664a2fbf96b9ed0031fd851f599d602f3edaf2bc9b31bdcb99d
0xd7a56d0dd314ce1f8231604b586e193a50ee217559ccc2066e24ad91ef978781
0xc394979e5aceeb7f690651f9826312a7de4a8f0c54d62ab789440d316cb91bd0
0xa75292cffce5ff4bd4e3f91d07197a56b5e8b7716527096c08428edbd9b663c2

Functions
Getter at block 21301550
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1075000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
50000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0xca1168477a1143b148be40b75196cc4d4ed074e8
nft(pure returns (address _nft)
0x53d917d66ecfec3ef379434b0ad481e4ddedcf66
owner(view returns (address)
0x36ffe2a4338a5ad078d338a65574260634c69722
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
13860332614673145
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(