0x4b604cb62526846aad8854d396c3fac409ce1649

Unverified contract

Proxy

Active on Ethereum with 4 txns
Deployed by via 0x7df5acc2 at 15970480
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "0x4b604cb62526846aad8854d396c3fac409ce1649"

0x3dc32b0aaab098fd507dcec20dd75647e47e7ffc18ac2d44cc565b597a004ef6
0x2b302e90c23d8a8e5cc7c8b07436fd9157d8725ab3fe5b4973c35629d2b58ec8
0x53d42c0d37528d6f8e17fe265167c17f7eed896546a4c6a228843a6370395a75
0xe5f02d2bbc680a7b30030e1a739ba10c3ac04a73b2ecebcd97cd9c1c24d74946

Functions
Getter at block 21216933
assetRecipient(view returns (address)
0x0c1a3e4e1c3da4c89582dfa1afa87a1853d7f78f
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1052631578947368400
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
0
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x0c1a3e4e1c3da4c89582dfa1afa87a1853d7f78f
nft(pure returns (address _nft)
0xb4e570232d3e55d2ee850047639dc74da83c7067
owner(view returns (address)
0x0c1a3e4e1c3da4c89582dfa1afa87a1853d7f78f
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
0
spotPrice(view returns (uint128)
1092500000000000021
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(addressaddressuint256bytesreturns (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(