0x1cb89b2b83c6a7a3fb2cd81e2bdaa91a99300999

Unverified contract

Proxy

Active on Ethereum with 30 txns
Deployed by via 0x27749353 at 16566727
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 "0x1cb89b2b83c6a7a3fb2cd81e2bdaa91a99300999"

0x3be5dad2d8a6e08d750ad945e798d7e649bfb6136f939d766b0d2a8f8e1a858f
0xf538cd178f18727b5c3cac7588e3d7712de350798095c2f91473df3fc44e6fa7
0x9daa865a2efceb28d4af24bc69da385dd107c083c5e028c44bd5ed1f9b1709d1
0x1cb6f0d054e1cc162c165fcc0ed6b24106ace0e940863fbe19dfd0b4472b5095
0x5992e78db2b3715b539f52c179a61cbc6b9ec2242242b4c087877c83861f329e
0xbf922dc2e8a20f9cd8dd488e1f457ea5ec84628c38531cef6e5b8ffad107c5e9
0x34299c9cdf16cbf93d4ebdccb07aed72eb1d8cb181cf2125180f71500ff48ff8
0x1ff283392e4b347db3dd15f4698ed839769d8f898934f6c60325d142e5029da1
0x6ec3626808b5d352770457d8529c5c36d96988aec49882729babab09a278c5f8
0x938ec9208363ee03da33d887562085e172ec0890786ca047219de269d2abc7c0

Functions
Getter at block 21191171
assetRecipient(view returns (address)
0x1e1d82a2c4907cfbe95a6524376faf77e676bbf5
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)
0x1e1d82a2c4907cfbe95a6524376faf77e676bbf5
nft(pure returns (address _nft)
0x34eebee6942d8def3c125458d1a86e0a897fd6f9
owner(view returns (address)
0x1e1d82a2c4907cfbe95a6524376faf77e676bbf5
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
1
spotPrice(view returns (uint128)
1560995024875622100
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(