0xc5fad94fad8f3a5f3db437694192be522cbe87b0

Verified contract

Proxy

Active on Ethereum with 63 txns
Deployed by via 0x222e1253 at 15395343
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 $41.87
 (#56602)
ERC-721
--
 (#52767)
ERC-721
--
 (#44480)
ERC-721
--
 (#41777)
ERC-721
--
 (#38085)
ERC-721
--
 (#34516)
ERC-721
--
 (#33743)
ERC-721
--
 (#33398)
ERC-721
--
 (#30910)
ERC-721
--
0xa8b8a8107420a2e0cfc5393dea0be29a3e00b4ff2808563b372a29ba3b13eb44
0x6bc3a749fb5aa08b5bfb77e6c2a5a0f77f53a048b512cc4924e8d2326163cf0d
0x72fdcec4a07fa5aba39b719c308471a34d943b4bc9278a3972125f2c223830e7
0x8899074804e2e181360a1351e1dcc77f94474fad62f5cffe0c2da401a5ce84c8
0x496bb31e1a8cf93ecb5af42375f0164e2089dcab141833130ca97bc207be2f13
0xa26795ada47dd3ff3eabf078d06c5fe9351a5aa21620703a7315dc3d39ee753f
From
0x244878536ffa013ad2a998fabdae99978b5130ba39baa6f0f8b90fd90b9cb1fb
0xdc5b2808f3f804684afe384a01737aa36ec1c85e9831cd0160027a3463c6a849
0xe9b05aba81ff414487c8e88a78d49dce93ad68148c4f309e2def4e7aee6623b5
0xd32c70e196cc3a7cc672a7e37b99afedc80ff834d9772964941551613f03bdb4

Functions
Getter at block 21267836
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1050000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
50000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0xc5fad94fad8f3a5f3db437694192be522cbe87b0
nft(pure returns (address _nft)
0xca21d4228cdcc68d4e23807e5e370c07577dd152
owner(view returns (address)
0xfb843f8c4992efdb6b42349c35f025ca55742d33
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
7776679531828313
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(