0xe283ce6f85f74261d8964f791f30dacbfbe93ea9

Unverified contract

Proxy

Active on Ethereum with 570 txns
Deployed by via 0x058ed3ca at 17325635
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
ERC-20
--
 (#6996)
ERC-721
--
 (#6984)
ERC-721
--
 (#6973)
ERC-721
--
 (#6922)
ERC-721
--
 (#6921)
ERC-721
--
 (#6917)
ERC-721
--
 (#6916)
ERC-721
--
 (#6905)
ERC-721
--
 (#6904)
ERC-721
--
0x54f0efd55e9e8c20a87c40da11cd7e9aa217e424698426a0e22bcbf9f791b9f5
0x0587c544a385c0eda3f4e82f0068b9238d2befa1fbea1aad32ac4398f6dd161c
0xf05cd5dfd257e5618783c914d0690bdec04f259c85ed7601fd0fbc01edcdc043
0x8c5be2944d6564013be54ccadded95659e3f76a32f87b6ba263bf5d2dadb91ab
0xe52cf270f91662e49055e37170705b81f986e1d05dfc1896c2bf100388e5b21a
0x6a8d2677ab9e30b319fe18594e41bf19adb3bf4e066ba4e4f54df056616015f7
0x029875fb3fa0a02200dbf3d9dddbd16d190040903134302c5e9d313f0adfd64c
0xc8e59b7864536bbd98cb58936c0632c8d05b03ac9d647ac0e11e14105eaba8df
From
0xe30b75847c2d3bb7689f5e93bf36d5ecb09f8fd67773bf280f1ce445aea4747b
0x94956e30fa467207053cdaad7337c9ae6ab34fb5a0ee2ba097d2089d218988a3

Functions
Getter at block 21224754
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x7942e264e21c5e6cbba45fe50785a15d3beb1da0
delta(view returns (uint128)
307
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
50000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0xe283ce6f85f74261d8964f791f30dacbfbe93ea9
nft(pure returns (address _nft)
0x3bfc3134645ebe0393f90d6a19bcb20bd732964f
owner(view returns (address)
0x3bfc3134645ebe0393f90d6a19bcb20bd732964f
pairVariant(pure returns (uint8)
3
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
39163634714091940257671
token(pure returns (address _token)
0xddc6625feca10438857dd8660c021cd1088806fb
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
withdrawERC1155(address auint256[] idsuint256[] amounts
withdrawERC20(address auint256 amount
withdrawERC721(address auint256[] nftIds
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

This contract contains no fallback and receive objects.

Errors
BondingCurveError(uint8 error
Ownable_NewOwnerZeroAddress(
Ownable_NotOwner(