0x339e7004372e04b1d59443f0ddc075efd9d80360

Unverified contract

Proxy

Active on Ethereum with 20 txns
Deployed by via 0x5e348e77 at 15344532
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 "0x339e7004372e04b1d59443f0ddc075efd9d80360"

0xe56bdc9378016fd2105850ed2bb0d885f73bc6cb270dbfc6d8d7af5d94b02c91
0x9e94802d04042378dd344bdb2b392e68bf264e6148e9b6e4c00339a5612919ad
0xf6ae5c60f37ab28e00b61f396ee6a49e140645c760d1d57bf277eab9b82b6e53
0xa29f28d7192161a52599db2567e1bdf8a1950e4d36007cddfae7c5c2ac66b7be
0xed7c709958d3352182c056a909d863cf7be0fa994170249ee10b5ec9dc683ef7
From
0xd06625d8375dec4de16bd7020a549d88645b8d29bc3bdca2ffa14c5650470638
From
0x73df339f0884b963c4c7860fe8b7908938e683fc5eb04e581894238343fdf6fa
0x6855009834535bc0eabd039c0661b2d8071251aaa5e4f7fe9cbe63303d3e7545
0xf1b3fbeb5954cd083089938fe313e3bcfaecb9b79c3361dd0e103abdaa12bd0c
0xf37f2893ff7a63182ac64eaf7fb1754ba84da57004eae4128a1b52bc8c40ba38

Functions
Getter at block 21080530
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1150000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
50000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x339e7004372e04b1d59443f0ddc075efd9d80360
nft(pure returns (address _nft)
0xfa9937555dc20a020a161232de4d2b109c62aa9c
owner(view returns (address)
0x1cb4831b6df1d9cb07279b93a0e101db9b2295d0
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
16606635071090050
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(