0x5f0f54e47a5d3fbe08792c274ca6e1e75e2e7776

Unverified contract

Proxy

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

No balances found for "0x5f0f54e47a5d3fbe08792c274ca6e1e75e2e7776"

0xacff4c9a172112c29226e63b2f12016d963f39e30e27d6cc9b8214db697e8b63
0xcd64140374767320df72250112f3610b4561da040181de693760c074a908fa05
0x74c860223212d3fd2034b7056261aa6fb3bf1a51a07818d1b392a8d71df79669
0x0606b7b6ec9ccea5543c142b30ecf551557294661915929561a21a7f5814bc30
0xc7e8f291058e67af58561d7aa39cf1e1e5131c451dcb6a95cca9df3c90a87957
0xe031512e64e3c815878e3624c730d1d3cbcacdc8bfb9f80c5ac37bbad4c7c896
0x0fa0d51c087860bf3ebcaba730766effb3286f98b89a694e41c677d81a71a330
0x63d4eac56b56ced295228d3677b8b1b244b19c11cf2b62290982c67ecef20f74
0x335a49715aa92d5948de1021156c5b188fc5591a8ee00e366d1402198b4241ea
0x9fcca6a5011dd232427a7b11b55d9e8a124f3dbeed75331f950305a343da2b1b

Functions
Getter at block 21217761
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1069000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
69000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x5f0f54e47a5d3fbe08792c274ca6e1e75e2e7776
nft(pure returns (address _nft)
0x32bb5a147b5371fd901aa4a72b7f82c58a87e36d
owner(view returns (address)
0xe006e905de2c1762fe90d216ef604f3e628465b4
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
1432960893854748538
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(