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 21213262.

0x8e1abaf56e446e71a8b0d21bccd86c94cf73e279

Unverified contract

Proxy

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

No balances found for "0x8e1abaf56e446e71a8b0d21bccd86c94cf73e279"

0x75bbace8b0b4ef2cb31ee6744b70065d1a138c08458e3d2d241e229f8a302926
0x7a168ab6b2281052e3b7a2afea9f6ead128b3ca284694d8b5f6d98afa58f977d
0x12e69eb4b81049efcce7cdbcd6908e46cce6e49fe7a9f9cca6f7b211d62f8523
0xb7f29b833b946da6dde9b7d440fdd371038ac812b4afba90bc1b0eb5b63e76eb
0x5772c3ea76d168ae9ac56487e640adddca075ecd76db8f49446314e0b24372e3
0x779a862cbacc2cd3e864eadce6e0eea3597df4729df070f888377a507c903f3a
0x4d306297c9bb70a88d8e6b8d55cf4b4cf107ae13220e5d03d989a58d2f4d28ed
0xd932ba3fa5dfedab0400c3ad6eceb446509a9dcb4ca6e0d211fc5b6806a2cf18
0xa9f96364f79ce6032ec0bd97293f92c12882e34153e7bdb68e8fa193213639da
0xf048803dc1568efd165a95a1d251b16a087a59e368561f3227436fba6cd68b40
From

Functions
Getter at block 21214741
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x5b6ac51d9b1cede0068a1b26533cace807f883ee
delta(view returns (uint128)
50000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
40000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x8e1abaf56e446e71a8b0d21bccd86c94cf73e279
nft(pure returns (address _nft)
0x32bb5a147b5371fd901aa4a72b7f82c58a87e36d
owner(view returns (address)
0x69f8d754c5f4f73aad00f3c22eafb77aa57ff1bc
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
1246172248803827700
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(