0x492cb4ec6ab588461057b24e8fba157b2269e1a0

Unverified contract

Proxy

Active on Ethereum with 11 txns
Deployed by via 0x912810b4 at 15297183
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "0x492cb4ec6ab588461057b24e8fba157b2269e1a0"

0x58573ac20c9133a582ee1df96e6f03bb48f51b9912a398672d35713e3bf40917
0x760d89bed209697516f5b7efa2eacc88e051161b3480a5ec8bda39940480be54
0xfd979c2b61cf43be9c5a46f7998a6fbd2264149513f5ecb676d106be6212ad01
0x13c10ee1148111bc5c27fbc861915cfc107ae20f6faf12ca891d384e4f5b518f
0x4268dbb344ce8cbaa3f379bee92943626e919d31aafe40eb963f80078bb8504f
0x9a5b7c7a56cbe3e15fecb810f98e4f4e2e715c5001361fd3b39590033720b7c0
0x6414d11421c308c8903b00bb67c47f10c90d2cb7bbf8d88bd95557c155f95959
0x948e7417ad59c1011281ad4ce05636b1ff1177e9ae746c4871e72830ff3dd335
0xacc001b84869480e7d4b7b62e14a7e9ddefca73c776f4eee7335a7781f89e9a2
0x552c019f812b57e369bf9d61aedfe709f6d3cb068efcf7672f32367c15e3c34f

Functions
Getter at block 21282777
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1000100000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
850000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x492cb4ec6ab588461057b24e8fba157b2269e1a0
nft(pure returns (address _nft)
0x6c5a06ae6b773457480c12f12c2fb22627507a3a
owner(view returns (address)
0xca86d57519dbfe34a25eef0923b259ab07986b71
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
8108925471251058
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(addressaddressuint256bytesreturns (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(