0x88c5677336e252c7a53c29dd20375edc802a5919

Unverified contract

Proxy

Active on Ethereum with 66 txns
Deployed by via 0x85a4ba4e at 15270524
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#271)
ERC-721
--
 (#42)
ERC-1555
--
 (#15)
ERC-1555
--
 (#11030)
ERC-721
--
 (#65)
ERC-1555
--
 (#238)
ERC-1555
--
0xacf9d9cfee06d36d8d3256788282de08b2959ccd9deddacad1e582903c6df70d
0xb180701e20ce8a05d027b120ec8d5187eb5b22f5d6eb7ca9274c7e4031e76c4f
0x7c38533140cae88f82282f0e282743f32741aad5425eb8431d3fd120dfceb9fb
0xce948fdf4771e8372ce5dd00d273f171f1bd4e191497ee01fb066f266950e700
0x52c0155e1ab2afbfbb9c0a44ef260c340d2608db9376b241820649ecb67d67fd
0x8fa0a2f9b65d6346fd7b15488a81a8706bc368b2ab4756dd803e2d6a613e8260
0xfaf1b0fb500d70681feeac6222fa5e6e8035b9ba3dfd8b75bb04ba39eb5d4618
0xe813742961acac1f29c4e5050f8976a4ac2e7a9abecbc17152bd183de6d4f90e
From
0x525bec567faf49bdd829298dfdabbcd66da97f6f6888780b0669ebf9c9769ca3
0x6458240a323d7e845733f2477fd465aeca4d54ef9f4dc3221da068257112cfb4

Functions
Getter at block 21304951
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)
25000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x88c5677336e252c7a53c29dd20375edc802a5919
nft(pure returns (address _nft)
0x42069abfe407c60cf4ae4112bedead391dba1cdb
owner(view returns (address)
0x1435b92d1d46bf42bde8644c9996ceee23f89d3a
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
573403440189829254
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(