0x57cec23b2b44ec43ae703221e758ec9a93c443fc

Unverified contract

Proxy

Active on Ethereum with 20 txns
Deployed by via 0x5db1204b at 15349094
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 $28.73
 (#1912)
ERC-721
--
 (#1900)
ERC-721
--
 (#1899)
ERC-721
--
 (#1894)
ERC-721
--
 (#1871)
ERC-721
--
 (#1868)
ERC-721
--
 (#1824)
ERC-721
--
 (#1823)
ERC-721
--
 (#1822)
ERC-721
--
0xdf87d547067972bfc96bc5255e7a6d98095883e438e6ab25b9cf1a97e82c5028
0xf752466ce81d56426189bad4a8e6241eea967feb89f7451fb3b5a9422ab1e0e6
0xf2a81b230183c8a3ca4556234d413399749bbaf66bfce5927f5f8bb94e3b493d
0x707e2f249313c96cda1af815a275460e816f6d3d198861d6b5070d71a648206d
0xbac281b9c98a2f9783f9ca1b8eb57a4e16e04aaf026cf00bbbae7d59d351c1ab
0x91ba97f423a1d132de1c155b4aafda6c077e6856edc9874bb9d4d5fa1c5f79ee
0x3451caf149342755b29e052f6ccd239b78cd2afa21df8c79da558184f4ab8e88
0xc049b997229999ebd2d7b82915b262de90926ed99bcd752e149e82477a6c3184
0xba7b4a19b0f832e91a54487c776ce43a44dd7fb2aef46f53687fbd030ce5e393
0xf952cbf4c4e1cba7138516b28ed1b4cd0ef7643d59e0736111ce4b1c035c7996

Functions
Getter at block 21190369
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1010000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
20000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0x57cec23b2b44ec43ae703221e758ec9a93c443fc
nft(pure returns (address _nft)
0x96b0c545bc08a7a9f8c41fb3a49de40b0c8380bc
owner(view returns (address)
0x358655d57158cd114adae454e3fcddaf2830046a
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
36185558020415522
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(