0x7f933413182cdc6bc13df7b59ada9e83856241f6

Unverified contract

Proxy

Active on Ethereum with 10 txns
Deployed by via 0xdff95ae5 at 15355172
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
 (#2558)
ERC-721
--
 (#2238)
ERC-721
--
 (#354)
ERC-721
--
0xd29865516ff5f20ca20b84770fd4eb3b0c836601431342a1d041f79fb8ac75fc
0xc93cf8dde712ef26f099c1814ad3ab3e62b3e01caec125bced9fc3236d4420e5
0xc1ab45785380ee4242468aa0d1652bcbb0d5022fe41bc5d95cfe3ac243e14e1a
0xecc78e219e6e4b56007ff68bff62fdf36dd1cb84196bd084257648cb19d12f0d
0x4b68e9a37e9f20e167151ba67d2efa6ab2cec4ee2d00d3493c400b2aa9fd1a77
0xa37a159f19fc1590ae326c8747be625aeea172ff8d73739c7c6bf3e9b7faf2fd
0xbb41ddc88f3e5697d2a90738d9313d5c204c0d2ec41bbe7c871ebc61a96f6391
0xbf2e798a93357bca292fab55673a067fc2268a0fefdb06a6ee638027436dbeb3
0xae8498cd9fa9c9fa1e61de68a06aed1515912d7f93dce5b54e1d259add62ad95
0x7fe3e0312ff45407fb1e24d738584c0cb62b0907959391965bb5582f57d264ab

Functions
Getter at block 21119741
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x5b6ac51d9b1cede0068a1b26533cace807f883ee
delta(view returns (uint128)
6000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
25000000000000000
getAllHeldIds(view returns (uint256[])
[2558, 2238, 354]
getAssetRecipient(view returns (address _assetRecipient)
0x7f933413182cdc6bc13df7b59ada9e83856241f6
nft(pure returns (address _nft)
0xf10a71e53398bf4e3cf5e2a0cad3c529ad19b834
owner(view returns (address)
0xc7eeac77cc8649da52699faf135bc3e4528663c0
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
40252427184466016
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(