Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables and it is currently at block 21335292.

0x06128bc67791b64baef51f13fb978e34b8b9af9b

Verified contract

Proxy

Active on Ethereum with 8 txns
Deployed by via 0xbaf948cc at 15433835
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "0x06128bc67791b64baef51f13fb978e34b8b9af9b"

0xe8a9ba90a1d11f4cd67d47b44145a29e575dc1b4b7b9876fb9a4cef3a6ed590c
0xc5f5494c5d513110a268a764de6a3f16edce5232ab3512fec2b1e9300f2ed991
0x8d39fff1d2385b62e4240b894b5838e6168094280c3038b94bc6f9a7cab680bb
0x9b17dc69862c400518d94fd0a5997840c142ded3e780b0f9b1d8a7ab222197c0
0xa81fb7115e12edda51dbc5aa858495f26e175a83d8c6ed85ce32250055989eaa
0x864b38247a5e4a7acc274ba8306e110f4655c23f53b07eaf924638519f3ed349
0x5e40fc276dea0700d787bb40996a69dc73b04ad27e86a3a3ffad96f59a157b48
0x63df146a1af145bfb12abe91dc6711ea5c4e4d017550abad18b5d736aaac3bf6

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