0xd13b7a82303232f94e2388eaed7f1fdc3048d866

Unverified contract

Proxy

Active on Ethereum with 19 txns
Deployed by via 0x9279da63 at 15348066
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 $62.53
 (#1949)
ERC-721
--
 (#1948)
ERC-721
--
 (#1946)
ERC-721
--
 (#1942)
ERC-721
--
 (#1941)
ERC-721
--
 (#1939)
ERC-721
--
 (#1931)
ERC-721
--
 (#1930)
ERC-721
--
 (#1923)
ERC-721
--
0x553a5e8a3f60df633587f04aac1e4e545f3423be6d8ba99f3baef58e8bda735b
0x09ac6b9b78c0ec91670c24599227c3003cd5f585c1fd6e1379e5c915678b9801
0xead9dbbd0b49efb3130081c3654c1461f7d32bfc17d56b2414ec0af23374d52d
0xc66acb092bc6cb521b4440f767b1c4343ae5404dcf99d8be1d5019e77b0ae6f7
0x9a51f036406bc84b8fcde2089085c71e80034a6620696547b8ae311a3ec07105
0x283101d539846486fa606f513ca38b0414412fb8c976322c96f1b4582b6250b7
0x2bfd5bb1440101788a90476235f293fbe118494eb30905c6373a77b414f24adb
0x091cf1eb810b19c1c97ebfe9dfd53b462a3140a4fef73de42169b43919cfcb5b
0x8d08ba12027cc3de1129502c4671600b9ac4582867e54cbd65c4e68cf7c6b1ef
0x0ede73f1f6d1ad5019e0afa3da8a3b87c0529025f132246072574cae147ad582

Functions
Getter at block 20982618
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1002250000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
50000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0xd13b7a82303232f94e2388eaed7f1fdc3048d866
nft(pure returns (address _nft)
0x4402a0ed0ccb8f299ed8779c769ac4f29bcc9778
owner(view returns (address)
0x94444d75f44a13a88829ef7d25a9d026448eac64
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
236710628692591455
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(