0x24886b8a1befd694d4e438cfd7532ea447e0d8e7

Unverified contract

Proxy

Active on Ethereum with 9 txns
Deployed by via 0x2452eb27 at 15712333
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "0x24886b8a1befd694d4e438cfd7532ea447e0d8e7"

0xb850b1c67dc0729d6da6473dd12fc1f65d07f264f3c4afddaa5bba5cfae46763
0x87d906ccd55940f5f197b35ebd50b6fe2994fc30fefaa8a1f5dfffeba9f927a8
0x0544e700a54ac73ff7d9988cbdc9cb67cfd81f8e2cf4cc163a893fae527af76c
0xac2f0aa3474efa3eb47dddf73ae0ac9a140716a519461cf2e7c433562d810e65
0xa13c3a4842386433fa8f7e4e773b930050f628601c596b9e4911b5dfc3df141b
0xbe6f47dd2dbdabfa64d7577d7beac8f97a8e6084234a5d202d23280534d22a71
0x474a00fb74e18b15b1796eff7c33dc3bd942c7d3af7255f738e4b49e1e18c1db
0x59cd1f6e0ae7188085cfdcbc971635dd8b55e43914c2e0f05a2c8c5631c54588
0x3c7dfeec50c60bbcf667d2951d7d933b1af50e9211f3bc69c17d4173958f2fc5

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