0x7712ecf89b3ec6c08f8ebd66b4e60f9d8e264555

Unverified contract

Proxy

Active on Ethereum with 13 txns
Deployed by via 0xdebbc363 at 15922562
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 "0x7712ecf89b3ec6c08f8ebd66b4e60f9d8e264555"

0x736387a905bfd47c884bde38b31af87528a98adb010a9d4960728a60ff031429
0xb0b9c353e5b0a368f8dbc3ef074b984ef2e103cd4f074100309054519cbe3a76
0x27e6f2f5b756a67e26b4d510af8b28ce093a2ff75c0c6a95a31a177ad033931f
0x341c6789b5acc2d139435777285319cda44389be45596ebbdff10f92339b8b4d
0x41ddf808058c7717a62457802f21e5e4d1813bb56020e80fd4844c2063398241
0xd8a26b8364f4d971fd6ce6e4135ad6ad4de2ab6ca073ed53b3690d6b733bcff7
0x368b613080724754c19fe225d5c7e7c56b424915708c7d36a98d50c944b226b8
0x0740d12eeb592dac84717c8f7d82d506d842a3c59a59ef0705931504f7cfde25
0xe8f673cd749b12d36c3208be51282128652d2339f2894b7b27c9aef5f2028e01
0x64e96b4e34de5b159f23367f5573a850cbbee73d5bc991905830c1c04e358a86

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