0xdbae69d6ac13538ab5ca0c088696419af13d3a1a

Unverified contract

Proxy

Active on Ethereum with 11 txns
Deployed by via 0xe7454548 at 15355039
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 "0xdbae69d6ac13538ab5ca0c088696419af13d3a1a"

0x94da090fa1de80e41fe1a9048d4919e1a5a0d5b3570b89b3ca981949bf348c00
0xd6f42a623ea1cf1eb4c75315b49cf5e80ad1a548cc4426f99ec6321fa0ce1fb7
0xd98ade5ada443e819f30a796c322db54a7cef2092627b0c6d98257d8f609f4c1
0x6016efb441b1b7114e1c27070c06e999a73b39b4b5c4afeb0afda9b57388092f
0x3ddf0029954b8d109577e6a36cc83fd7b66b9bb3c4132a578d29d5d24f4c1c71
0xc990504246dad9ca6cadb5714f55dae66dcec57f804467bd16e72b855a35ca8d
0x29e36e6e0026d0a9ecdbc3d0c98342b647ef32a4a732b13ad2e7a2a595ed1947
0xf61a562b5fe81423270f34e33dadf1c0f1e9851cf6bd8d68515d25a1e9529bcb
0x03f40a37339f9546d1523e488c5c48d7fe49bd3989cb61229455a21561c3ad37
0xee1f8d7c38c9fa8de73843337dc753966c7b9b108fc2e9b8293636b03ef9eaba

Functions
Getter at block 21211250
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1100000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
100000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0xdbae69d6ac13538ab5ca0c088696419af13d3a1a
nft(pure returns (address _nft)
0xf10a71e53398bf4e3cf5e2a0cad3c529ad19b834
owner(view returns (address)
0xc5877224cbe22515293e2e5c6f3e93997b7f3dcb
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
7675974993167126
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(