0x7c6b10a7cd8d7c4159e8505c74a35ef900452ddf

Unverified contract

Proxy

Active on Base with 6,280 txns
Deployed by via 0x99942e56 at 10441250
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $12,027.23
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x4eba519f9bb9663afb951cb7489859e3f1e4f29eaa525e74b498b0780a424cd5
0xc3aa982e007621737be9b755446d4a3096d42c8c28ca22442c74704ef53448c1
0xafb20065cdfc5189c4115512eeada9130426242c73a0f5727fe3d03b3c0c7911
0x5fe8a9b57ecd659b72419dceaa906144fd849792afcd5486b043e4c01d879716
0x0e66fd6fef325a4aa93289166ed9e8a619367d2e749ee6c683f38f442dde064c
0x001e2d73dad6858154c831249d0256bbba541b5a6bdd05766a88e230449ed279
0xa2bbeaed3239b1c7ce473017b01f90bd3bb2c324b6bada5bd0f959cce8f706a2
0x1ddcc67b4b9ef0ea9363ca124f5dfce6fe1aaae50c045c0392672f227712d6fe
0xd8d571644999a899bed4c1d6db1f84ae5ea7dd57710616170f8c2f4684e59d2c
0x66c521305cdb7621ea0487d9b48ac7b68547c7a8564a3b159d0578ac1412d683

Functions
Getter at block 22900383
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x0724d8d6e8b63a48d770d5976416071ccd195c35
delta(view returns (uint128)
1000100000000000000
factory(pure returns (address _factory)
0xe0860f5a472a4a58b7c25397a0f2dfca468c5505
fee(view returns (uint96)
0
 
getAllHeldIds(pure returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0x7c6b10a7cd8d7c4159e8505c74a35ef900452ddf
nft(pure returns (address _nft)
0xcaaa19bd091958c7e5fac67da4eb09afa80f108a
owner(view returns (address)
0x737ccbeb95eac1f772ec13d036a7d4b085589f48
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
262282391607122
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(uint256 amountOutuint256[] ids
SwapNFTOutPair(uint256 amountInuint256 numNFTs
TokenDeposit(uint256 amount
TokenWithdrawal(uint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
BondingCurveError(uint8 error
IsMintableBurnablePair(
Ownable_NewOwnerZeroAddress(
Ownable_NotOwner(