0xa1db901e6250848c79b5b433c81ae8d139fa1627

Unverified contract

Proxy

Active on Ethereum with 114 txns
Deployed by via 0x0a39ab6f at 15352596
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 "0xa1db901e6250848c79b5b433c81ae8d139fa1627"

0xc25c2134abec2e53d61fcc9f1636dcb52becc8053c1c51a2319f4fe7bd8b341d
0x8996b5a25a7da8cc614f50e97b5257b3504a3f47b0c0d9ffe4690ae85c3a52ab
0x5f949679eff960c390424b250a9f6779e3a6a1ab1dbb04f25242305f9a1c65c7
0xe1ff355bfc16e38391656a83d2b1bf16f095ccae4c5a3d9dc75bda32a69e4e94
0xef2d2abf9b89460df80cdd12bf912b0a53316a0177e5026e85664687c10f5fa4
0x14b27ee248594593738f7d9e3bc416d9a93f4b8d1b83c5269ad47968eb01246a
0xacd8ad44f0444077a0727e95afc43a92e8fc552f0893fa32f35a05d1c37d59ac
0x2ca56c111db480e6e89ae87591b4bb0590a5a1a2cb676769f813c1762d6dab6f
0x07b8ba70d153d69c82bb969f01ea5a5c44cb4c42f462823bf8dc78a0290ec085
0xe06e1205b0532fb183acfec73c143e347a6e2a21a07ee891aaea30ba6e2521a0

Functions
Getter at block 21045907
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1030000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
35000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0xa1db901e6250848c79b5b433c81ae8d139fa1627
nft(pure returns (address _nft)
0x4e76c23fe2a4e37b5e07b5625e17098baab86c18
owner(view returns (address)
0xa658bd8d40b8d78b7e6a76d971c95390990086f7
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
84055923076922723
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(