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.

0x28fc49dadaa8559b76b56810825bc4e7ef6453a4

Unverified contract

Proxy

Active on Ethereum with 21 txns
Deployed by via 0xd89a798f at 15540992
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 "0x28fc49dadaa8559b76b56810825bc4e7ef6453a4"

0x8c8f4c75f2266dda09bbc4ed5b9c66730c874efc5b02acb3597303d5a80e9594
From
0x4dc571393be082138bb509ba2c67d5bbfcb5c5d8dfffeb13dac1b6c5340c285f
From
0x1eae4ebfbefb445557cc25f586a1767aeb920b6723bbdc9ac94e0c6379870ae3
From
0xa0ab4ee5fa2345007c8815aa469cd65c48f554e22f25f67332084af066528830
From
0xc79807a05d85b69369a03cb1eb80e13b64fc805dba28fafba9bc2cc86883b989
From
0xbb85a121d74e6bef8e06a1970e8585283cd1f6964c730d345eba5c75f2ad00c1
From
0x5e79faf3c12e941dc8ba939118decaa594a828d82c8a67c5d0dbeee4f8c5510e
From
0xcbce437828513e4d834d900aa3829ede2b346db6e24aca0fa7abd1855d7864e2
From
0x825c4ab451a22a0a1cf50a9c8389805ddb51d7f2221576e47a3417684700222d
From
0x182908b75c684cf7f30868f2c3d5495d9ececd26f14d556fb81ecf78cf3a7dc1
From

Functions
Getter at block 21213901
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1035000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
80000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x28fc49dadaa8559b76b56810825bc4e7ef6453a4
nft(pure returns (address _nft)
0xce0f25934deaaddd174427f1978bcd487a85e9fa
owner(view returns (address)
0xcbf3c9b38003fa550a7bff5206366c1f62480ba7
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
30721966205837180
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(