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

0xca3cb0bed10c305aa603b0d168389deeece99f5a

Unverified contract

Proxy

Active on Ethereum with 23 txns
Deployed by via 0xcdf1f88f at 15344016
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Native
Value $17.72
 (#13419)
ERC-721
--
 (#11910)
ERC-721
--
 (#11862)
ERC-721
--
 (#10474)
ERC-721
--
 (#10214)
ERC-721
--
 (#8490)
ERC-721
--
 (#5977)
ERC-721
--
 (#4822)
ERC-721
--
 (#4699)
ERC-721
--
0x5d76604d9eb826e5347db9424d16fdbb525e7309d9eb6910b12fd0949075d071
0x96c13611db2e41427e5e377e4c2f6713782b21c70a037cd1709d579414630b28
0x736abcea055987b23a91d5ee3c828f5d575dc7252e2e36dc1b615a66972c11b3
0xc9600dbd1478f55ca2f11ed0ba237a11c23b2bbf1556869d6cf4f2f833134a4d
0x355137c851b99f191894d250c6914d46361696acdd1a5491b20098a2d9520bd7
0xa91799cdc664be32950888ee49e5d253082404ac187dfa0df425b339bb5c15a7
0xfd44467d06a22d3a0d0d358649a196babec0c9cb6a87e30616324af084a919e5
0xee1c0d282eff0824945d16b71c95ec316dabd176702c2592e88b0fb5c04e76aa
0x8b244b438277d387538991d9819f60091d8998a12c7a780d8d45e5b35f066576
0x3fb629feb834f5c2cea6513994432a915116d695431425767c15fb513edca375

Functions
Getter at block 20898714
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1020000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
35000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0xca3cb0bed10c305aa603b0d168389deeece99f5a
nft(pure returns (address _nft)
0x9690b63eb85467be5267a3603f770589ab12dc95
owner(view returns (address)
0xf5fcda6088140afaf134d151ba8de17be6fa21cb
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
102397925661166496
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(