0x393ff6b870a7312cb7e42c3538a12d80a6fdd9b5

Unverified contract

Proxy

Active on Ethereum with 32 txns
Deployed by via 0x58fd840e at 15354499
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 "0x393ff6b870a7312cb7e42c3538a12d80a6fdd9b5"

0x8664e77e0556585c19abfe04dca64dbe55d6ea9456aa3c5b1b09b5b013a5e4ad
0xadf2a896b5c2158f0e92396e12da2fd3f69f47d153c6f1b7afbdda49a7457fd9
0x07609c46d52fc6b19e9dd65001ad3e9cb1e4c50ff9e546df08e400abe833772b
0xad2770861b16fcc7c02ce4d00a4b3bed2903e6a0c29801d6884e397fb7afaf81
0x2f6f03f96fa239a70fc3f3d033bbf8224b450dd7e2de84aad4356d4f7a7d7886
0x1c926e21e3f68245134a5d41f1abfdecaaf6bc1d4d3584f8f420393cc50ce6ea
0xf200ff113d34037883a32d65a1da6be21fc0cd81dbd0caad7ae91ea4c6dd4bea
0xddffacefe9be98fcf6a3b8087f3922a37d0b63d576fdb1f36c75dc8d2a626793
0x7de550d52a5e29e2ced4545d8f3d8b3eb0dda2eeba780cf5a325934f308c540a
0x882093aed7bdded33103f2e84c485cdaeb064d81f7e4a2b5fcf467d5343c3d17

Functions
Getter at block 21211213
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x5b6ac51d9b1cede0068a1b26533cace807f883ee
delta(view returns (uint128)
5700000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
37500000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x393ff6b870a7312cb7e42c3538a12d80a6fdd9b5
nft(pure returns (address _nft)
0xf10a71e53398bf4e3cf5e2a0cad3c529ad19b834
owner(view returns (address)
0xc7eeac77cc8649da52699faf135bc3e4528663c0
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
20323741007194250
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(