0x0e9dc63ed2020d8269b9ca5d264da274461f3ca7

Unverified contract

Proxy

Active on Ethereum with 10 txns
Deployed by via 0x182fb37d at 15354453
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 "0x0e9dc63ed2020d8269b9ca5d264da274461f3ca7"

0x564f5d2df694995bcdc7582f7fdbae95aadd62eafd1c434b6d7c5d96a074b985
0x26ba683df520cd05d6a086acd421660397bdf2b3efad9c76f9795bdbced59b0e
0x78dd3e8e23156e244705f45bb4162862228aad9fd7af2c737d99754f7f52f347
0xf3a5474521f08a2ca5996cd321a968e6d280780d070deb402855e028327317ef
0xafdb5fa71a1e7e8a1dbe28b4e366a0dc31836c88eb3a5417a56faf8323430103
0xfa602ff4098c957f4a2c0f49c75c14a353c72b6d6dcef846ef5e4bf97fa4c6ab
0x51d30e2ab9fb4c2de5e6b756d5399131d2dee181a683d64eff90f40afad265c1
0x767cb1cad9b7b79a5dd4a6716dcb63978323bad71e719c35400ed825ddce5967
0x056a65234095852f8225651811206694e038e9504bfd95cb771905ca64e66dd7
0x127ec835a780cf962cfbcb0da230f6c4ecc9e55c66e624924a55d96af4f70962

Functions
Getter at block 20860517
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)
25000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x0e9dc63ed2020d8269b9ca5d264da274461f3ca7
nft(pure returns (address _nft)
0xf10a71e53398bf4e3cf5e2a0cad3c529ad19b834
owner(view returns (address)
0xd609e0d06eb3210f7f8a9ee5204e05bbe6c046cf
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
39766990291262044
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(