0x2f59c4339733355429a20e004c330b991731bea3

Unverified contract

Proxy

Active on Ethereum with 14 txns
Deployed by via 0x776397ee at 15685409
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 "0x2f59c4339733355429a20e004c330b991731bea3"

0x1e103b3e8c83cc0488b0b502da246efa746e8ff37fc0fb382448139c2973ba51
0x959b70dc62922e7ba62a6ca709fbb9c8f9c1d700f67f51c76c98dd6266176d0b
0x5d119ead5009674181ef9070ff101327f1339b2184262c843960764145472d9c
0xc646315d7a1a2fad5e470612bbaffe5dbef46b502e81ef4dc15b8deb92077bd2
0x007709fc3ede5489202649608e09af9d69b998767d9fbe3138fdd16f2291bf34
0x7304dc5da1e03ab70fd14388382f20ee63f852de0a7a68b3ced076875c784534
0x48f36a8d49c2a7a8d5536d0cbccd28fd76f7768a779f0521ab6b9f7e949a1d6a
0xa917ae5f4f5c45911f4a9c2b157535fcf47004d7635ca1024d57d3e105a5519d
0x456d1b936365dade13d78fa592a7b7d3479c6dc19d6819ae8d3219bfa78595d8
0x642c54c3aa9ac321491a1f72b63d41d032d846b9e21e944262f0da48e66297c9

Functions
Getter at block 21200335
assetRecipient(view returns (address)
0x3fb65feeab83bf60b0d1ffbc4217d2d97a35c8d4
bondingCurve(pure returns (address _bondingCurve)
0x5b6ac51d9b1cede0068a1b26533cace807f883ee
delta(view returns (uint128)
1000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
0
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x3fb65feeab83bf60b0d1ffbc4217d2d97a35c8d4
nft(pure returns (address _nft)
0xec64d881dbfd5871320e465562d913bdc25ce8fe
owner(view returns (address)
0x3fb65feeab83bf60b0d1ffbc4217d2d97a35c8d4
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
1
spotPrice(view returns (uint128)
123880597014925390
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(