0x8442b3cd0f1949a29f7e82d21ff7cf8c1251252c

Unverified contract

Proxy

Active on Ethereum with 9 txns
Deployed by via 0x0ce05fb6 at 15373566
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 "0x8442b3cd0f1949a29f7e82d21ff7cf8c1251252c"

0x0c47b7980342d6bd6c428b0d04940cce926e04a926f0058eeb4b962c59127da0
0xeaa82b9695dbdcd84eab8ec971c2e95ed7d05646d0c9ca481754da0decf25945
0x84369d4b0b15631ef34c6f7584adfb82162bf3898d585319295989e4685dd496
0xcaca37468c914e7b661d57c349b4386189633fa8297bad89d3c79d9b390416f1
0x84bf8b5ef2495d477c824c28ae086e2bada0ea1fb92209c1b040752d38a1ac01
0xc9ea3dab9c0cc436db2a014bc4e71ed16aae365e982aad7de36db0f4198a9645
0xef7a431c4fd5dcde03ba169bdcdc7b98a15958806406b080d0c0d5628dcfa1ec
0x89402f41f54afc0dfb343c54e51a23f41b68c9960150384ca7bc0b3f23597826
0x99997774f1ea81d6eef35aef237246e2511f61a25b4a1450a275233ae604cb5b

Functions
Getter at block 21272980
assetRecipient(view returns (address)
0x6c8c7539bf6a61c249c520c837ed0e19f91344dc
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1030000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
0
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x6c8c7539bf6a61c249c520c837ed0e19f91344dc
nft(pure returns (address _nft)
0x81698d9202d202f35edec18075ca679c36bbcaad
owner(view returns (address)
0x6c8c7539bf6a61c249c520c837ed0e19f91344dc
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
1
spotPrice(view returns (uint128)
5081889735044483
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(