0x8d56cb96fc214d9d3efe323ada531dcb89718fe4

Unverified contract

Proxy

Active on Ethereum with 13 txns
Deployed by via 0x3c8207e9 at 15355310
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 "0x8d56cb96fc214d9d3efe323ada531dcb89718fe4"

0xdb0c19d0b6345d38ef248e7f4326897aa23c0be2f40a8b5c42d1f278552b4307
From
0xfd90606fba6f741577ec3dc09d7548a6827baf99c309a09fbf27ce7b4e2b3ba0
From
0xba4677731b5ec55d66ca420e08f632a4c6c1b2b7d26fad1754b42617114cfd16
0x7773fc04925d76dfe75a2f9410f2c47b7fb6e3707644f1f7a445e1834aa4f687
0xac41b4defc244c03bdded8c7f99f465c358fb82477f965f9c81cd2bab50f85bb
0xeeddf73efa3cc74ec1c3f27e92d867a16a10f3f5ff70c0797b3710a77fdc1bc8
0x6c47547b146d06056dece6b848da62aa5c624e331eb8a3e8c69451f1a0b9f1d2
0xce3b2d7606b3d0d7161f83e5f34cf69aa1ba0eed5a0391b0dbf9f7b91ab0b900
0xc252c6cb68dad8477ccc2dd529f8263d7e9da2d74c43414858629ef594a8ce62
0xf3bf76250e425aa10e9f0bacd766a17808c68597e8fdcb99744ee1a3e34d1291

Functions
Getter at block 21116035
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1100000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
25000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x8d56cb96fc214d9d3efe323ada531dcb89718fe4
nft(pure returns (address _nft)
0xf10a71e53398bf4e3cf5e2a0cad3c529ad19b834
owner(view returns (address)
0xe4446d52e2bdb3e31470643ab1753a4c2aeee3ea
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
10477211062672589
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(