0xb35a5ef2e9f60d685f9939a629e162f2f7c48f76

Unverified contract

Proxy

Active on Ethereum with 19 txns
Deployed by via 0xc665d214 at 15729687
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 "0xb35a5ef2e9f60d685f9939a629e162f2f7c48f76"

0x1cf21243fc241716581096361ae74ffe9c95b33b8f1107913d418f102d13cc16
0x78366440845d036eed80557a873665ca0c8ec7ae34afd1a0dd3ef93a22316c9e
0x5110c11315200f49f7391f21ff5aeac7717f77222e8c26f8fbbd52b8d424adea
0xd9bab8583b22793a1307dfa19fd94ee3155def073668d5e0e181f46b340b2264
0xcb5fcef84c28e1cfb624f095606c7d861b8f104af03164748b0e1e379b4fefde
0xbd81e3581488c2fa01f905d6ba76f0b19c0c47fe8cddd8504b249b52ab88c32d
0x9c84f9e3cea59c0645cd4ad67205c817f2135572fffdb1aba71d2ed86a778647
0x7c2f0e34c1c8555ef45c48d8867a47cd972f72830e61d4ba16319edc15b2dca5
0x530c4c204c455b648ed4212a054ccbd07433d1cddb41af919ee2a86f52a9655b
0x1827c49b5c06904b40b7347c75c364a91c9c0205361897418a6daef46423ea3a

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