0x106e64552829acbb1790c7e059f1e3435a2f239d

Unverified contract

Proxy

Active on Ethereum with 25 txns
Deployed by via 0x64770782 at 15353961
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 $4.27
 (#3323)
ERC-721
--
 (#2701)
ERC-721
--
 (#2463)
ERC-721
--
 (#2333)
ERC-721
--
 (#2330)
ERC-721
--
 (#2283)
ERC-721
--
 (#2108)
ERC-721
--
 (#2105)
ERC-721
--
 (#2092)
ERC-721
--
0xa0d830aba0d9446ff7df232348bb0c3eabd570be712727b6e8d86b6d90726534
0x784392997507fb674686929212805cdd7d7ae8b356caed26a8d3b6184fbfe7d4
0xc550805a6a9033852ab48c23110cf9cd9936925bd13005dab357a618d85ce005
0x858f6864d83ae1cc3ac899ef077ac71ce9e25cb0155cea5268837ce82d4abdd8
0x8b39cb176f1f521e79bf90e1b5cde1ab07d4d54f60bfdd5ab5dc58a3489fdbd2
0x85a0193a8685f94204832313a4de2c48c440a3ece2f23a812a19fdabadca1acd
0xcdb397f89fb3af59414e4413b2eda9fadb92139fc89518ffdfbecd01f9b26190
0x8ccd306009d5d5e92825b3191f706109e8d3813b1df1d44520916c23821c1b55
0xd78e30c75d9876c6acb2fe7057384166341272a435f419714ba10bdcf1a314ea
0xcd4f7a617e2f74639cf602d5f02b595f5fa49bd6eed4b07d2558ae521222fc2f

Functions
Getter at block 21116106
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1150000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
50000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0x106e64552829acbb1790c7e059f1e3435a2f239d
nft(pure returns (address _nft)
0xf10a71e53398bf4e3cf5e2a0cad3c529ad19b834
owner(view returns (address)
0x13b3a50f3947476eda74fe191344524e2d2d28e5
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
7659252976197236
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(