0xc5707084cc42325eb027066cb9370db416c2a111

Unverified contract

Proxy

Active on Ethereum with 26 txns
Deployed by via 0xde535f41 at 15355979
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 "0xc5707084cc42325eb027066cb9370db416c2a111"

0x6d92445479e7e17e258c6d6a4061351ba072c660732d2c9e0d0822fe050e8f1d
0xab4db65d1f81a5d8824369f84bad22727a727770a6b4c9364eb283e914d9f0e2
0x9da9d879f2affff5e4836c2b0b89d6c0f10146c13e5911c4727adaf038315411
0x52c6353702fecd27c1781b2b7875c57d0dad6f9c8c64b59c58846b4ef027cce4
0xb28f836132d26a87602242d3bbb6b677bc0f8ad746c211c47a30011136cdb06c
0x561622f584ab60e62b1c3ef89f734b5714a8c42957c14fe061a3205627fcc1b6
0x0da15839379ec5757a3e4df92ec4a8df0b3d5542dbdd6c52099857fe1ca29c1c
0xbec636ef0f3e4a07f0f3affe7408994d0e0624387c3d7a8970cf4237c832b151
0xbb053e88cfdb5bfddaa5f6b6fb217bc1da776e11f90aa22abe6f646ff5806cae
0x8fd990b360463b826a5a4bb9c5b91a57170f9bbb50378619bb203ba04feafb03

Functions
Getter at block 21119753
assetRecipient(view returns (address)
0xc7eeac77cc8649da52699faf135bc3e4528663c0
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1001001001001001000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
0
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0xc7eeac77cc8649da52699faf135bc3e4528663c0
nft(pure returns (address _nft)
0xf10a71e53398bf4e3cf5e2a0cad3c529ad19b834
owner(view returns (address)
0xc7eeac77cc8649da52699faf135bc3e4528663c0
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
0
spotPrice(view returns (uint128)
38443727251235959
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(