0xd30882c83ec23d43cd6816d6a9835299e077e2d3

Unverified contract

Proxy

Active on Ethereum with 35 txns
Deployed by via 0xbbbdef41 at 15317269
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $36.75
 (#9561)
ERC-721
--
 (#7875)
ERC-721
--
 (#7418)
ERC-721
--
 (#4114)
ERC-721
--
 (#2075)
ERC-721
--
0x51806fd1e955a7c2acbad1315f57eda0c2744246fa4d8bbcac764fe6aeea49bd
0xe7cb2bf8d168ea693828b9d4f759d8a4234cc24a0fecf89e73c84679fe3d82c1
0x7168b30883c27e7685e6c819ef792eb7b411499d90923b409c4a6c9bab70541e
0xe78c45256b2d8362f5ad6cdb8cff7a3d2359c07032084098a4e2607dd54ca302
0xa5e33fbf29817582b58eaeac672668ee3c132c541b680cb143cb7b7d12687473
0xac2399dd3d834ecabedf8fd04bf3bf4870074b9db98f3f4c4e1afa0b65c42a0b
0x7077df9d78aee4fee7d6129dc56376fcfb5860244d830d4aa5bcb5bd9a93605f
0x4618cf97e0ebfa02b8b1c5c18e7dd65103b0c4bf184a50cb50982e7f2d9b4125
0x17c416fa314cc40c10b3dbf3537489916a2e5b4b1631f08503fb566d1676e911
0xc5cef07516e5ba927dbc912c9db0f06c2f3e91ca5e4c06bf568ac2e0379302b6

Functions
Getter at block 20858665
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1125000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
5000000000000000
getAllHeldIds(view returns (uint256[])
[4114, 9561, 2075, 7418, 7875]
getAssetRecipient(view returns (address _assetRecipient)
0xd30882c83ec23d43cd6816d6a9835299e077e2d3
nft(pure returns (address _nft)
0xf8c18df7509c03b45e6247b2b9e73fcadef24dd6
owner(view returns (address)
0x5feaf84dca91666f812b8405f4b275eec4fe7aa2
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
55693069306930599
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(addressaddressuint256bytesreturns (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(