0x848ff322d402017579f0d1a318dd31588664dca4

Unverified contract

Proxy

Active on Ethereum with 12 txns
Deployed by via 0xa9cd8a47 at 15313059
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 "0x848ff322d402017579f0d1a318dd31588664dca4"

0xe07c42c0c477abe92e65314885814e96188a4df6bf0fa67fa0bca74ae606cfb1
From
0x8323aef870c65c23ceab8641a77b4df0072e099544c18254b81891f877e5f8f4
From
0x4934f5f9053deb6fdbd9b10038cc06f866148a93de81d72206b665f04b832507
From
0x4ba912f2db6a549275872f4f3a40009fc141f0c670c3bb5ced5e208df6a378f5
0xc0e114f416e681813d5b092969f23a51149654b9ffc085339e9a03a78053fa1c
From
0xcb25548e3cc9239605571a42c5f115c3280216c293a484564307d402b2c9c401
From
0xed3a784e4b7bb446ca83b169c8569d39b0594d741c4f06da23404deb77fbf2bd
From
0x02bff23cf69d17aa5c52f2dceacbe0811bb556b35834827ce539922d6f42f3e7
From
0xf17f5294380281694be14db9cccc58fb0bfb0cff82944d06ec71b365998a890f
From
0x5ef99dbbc4e9905450bc1548983ae0b524243ec8b3d06189e55178139d397696

Functions
Getter at block 21302084
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)
25000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x848ff322d402017579f0d1a318dd31588664dca4
nft(pure returns (address _nft)
0xef1a89cbfabe59397ffda11fc5df293e9bc5db90
owner(view returns (address)
0xf5601ef49bc4cd2f1515893d3c7193ba3f31a7ea
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
117742718446601928
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(