0x223671a682a4ec1ce6460ef15b32dddbd8d1bed3

Unverified contract

Proxy

Active on Ethereum with 8 txns
Deployed by via 0xb93cfcee at 15295632
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 "0x223671a682a4ec1ce6460ef15b32dddbd8d1bed3"

0x32013c27c9aed5a957ea0bb4f15ebe03d9433bf795a6452fc8dc8c0c7985e637
0x70ae988f7fb9f4268635393f7d385c7e628d69c7bd7eca7d3fa02c53df7d0fd2
0x7f56cf65db9c53d71e8b16795012aa4d5d99063a0afe33946c8d67f7f0d134ea
0x6546b839300d99b8153de99d23d2f6d8799546d1e7c251574e535f06cec3b007
0xcc30de4c46d1ee1a589fa35b971cf1acf44840083b50108383ce4479db8c3b95
0x0928e0d92d4ea6c9d5675f28745ad406097bed2f73919adb0470ba463b61c768
0x7223b6bcff41f23808c81960bbcc891aa4f965d4d0971df4730d03a9364d90ea
0xf751f191656be80e1300b0918dd8826f6cc2f0d137731b0ce40706c2f5e1d572

Functions
Getter at block 20875400
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x5b6ac51d9b1cede0068a1b26533cace807f883ee
delta(view returns (uint128)
1000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
30000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x223671a682a4ec1ce6460ef15b32dddbd8d1bed3
nft(pure returns (address _nft)
0xcb897d3a455f55e38ea192ea85af8cd19ca65239
owner(view returns (address)
0xce926c7ccfff2d353256dff36fa4169eaf2f0008
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
3734299516908212
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(