0x72cb654e9b2b940941686d86b4f69d28dbcc2815

Unverified contract

Proxy

Active on Ethereum with 6 txns
Deployed by via 0x972f4460 at 17074791
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 $26.16
 (#1990)
ERC-721
--
 (#1947)
ERC-721
--
 (#1917)
ERC-721
--
 (#1916)
ERC-721
--
 (#1897)
ERC-721
--
 (#1896)
ERC-721
--
 (#1895)
ERC-721
--
 (#1894)
ERC-721
--
 (#1863)
ERC-721
--
0x21fd9696e99f862f3de094fdb0d14d2593231a2e9e0a077f286cc02656bf4ba4
0xaaaf64df11810d4d593efc2281d37df3a622f7b4e8dc6b320ec56b1070dc39ba
0x11d1ec240eab13cf1c8e466f85c4c3d9e43e5e3fd24b84adfdc79796ae61ef9e
0x490eeaa48b84e99ec0e7205ac35ba2fee373e633c6ba703e378e2e4d646a2716
0x787651bf147587eb04d72b96f00e4b5c82caf84add9d8b8f85fe82a31e407131
0x88a700649e605d9cfad17be1c9bbb1229168e773727b505932b622f7766118ef

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