0xb5b8a4bde8fe413782ce57b4e63d5d02b8a54b1c

Unverified contract

Proxy

Active on Ethereum with 13 txns
Deployed by via 0x90c77e40 at 15344165
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "0xb5b8a4bde8fe413782ce57b4e63d5d02b8a54b1c"

0xce6b6a53b7a67cf7e7dbf0ace71e790ef29a319684e99aefd867b131bfeb461f
0xe9a2bf70b1e8d934d52de57e604476d5b307ebe74699d2edd30e218686b78f88
0x569bd014ec4553728d2d4d5495a84fa36550841d72ffc6ce948fe85996226cdb
0xf27693b0d09e66f248d12d612326ac6b2cdb1e22d59a3cea44af78a7f60b7ebe
0x7e35759bdc911fcda5db9527e311fb963733cf28fc9fb0767f8a2d5bfa6584b0
0x0a98120bb8c8e1c52ff1ef1d47f993025b3b6e9cf6509c47ce8dbb96e8a3c901
0x8b2f19f8f65e6a6d2b9fca1e1bd29a8671aac06573c38eb874f603b55475ee18
0x26c37ce4da8fc228c4ded2b3108e5dccee00fdb968e85053ed6549242926755d
0xf2afac12e47ef67d814004087008582d8c3a72efc8192208f9aae70e040e16ac
0xad21336a25af31d3d117b7ac279546a55b865194236695b7698c571a4af97561

Functions
Getter at block 21209669
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)
60000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0xb5b8a4bde8fe413782ce57b4e63d5d02b8a54b1c
nft(pure returns (address _nft)
0xa78c124b4f7368adde6a74d32ed9c369fe016f20
owner(view returns (address)
0x585020d9c6b56874b78979f29d84e082d34f0b2a
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
100004413440535164
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(