0xf05f3f96173eedd1a2552d1efc871f1d721e1227

Unverified contract

Proxy

Active on Ethereum with 13 txns
Deployed by via 0xbabd1442 at 15562062
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "0xf05f3f96173eedd1a2552d1efc871f1d721e1227"

0xf7fbbe6aef0f559b83f5efa03691bf09e4e678fd6fb675e0bfed7a2b3999c14d
0xb3f189dfc8a55f31076c0c126e586430e932f61761dc495cab56055bf62a28ad
0x5a2380ada7b2b43b21c688f2f691400a9fc5939e173548f9a85a61fa4b200275
0x4de60fead176a863ab63827317f361193483d5a4a24642d9e215adfcf8814a31
0x553ba02ced604ceb8dbd392dcbc69a1e510af5576b3055fea1eb9aa927b7a5d3
0xac53bab6409207b1b5d9a9523d276441b72efe002b1211db0df101bdd5eb03de
0x19c9bcea7184452f581d05e12eeec64c69dd95780b17af4fdaa6549188544c71
0x93a7cc69c911484fd0822f0b10e6d43b243fa80eb3f4eea28ae79f9837a2fc6d
0x7c2f325cc5e9aaf340645795cb9f153d6a9dbc8ba0bc8b7be44a81d19609f71e
0x71f3568ca7d9206cbb9e0fbc51f0eef93145dbd96cbbd37a84fe6acadf62fc71

Functions
Getter at block 20979590
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1250000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
450000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0xf05f3f96173eedd1a2552d1efc871f1d721e1227
nft(pure returns (address _nft)
0xe627aea89a1faf8f0ff770bf242b1cc9515f1952
owner(view returns (address)
0xce926c7ccfff2d353256dff36fa4169eaf2f0008
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
2792096219931270
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(