0xf4780caf0ecd84d3357d845922e4c55689bc29aa

Unverified contract

Proxy

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

No balances found for "0xf4780caf0ecd84d3357d845922e4c55689bc29aa"

0xc39c60262832502e62d2410177ea39401cbe4b723cadb69749d459fa14688fb7
0xa4c01d2da65ce61d303c12d574ea493a069f57cdaed7d94b29204246801fc2e2
0xe9c4193236477bbb2bc82894de65b95dddfb381553de7429a9f28679dc67815e
0xe8634b534f4756e62adbff68b1f231f917c31d78a60bf02fc1b45bd22f861201
0xc4f67949c8a22b65137031dbcaec1677d9d45168e54e0bfbca31fc36f9dadd7a
From
0x1e5ef88dbee7f8dcd4779f275512d3674e123ee1f0fe3f7f7ea5453210fa52b8
0x8c1f6f806baf85f37ebb75da31fc500eac96e79b1f8fd1d79c4d0cc8c737cc8f
0x7e3346ca14be3ab91af7b208150633fca3dc74c34e6605e1f6dbd5ce0f594f08
0xd7d94b59e7a655c931f5b5fe1c1cf92c2fce1cb28ae6411bb38d487da9bcd152
0x5645d1abd948554e2c33d16cdf3e7fde41eedfbf6e48d252a53f1ace6348325f

Functions
Getter at block 21377822
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1035000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
35000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0xf4780caf0ecd84d3357d845922e4c55689bc29aa
nft(pure returns (address _nft)
0xe17827609ac34443b3987661f4e037642f6bd9ba
owner(view returns (address)
0x9aef7c447f6bc8d010b22aff52d5b67785ed942c
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
98949837985509655
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(