0xa310744f0c0de6b7ec101e628ba5ccb0d2165e75

Unverified contract

Proxy

Active on Ethereum with 23 txns
Deployed by via 0xa492d183 at 15447689
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 "0xa310744f0c0de6b7ec101e628ba5ccb0d2165e75"

0xd6a8b85b28ef3973461fa074c00383d2744821a02c21220907929ee074204b0c
0xff92af21d83a5e71ad11dab1435dbcb42e64a4ea602038901dccd2396b378250
0x30648646b9df066c1aed1457e411231644f9ec49d90ec1641c5d3ee96a860272
0x732fa432fcaafaa5d43b76936f0887e03abd66c23d6c19a767a99df2b29c8e33
0x67c48aa649c35489837c6d52decdcccfa0bd82ee1e680290897323cb0e18ef8e
0x85c546256fc7f39ded886f7cfadaa0beef011f80759067a04bfd481745f1a870
0xa9ccbf28fcb8b698c404628eb420a93d9abd5562679b47aad645cbc51ed5536b
0x1a950cad5cb46a733160e5c7901be7dcdac12bd399c263041d23085d862b35e0
0x05b33f053490b22e68feca45b353346599f98241a2b64db30c7be1b8de3da643
0xf2ac6c36f7889f96fcf7e00d597fecbefedff479e0b698b952e842f078b20d70

Functions
Getter at block 20866776
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1210000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
50000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0xa310744f0c0de6b7ec101e628ba5ccb0d2165e75
nft(pure returns (address _nft)
0xe90d8fb7b79c8930b5c8891e61c298b412a6e81a
owner(view returns (address)
0xa52a15c78a07572facaeb07c13315eace99b38e7
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
208053467203791365
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(