0x720f91064808e784a98669a9605a5470d417ce6e

Unverified contract

Proxy

Active on Ethereum with 29 txns
Deployed by via 0x48f84b83 at 15505260
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 "0x720f91064808e784a98669a9605a5470d417ce6e"

0x85fa2c9bebfac6ab9fcfa27c881098140e0c5b3e6ed9a2409257780ae4126e35
From
0x9aecc936ba9f785d9b0f6742cff3449cede4999b2602a79c59bc0b63436c5d6c
0xf1bd4ee43b759c06ac9d724f2c43e079d0a5364008c363534dbd3bad14040fda
0x34fbc20203d49038382da0fa4aeae7cf68c24c7823bb07e5ec03e88a680a6858
0xc3ac4ed745c03e41865ad939da28d660292625a7ee3b60092ad9764f027cca77
From
0x9ad7c641e1bcbd8286236eda9de5fea834efac3ae93c4142b1193937076420cf
From
0xaaba7628d180878be7388846bdb230ac7d3d405fabd788e54df2d4eea02b0db3
From
0x86b4b3f412f42a120dea39596f17589e617cc730cacce30dd4cd738aa1414e79
From
0x31357be00a22403dee4c3777323a5ee160d1afe8718333a363907d6d45bb5eba
From
0x9a19135eb34088683ddd3799ca4422efedfeb2518ae53751383cd499a58b2a76
From

Functions
Getter at block 21262593
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1070000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
40000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x720f91064808e784a98669a9605a5470d417ce6e
nft(pure returns (address _nft)
0xc799f57355677a19b91c722734743215513dece5
owner(view returns (address)
0x6ad1de943844765a47c029268d6e8fbd4183b646
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
11722899521531097
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(