0x4fe9389653d65fe02d441f6571a389c6d7231c40

Unverified contract

Proxy

Active on Ethereum with 11 txns
Deployed by via 0x0852c3ce at 16250924
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 "0x4fe9389653d65fe02d441f6571a389c6d7231c40"

0x010c001e6679ca78b2dae5dacff2debe3b4c21844552a6c66afaa08298409fff
0xbfed65f2b6385c14e6fd81f0f7ff54dc7d7b3627d84f1c876ee1fdc4c54d2016
0x1311e38f6234f434d02bb86a212ad78eef111c85379fe98a9412f3bd147db5b9
0xde00f6569fd3cb8c8c2694b2d60901b16e48fec5983876689e126078cff2bbb4
0x23c87c723e20825d4cbba0e56cb3fc5cd56a3c3a5ce01ce7a00823174717d2eb
0x42d4f7e44a0d6b0857c86bb6d5966ef80dd9392ab6c038939186e0642582d5fd
0x8eb87562a0167627933607041354cef7993360d33096e86314339be65f75bd09
0x1e39a4882bdd4dd8d8dbd8e830b9d46afedd515c0276c1c7b5a0aed1e91d22cf
0x6b8b553d1a90175c0f36e16bb5ae6ca894bde4c0ff8823d0442067f37aa03560
0x22b61ddee4a99309b63c948b106b8864d9012ef09ec037cb4157a4f406204f5c

Functions
Getter at block 21048927
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)
35000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x4fe9389653d65fe02d441f6571a389c6d7231c40
nft(pure returns (address _nft)
0x1792a96e5668ad7c167ab804a100ce42395ce54d
owner(view returns (address)
0xc6cf10abf84fbf600377c432ef213c05129406c1
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
1163003663003662900
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(