0xc2238872b31450f21daaa80a92cbdbc83544658e

Unverified contract

Proxy

Active on Ethereum with 8 txns
Deployed by via 0x6924ab7f at 15355329
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 $0
0xc84a3964d27c1bf2ad7cb2d0adf18c422657ff6a20dd31dac068dfaa901af305
0xd39c7a769544b69b405527abc98f2a2af9a9a7ec0818a00f79ea2824cf961408
0x4b4a32730f60663bf76e55f88cf0e1e01c438a99cb4a8b5b2df0219ba711c287
0x9f13226a01bcc692d063e948cf0807361fcb3180cf5bb9ba11c1bff39f5080d3
0x87084de6fe19c14d19f1b7c970845807c9fde6a1d5b69d3ec12e6061da705a0e
0xfc847e9b65475431f8610cc32c2b9324425fdf22f93f0c938e90105334fa33d4
0x503b77795a1f2e5bcddf20cde3b5131774effb2c39197a7d4e57a6dddc5dfaa1
0xafc8e80d5c068115999e22cc34a7d7730b23411fadb1d6bd89d9c6e021e7659e

Functions
Getter at block 21209987
assetRecipient(view returns (address)
0xd6544ada9811b74899eb7aaee742a8b9f552c5cf
bondingCurve(pure returns (address _bondingCurve)
0x5b6ac51d9b1cede0068a1b26533cace807f883ee
delta(view returns (uint128)
0
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
0
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0xd6544ada9811b74899eb7aaee742a8b9f552c5cf
nft(pure returns (address _nft)
0xf10a71e53398bf4e3cf5e2a0cad3c529ad19b834
owner(view returns (address)
0xd6544ada9811b74899eb7aaee742a8b9f552c5cf
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
0
spotPrice(view returns (uint128)
65000000000000000
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(