0xcd33c7aa4761320832c623e111f4d0ab026296a0

Unverified contract

Proxy

Active on Ethereum with 10 txns
Deployed by via 0x535c569a at 15694040
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 $5,335.65
0x5c9f93896143d232ca13ef9b8892653199957e35e8229ed4134dc2d282fc6e1e
0x41dee87030b48ce656f162572e583e48fefb1801ab546c4deaccdbc2784dbb99
0x29a5a7dcaa695a5bccf68ee6c22e8aab1a32fd3ce169b9e4e7cb8f2e8f4e359b
0xb36691a2dbaaeb90e1e1aae73eb0150a0639b7c4835d01aba266fbdb990b7852
0x7400dbc5b16ac5a9bbfc2a8f22016b6bc82d11728e9c88e0fa272388b7033da6
0xc7ba32824998276894d4b2a298a0315b93f5659b31aaf012d52dc31f5863b959
0x4aca885620ab7e5f7ef4fb41fd265ff384a14f23a394a410a7fae01ccae1e6c9
0x03af7191eea14df7ed2f540ae2f069756247638ffa18b18d7e75cc07c43d908d
0xcc8b845379e8bfd939dd0b0918a1337f3205db066b067017827def703bc1ddeb
0x0b3b4ee2a240a3b9e9a139f6b24599a452802725b5bdfa8bf4d6a0c531689733

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