0x7888fa7d738c4d3f8eb8de0150b6352f195f0167

Unverified contract

Proxy

Active on Ethereum with 89 txns
Deployed by via 0xb6caaf77 at 15413942
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 $35.32
)
ERC-721
--
)
ERC-721
--
)
ERC-721
--
)
ERC-721
--
)
ERC-721
--
)
ERC-721
--
)
ERC-721
--
)
ERC-721
--
)
ERC-721
--
0x5693d8e7b014c92a297e80d0fcd2bc5b637ceaa8096d526f4af4d7bb1b9113ef
0x4fa9ac9de1f63021fdc47aa52afc191d9bfd6ca577c7f5c1b23491fc76ad704a
0x278e3eb4d9f60c2ab7571b3a1809202e27b9406043fb175de125864cbaeb4524
0x4c833b501e3c114104fb39b481ef0ea13bd795a40249403cdd98f5b101deda9b
0x6a84c1c7ce6319f7d6b3d4a271fc85731ec4725a82697d1647c5a32f4ff9ecb8
0xc6253b2079fd87ee2df1fe643fe42880ac806fdc3c46c9f26df5f63fdd4d87cd
0xef6ac7be6f11206665f803632f6b93c11561a6b752ddaff4c3e893be713afab8
0xf4c69cf3d111e4c25c45455105de6947148ad23a21418b2d8c220bdc65275d7d
0xa8e5fbc66e602491c726c41e06134eb09f77e9fcf165a1903c7590dcdd08748b
0x5b1e53d2ac4f8fc55f142ff589ddae63eb70a83acce462a7adf4408ba55535d3

Functions
Getter at block 21286666
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x5b6ac51d9b1cede0068a1b26533cace807f883ee
delta(view returns (uint128)
100000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
50000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0x7888fa7d738c4d3f8eb8de0150b6352f195f0167
nft(pure returns (address _nft)
0x932261f9fc8da46c4a22e31b45c4de60623848bf
owner(view returns (address)
0x9627bd828254bb10d0485be5228ab9882730a68a
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
200000000000000
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(