0x3e56f92d5d71e42cf1e2cb4978672ba16011031a

Unverified contract

Proxy

Active on Ethereum with 36 txns
Deployed by via 0x7bafbe5d at 15375291
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Native
Value $3,094.35
 (#9915)
ERC-721
--
 (#9838)
ERC-721
--
 (#9672)
ERC-721
--
 (#9309)
ERC-721
--
 (#9225)
ERC-721
--
 (#8771)
ERC-721
--
 (#8698)
ERC-721
--
 (#8691)
ERC-721
--
 (#8613)
ERC-721
--
0x8e95b4b89af9b3d6ad9b2f3ca49a57fe06051f646e36309ab4a8e61907fc2be3
0x7c337802596e69cf9421a8a82cf29f2b26a993b3a66e1d38bd975d81aa78da82
0xbaaeaf3227607a41d2bae372af79d46f31f4c54a4574d5defd88dbcdef7bab3c
0x4967d090199435bd640bd393ae91ec3cc7f938b5b50614bd690da2542ba6a249
0xabf2210a2e6bc8fbf14e22c2ced1fa4f464706735e5f092d0f78cbd860e00941
0x4b105c370d8335c9b4ea36d3d7a3d767116fdb3664472c2ddb78b92cee9f8b9a
0xa92c12dbdc730a6b9fd8627d266e1d09c42a23bd1e502b0b01e888dbb503decd
0x225ebc1aebc78672dde3950d6b7802e37c7e307091f47588d073bcaa15280a63
0xd550495c3d81bea1860f69680979ddbdd2fce19afe5f126284312896e5d2dd94
0x090fcd604990a1f5cb6608b7cccddaf6a5ef3e39f4f3390567dabf575211da42

Functions
Getter at block 21163017
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1088000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
200000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0x3e56f92d5d71e42cf1e2cb4978672ba16011031a
nft(pure returns (address _nft)
0x47f3a38990ca12e39255e959f7d97fbe5906afd4
owner(view returns (address)
0x283315aa1ef373fcda00ef8e60743104ad9be012
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
18393755935688607
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(