0xc0f5c424eef284a82748c1f8f6f3b44342c24622

Unverified contract

Proxy

Active on Ethereum with 16 txns
Deployed by via 0x8e8b7e72 at 15633365
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#283)
ERC-1555
--
 (#389)
ERC-1555
--
0x196f8262e4bf9b877e9265650fc1410fd9044cc480384974299844b7b6769cc2
0x1e9f4479c59aaf2f9aadb259341c65ed72db510e4051f0b2666a0af2203746e0
0x88446a06e7f7506af2f81c21a0bd5c014d531d594416ccd48a01ca1de010c109
0x53028f805ab1a6230b20e9579f1de0833196ba8f9f218d024d9595188c3f2a4b
0x8a658d1fb58d423408c37075d086590fbb968d052d72609be54c7798c2c4604f
0x7f48277226e82c3c2fe4dd4239e8a6e4bf0cb875862bc46511a31900f2d31470
0xff174d5fbcfadf9a36f4d11abaf94ba78e6dda6239fb6488fddd1f42659f5fab
0xb138a8c42716bdb4c815540a6302d056f0736da9ce70c5f0c8d453b7817507b0
0xf7ded22f8a62de5b40e88a62751b18d526730cb524933011b5f5ab8670dc9bca
0x27859b318a69902032bcb47e6afa0f11ca7cc67fbc719f46a8406d475b032afe

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