0xd235f7500c7b2dde1da8303c869157b7258f5067

Unverified contract

Proxy

Active on Ethereum with 11 txns
Deployed by via 0x468086c2 at 15317215
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "0xd235f7500c7b2dde1da8303c869157b7258f5067"

0x8fd1b81682269d15d645b4443f9efe09b80708c3c637801e046e7844e6410283
0x9ea1b106287c07910109103cfb7253260c74ccdc56f5915a0fee5539028d9207
0x52a5e4cfd47bf3bea4aade52d8e0d7400ce890319a65e1e7ce7b02615072a324
0x259c2923569a155660f2feadc0c89d54996fb5cf1ec341a9daad474d331e5a4c
0x79f5afce6f9667bef262ac0621f89e8b7d9c9ac4f891a4adcd9b9260638f28d5
0x37fde0c41c5cc3893c7956cdc58cfb2f97207bb3de90e9d959811f108eb04184
0xc5996ff3f5c90624801535e2be24f02ff92c9fe1554b168ff5de0044c06076ed
0x1e819b117246409a8f56fae7b9ea0119ad86d543805b21c0a8eb08198390f36c
0x9be680565816813325fda4335579367facdc919dc9a6e79ac29c20b52327b1dc
0xd8448db31bc003d85786e2ff7b3bbfc96d3986b3c2daf91e96c3c4500248861c

Functions
Getter at block 20942355
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1250000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
5000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0xd235f7500c7b2dde1da8303c869157b7258f5067
nft(pure returns (address _nft)
0x062e691c2054de82f28008a8ccc6d7a1c8ce060d
owner(view returns (address)
0x21c025a4e5b47be192b1ccecc3c6fe4128ce94a6
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
663913122498162768
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(addressaddressuint256bytesreturns (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(