0x1f3f3ede3ca7beef4cf5e4d6824afd98ea2050b8

Unverified contract

Proxy

Active on Ethereum with 12 txns
Deployed by via 0xd7820efe at 15205047
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 "0x1f3f3ede3ca7beef4cf5e4d6824afd98ea2050b8"

0xd7c969b361d8a108c38d144eff431e611c1bff8b321b037592526a95ab9973b5
0x11b9c92755c36e50534ec526e3a2baa0356deceb341e59fdc7915d9e91b05469
0xdbf5b3465af1d6dd090eec7058c30bd0df4ad992fdaba5a222741591fbe744ab
0x6c8fabf6356e3671db8632933635f017ab3a3c134c8a6d0a0b95f16d011e4b2d
0x4c0c02860786672a4ef643f8e6bc1429c332baa9427931593276f2b6c8890f1c
0x774b63ada01a3ad6710cc3fe6712c99061db6dac359706eaf23daf06d38a9ad4
0xa05b7c09da26892aff8af3f86fb03a64e6d29adcf1a18a47f03af286ef0dbc64
0x8e24a166c4740aeb17d7617a66059accd5c03b1c5c52a39459ff379a34173628
0xbaa4584fce4a231112d1e5dfe3c0deb5fb9e7853cf728a96752b49a43637fabe
0x6bc32fb1e003c7c3a12a497e23f710ecfb3bd83cc6c9ae1064eae523f7e6e363

Functions
Getter at block 21417307
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)
30000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x1f3f3ede3ca7beef4cf5e4d6824afd98ea2050b8
nft(pure returns (address _nft)
0xca7ca7bcc765f77339be2d648ba53ce9c8a262bd
owner(view returns (address)
0x31a6d0ea27db941257024189a3718472d40ef663
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
163969490636803074
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(