0xcf6dde77d8b95947ccadb45d6e7f08deec46ab00

Unverified contract

Proxy

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

No balances found for "0xcf6dde77d8b95947ccadb45d6e7f08deec46ab00"

0x0d353735d6691beb956823b7ad131a1b758bb99baf1b88a8329ba7dac901bf18
0xf40c7717feb1f2eb7d3debe0538610849f98b5ad5a326599e315aae8f5f823a9
0x7fc743af922dbd4a068f835719a274bd9103cebea9e9e9fa347a20f47a3c19de
0xcea4d68c30947e30d25e31e500c76b5458d1d343973b7f2a488f4ee5af52685b
0x07453ba7012be11556cd61600b7594954d2d0f466fb9948b8c181b70d221c539
0x2148a37afcf9ad1ab0689acb4100b514e8c7c274ad6eb57d748504b61f12841d
0xa5097274f62017f2f675fa000ca84d73b9d5013a5079f1e2b8c7bd1f227eef83
0x4cc9fa5ab1591507576c259c94be08dba12367cc6257d1f225f922becefc6e7e
0x01965340c2492cf7c443c726b70e32eb235746353c929ba47529a38a594d5169
0x4601bcbd2add475550749910cea8ae6a95177d5d2017f916430e582476f79de3

Functions
Getter at block 20868162
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1077700000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
66600000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0xcf6dde77d8b95947ccadb45d6e7f08deec46ab00
nft(pure returns (address _nft)
0x32bb5a147b5371fd901aa4a72b7f82c58a87e36d
owner(view returns (address)
0x5286bc17220d51a36e55f5664d63a61bf9b127a6
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
2280713409245053305
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(