0x055513f6c9c3930c3241d9bb39e9bc7980838585

Unverified contract

Proxy

Active on Ethereum with 7 txns
Deployed by via 0x5edaf8bc at 15582392
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 "0x055513f6c9c3930c3241d9bb39e9bc7980838585"

0xfb8dbd324314e05b74c1daba678a7a60ce32e90098adf1775d6ee57a916c130a
0x717e7d6a88bb9bb4b97b1c404d8916a9fc58fbab8097274a228653406cbaf9f3
0x24d2134b2abf264abfb040db137e6ad5b5285ecd95eff6231cebf526e8018f92
0x62f94b1b391b2b0416725065ddc443e3228c8bc9c6f2a5342b249727e8d35c2a
0x17a9e06732991086de6d0e314dd03231b07ae35e1c4207e0fdb09badcd8b174d
0xd2bfc8366a1234e5325c142e4f4b6d8aca264cb80437a8245189bf368b34df80
0xb7402968b4550869353b5c17d2919495c138ab8db072d40a800bbefc38287214

Functions
Getter at block 21270412
assetRecipient(view returns (address)
0xb66d37ded2628250d2ca4c01cf692766c2ba9a4d
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)
0xb66d37ded2628250d2ca4c01cf692766c2ba9a4d
nft(pure returns (address _nft)
0xe0c9bfc391cee9e840825239ae9910c77064b356
owner(view returns (address)
0xb66d37ded2628250d2ca4c01cf692766c2ba9a4d
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
1
spotPrice(view returns (uint128)
34029850746268660
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(