0xf634e1bf06051d7f56678be21b6ad8b248355c19

Unverified contract

Proxy

Active on Ethereum with 13 txns
Deployed by via 0x11a78a6d at 20636459
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Native
Value $350.31
 (#5599)
ERC-721
--
 (#5565)
ERC-721
--
 (#5393)
ERC-721
--
 (#5043)
ERC-721
--
 (#4967)
ERC-721
--
 (#4178)
ERC-721
--
 (#3859)
ERC-721
--
 (#3756)
ERC-721
--
 (#3709)
ERC-721
--
0xa4760eaf1b4686ae1675cc9828778e6a6e94ac0db6d4ed2a98dcd388bffa885f
0x3e5e39c17ac9d80f854a669640e81d2bd0f8f59fecfe7e0313049cfd561fef4d
0xdba52b962593b66150391dd01454b4ba0f409fc05a0617976cf59c3143b7d1df
0xc65b2e5a51eeacf414b15932156edbb39ab34a59dbfb0a2f3bfb785c5925a310
0x1e438fcd2feee59d9a557ed79ef1a75f6333d35d22d344a1fbdfe41acef1f6dd
0x92c57cae90aeff08ed0da5291e24007d23fb11a755540ebc6f858ca0b5a6f360
0xa926cbd4a6a4d9e5cae8335246ec43ee72a86629a6ce2e0838003ca39c9a1469
0x59991165adc673c673c44b7ae29ea9d4a8fad3c0d5d01a1b547d0c4a357846f8
0x1a247cad69f3f16716a090a714bcc935d0cf3ef9c2af28c2008940bce0ab1ab7
0x6c9160f49d431d18155c1924741539c8a7aa89dc9e5a7bc72c2c64323ec3defb

Functions
Getter at block 20885241
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1030000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
25000000000000000
getAllHeldIds(view returns (uint256[])
[3859, 5393, 5043, 3756, 3709, 4178, 4967, 5599, 5565]
getAssetRecipient(view returns (address _assetRecipient)
0xf634e1bf06051d7f56678be21b6ad8b248355c19
nft(pure returns (address _nft)
0xef1a89cbfabe59397ffda11fc5df293e9bc5db90
owner(view returns (address)
0x2633b996052f016aca973591b31cd1c18ba6ca8b
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
15893268085172747
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(