0x226271f15b8d6649bc4a776e6530110de5c24b2c

Unverified contract

Proxy

Active on Ethereum with 15 txns
Deployed by via 0xa21ab3fd at 15321780
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 "0x226271f15b8d6649bc4a776e6530110de5c24b2c"

0xe5a2f4ec3224919465daf4d4b399f792fb7b03502f291698d7b763141eadac49
0x0727c5791175399344b423b6ca7cdb6813c70913a26ff24c0470c5b8b6381631
0xa931352b26cd7eb2718cae986154a7e3a5e81066c4acbbe0374227f291f9fd7f
0x3d9834a60d07ee8dedba552381c46b3481bec781d8238ac78fcc2d5bcc8ec994
0xddd0c2710f04703fac43364973280e365dc46b993b3781aed3aa5c24b8f73a4e
0x96bfd8dcdbb2a874a55763ad28623e68b96104c7a191cd67962c34d0d67c29fa
0xebff50d1457d9d47690227598618566f1db2b64f9f1a40f94817d50f7359f2dd
0x0bb86ab33a83c44e5dfa8009ad975b5f6c32ba1b6ba0f875e981c8d5c92283ef
0x360535a11aef7defb1eb350518cd9575b3d0bd2726ea6c7b81a97a04b4920849
0x659ea8aba274c0cf2192385c82d28601bc2f4674693c3828f69db4c1c1b52628

Functions
Getter at block 21203569
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)
10000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x226271f15b8d6649bc4a776e6530110de5c24b2c
nft(pure returns (address _nft)
0xca21d4228cdcc68d4e23807e5e370c07577dd152
owner(view returns (address)
0x5fa20fa844a9331d63b2805a8710243994fec034
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
33497536945812810
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(