0x61b8d3d6f9f2e5c124e677d547734f8462f2a5ef

Unverified contract

Proxy

Active on Ethereum with 60 txns
Deployed by via 0x89c75d03 at 15423047
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 $9,958.4
 (#785)
ERC-721
--
 (#775)
ERC-721
--
 (#772)
ERC-721
--
 (#768)
ERC-721
--
 (#757)
ERC-721
--
 (#755)
ERC-721
--
 (#754)
ERC-721
--
 (#753)
ERC-721
--
 (#749)
ERC-721
--
0x58e33408b7cc15b1583021af53e01abacb21df5d81edf61f2dea1ab551ca5d68
0x2accca51dd5f1f8d2a8bebd1fc8ce70e3fb5391d712ed098da412df1a41135db
0xe1608d3ce3111da6463e1f93df017a4cdb7982519a25bccf57067f7a943dc1af
0xb2dc85e2be22653b70a3d9ecd80606071dde8f75c9cef82c11cc185206736390
0x065df7b169620ecf173b09d8135858a0ac70109704d684ac56019a152f116d09
0x944f1c42d44d2e5002e9e3c40af125697553761f6525e252fa2317cc55a01215
0x472498e26a2bf2d0ee32975a8e2a05dcf78be6b6b525fa163b75821f0a2bd9cb
From
0x7e9a35cc4e132ac668c143f5072f0b95421ddb79fa9a91575479f6c37046c94a
0xd2e7435de7ba90776edb16284f391660f51b8ee7979a82af5419bb57c277035d
0xcb1555ec7478b3de5714a09a1a22307f5e6d4dec43347ccf8125e5995fb2941f
From

Functions
Getter at block 20995088
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1040000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
20000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0x61b8d3d6f9f2e5c124e677d547734f8462f2a5ef
nft(pure returns (address _nft)
0x78d67f130e80aaa0aad5d786585d36b130fd45dc
owner(view returns (address)
0xe62cff2138f0e501653bd5fd8c9a54067752f97f
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
25748129902730191
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(