0x79a75159d0d9480301dfc84adefd5a568fc962b6

Unverified contract

Proxy

Active on Ethereum with 24 txns
Deployed by via 0x1d30c6b7 at 15582532
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $19.17
 (#3686)
ERC-721
--
 (#3659)
ERC-721
--
 (#3597)
ERC-721
--
 (#3447)
ERC-721
--
 (#3258)
ERC-721
--
 (#3180)
ERC-721
--
 (#3083)
ERC-721
--
 (#2911)
ERC-721
--
 (#2401)
ERC-721
--
0x2ee18dbc7a3b66ff16876716e459af272177a96c650aa4df4c5461e494d5ec02
0xe6fae5355941bb812320b4648a716cae41163e2e3a9da9d0b80792fa9bc785fb
0xb8aa33f6a2b335050f77909260428eab5eda4bfdeeb27e71217f93c6ea16c023
0x59fb90a850bf5c71b3a9ea790fe1ad9dbad9bf5711c4cd4ee8caa6235cf9b184
0xe18cc9161f4a27de06f1fa103f492ee23e7570fb9b2f15b83ada76784b29fde9
0x7bbdea7a2e521dfcf81d88b365993543e149343d0c19eee2bd768252750064fb
0x2a14923264c223f87c5fd2e0e615cfd9b64a787defa5ed43d24aa05bec832c40
0xef888b57db268517f7048ba8db7734fd6829aa87a363600c2994fcbbadd8edda
0xb73f514c7f73fda6ba6c03077fa2d1d3e804cb11ac3f6ec11ac65aafbf1b6b68
0xdf8d8744ef90a1f21deabc8570819bef9ae0babde6d6acb9a16ff6fd39fc784b

Functions
Getter at block 21200208
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)
35000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0x79a75159d0d9480301dfc84adefd5a568fc962b6
nft(pure returns (address _nft)
0x556697ca91476b811f37a851dd2e53ae4c6024db
owner(view returns (address)
0x8a5d546d0d9269770faba8cfc2d8a84fcd93c231
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
14277882517373284
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(