0x4bfee8eb04d1df1ef8509a92b211436000e5950c

Unverified contract

Proxy

Active on Ethereum with 15 txns
Deployed by via 0xbeff03d2 at 15354519
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 "0x4bfee8eb04d1df1ef8509a92b211436000e5950c"

0xfe62446ff981a2b4d5b86e797221348e26c933b229c1363ccd3885ca14cee666
0x63c852ed91844370eff25f9173e89aafeba9fa52a1f3ee139f09ac26b6dee89a
0xabe4ad5e6eb275e11196aed2181bf5b908fce942af03a5085648790bdec4aeef
0x131e1cb6c7ae3ad7537df77ddc29b2c6a3a110811db50cbda098a707d6697c46
0xd094ae46f67b7e209102b2bb7969d72626949d30ababc57232870680f1432421
0x4718c47b2a618eb5c1f40b93de0fc3ca8b4fb3b2a9e22fba207d464003c0c383
0x5a9bb2ffdfbdd2ee8dfd9e75c7216460db3ef01c76d5d3b6e15f124d31047c0a
0xc19c76e49bfe5d3570797872f624f6547998ec7da2f93bed4ad6008f14668b85
0x03b4168904dc5d25d3f35be9653c5f459d5a0c829469cf806bf44377991b2df7
0xe462f8cbb86a0fe37be7ea61fc8b04dd88d3a4d74f1d2adce5afda361256f858

Functions
Getter at block 21188480
assetRecipient(view returns (address)
0xc7eeac77cc8649da52699faf135bc3e4528663c0
bondingCurve(pure returns (address _bondingCurve)
0x5b6ac51d9b1cede0068a1b26533cace807f883ee
delta(view returns (uint128)
100000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
0
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0xc7eeac77cc8649da52699faf135bc3e4528663c0
nft(pure returns (address _nft)
0xf10a71e53398bf4e3cf5e2a0cad3c529ad19b834
owner(view returns (address)
0xc7eeac77cc8649da52699faf135bc3e4528663c0
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
0
spotPrice(view returns (uint128)
56600000000000000
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(