0x6f3f805046444c2e388fba87c278d8529b7bb2e3

Verified contract

Proxy

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

No balances found for "0x6f3f805046444c2e388fba87c278d8529b7bb2e3"

0xb014ad21281fd0328e1d8ca0753fac8f744d1408cbbe90e898df63d6baeb55c4
0x22e874fee5d18987b6b98380ec1006f16948d1d58a75f5907ce0822a64607c1a
0x810de5b5969251dc539af8391a9b917418942ba800395b97649fcd5a9ad14831
0x2a30ad67f94976bd2938b6f0925f3402b785cc19a3d9965d466fa2076faaa8f3
0xfa4d3cb860ebabf7a4922e319991fe8e687e0a9f1ed8e21bd8fd36a14300e112
0x64426b414d0ad884a4c693a0cda44bceeda92801482552f2982647b4dd28f694
0x0317cdac58ce6c86189ea25953074ae4cd570b6b7b99024c02b8c42e639ef338
0x64688599aa78c22823b071f5861d3093160d4967e0baa0690dcddef03210aa29
0x76f558907967c3b5cb13b78c357b70a198abf4969d60dca94279dd4b991ee8dc
0x508b007e6564dc5b22e2c6dc2b542f7239ef204337bf5876b10bdf5ef30dd10d

Functions
Getter at block 21248140
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x7942e264e21c5e6cbba45fe50785a15d3beb1da0
delta(view returns (uint128)
18
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
50000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x6f3f805046444c2e388fba87c278d8529b7bb2e3
nft(pure returns (address _nft)
0x160c404b2b49cbc3240055ceaee026df1e8497a0
owner(view returns (address)
0xd5f84aa523fa38af0bd58b410a7aa44efeb444cb
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
1790416008425487095
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(