0x5651cf9227de456536e17ce76da12a3bb4a3f06c

Unverified contract

Proxy

Active on Ethereum with 15 txns
Deployed by via 0x4f52ad9e at 15548281
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 "0x5651cf9227de456536e17ce76da12a3bb4a3f06c"

0x6bdb0b8e7c6f329760b200769459e5834f1e398d3202ca6731ddbecb996c0cf3
0x0e25973e45f74af8953a61a0167717ab2eeb6e159ce43db905e7239878dd9dca
0x988e49ae4029c4a553441afa83cee9e0def121683451938b3cbbab33c2407713
0x3fb6affa26f19a64fc7d90c14517b75e8b8434a6bcf25847ba28d2899192ba9c
0x7601579385799e0750f2a9ef0520bc1c7583dc128d0e827f1ccdb07c2d6c56ba
0x4894e161c8d7d016364171246dc8608edd09b0a9166971f3fc8cbe5a69861e69
0x2bdbddcb7f027c140455c4c191c562557788672796e7fe3cba5926eaebd202d9
0x3ab99e8d35e0ee219bd6b6c695ee1479a0cc7d42390d1d4fb505b0cc40aac5f2
0x68fd4913ccbdbb4023f0594f0fdc697a7887ea18eda647202092807b8e35bf57
0xa67e0446c7c5c28eff002114c7d2062ad134dc05b23ec6f88429b057b1363366

Functions
Getter at block 21222281
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)
600000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x5651cf9227de456536e17ce76da12a3bb4a3f06c
nft(pure returns (address _nft)
0x2841413795bbe4e42c1a8558b3e55ecde4a12014
owner(view returns (address)
0x7ff3f163245b6d4e283cbac8a235bdd391e85f72
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
16437323839192997
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(