0x70cd742379e65a68fd5881507fa8061bf2bf9570

Unverified contract

Proxy

Active on Ethereum with 12 txns
Deployed by via 0x1c83a57a at 15610547
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
 (#271)
ERC-1555
--
0x1e43e9ff2758b4d99b383141cbd6a92f4710b2b65a86550f160297acb4ab318f
0xfe49aac713da4421f9ba0ca09e1c2370b215c46578c6b6de8fad08bfeff9a9a9
0xb7e7688faa27dbda606bdfc1e4ef5bbd81028346304245a8fc1455d3937b5a7c
0xcd2f8657712b5db377a770ae54b1dbeec0e3f1f1559e6ec996722e3d19d19d60
0x4fd4a99b6a9fce0149dc6165e0f982454887918ab720c4dd0a0d1d0049a72e07
0x886bb4efd5d2ee1726a891b1716ce981414e04dea933293c829335f8c5c604c8
0x22fa2e1dd53215c8d21a82a14d26de9444819254a9892c4578f83f045d6df11d
0x737b34f50c8d3b441553bfb371248721d5ac8939b20bcc0fe55b45f869a82a1c
0xb72ebe210ad93af743948ea8d866cc3d8acb8f53a56a2f464d1c45f4d1e8106d
0x2081a339c9776aee35426629988dea26174d99dbbbf3270e079f5afa115881e8

Functions
Getter at block 20883161
assetRecipient(view returns (address)
0xa7106b4089e6f3f267d23abc02c9a862dcd7316e
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1020000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
0
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0xa7106b4089e6f3f267d23abc02c9a862dcd7316e
nft(pure returns (address _nft)
0xa9ba1a433ec326bca975aef9a1641b42717197e7
owner(view returns (address)
0xa7106b4089e6f3f267d23abc02c9a862dcd7316e
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
1
spotPrice(view returns (uint128)
242903131401814500
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(