0x135e44a715798f8e16630ac7221de49e66c07056

Unverified contract

Proxy

Active on Ethereum with 19 txns
Deployed by via 0xb63664c1 at 15740239
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 "0x135e44a715798f8e16630ac7221de49e66c07056"

0xd47552bc8b361dfc1815341842a7a11731c7d83a8aeb14caf007e6f387496656
0x5a4dba53c3f8449fa2a5b1a68dd52bff884669b1841b01bfcca23c8a11cd8297
0x96b350fdad10b20c12d3afea35e66b4269241ae4aa91a735981a460fbdb68085
0x3b5caeab0d2a7373cf95c190d31ca6986aa93a4015380b62808ddd0699fa392d
0x6c03569735f98544020176f729bf2647e33229a2416afe970300bbdc9d49ff30
0xcc722fd0bc725bf10b98430b4d1aa114927b0965456377dcade222869068d25f
0x6a0e30fb71f084ad6dec7f341a0fb3d1094c66d975f4d719ba5355142b5b83f3
0x4e5c2d0a13106b5d9e5e4a8c244f5a2b4830c2bb3052a9948cb74dae27300252
0x02eb0fec3289697ae990b20601eb0d38fefdbfdc97369d57e3934467fa80647f
0x4fe3914d91e6d200951d9f7c590784f8ba921e87b326eb5687a7dd327aec1cad

Functions
Getter at block 21262172
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1030000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
26000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x135e44a715798f8e16630ac7221de49e66c07056
nft(pure returns (address _nft)
0x394e3d3044fc89fcdd966d3cb35ac0b32b0cda91
owner(view returns (address)
0x4b2bc8946c71a9b7c50525676a07de8f38d91763
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
1789195144689386300
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(