0x62287df925764dd30e8e12843e79a6f1d6b5fd84

Unverified contract

Proxy

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

No balances found for "0x62287df925764dd30e8e12843e79a6f1d6b5fd84"

0x464f9ceb8448e270779912b7aed6b81a9828e43bc5f324d68255363894d89273
0x2312c83ca3c5aaeb28acd5c69b57b1cb18304bbdfcc84c8820c19ec859bb1ea4
0x9bc54ce8e24d4dc6e8cbb81bfcaf07fadf2676f1fca6bb4f43293f3f751028d7
0x70e5da3214ea1164b26599e26c1e1bb27ee45498cb4f896e3e8fa48c83f59e0d
0x61e2c048d2d71e6808146a77e6e67342cf315bcada1b7b4f48ba82c0c116df65
0x7003e5ac66e3f0ccc59755b5112f48001264e471d8c980b2725092a4455ddcc1
0xc605f623c3d15c90039d9d0d4739a6653104dada88bb02060c773bb3ef4df835
0x71a63b2e963bf90b50b876cc15c2de24598a3ba6fbb469b8cf791a9412b53250
0x3e8373eac9652e9ad5837a6c21c3c4acf7d1cd0aa03b6925739dc39721aca6de
0x32faa92b9a02ebac836f289cfbfdc93dc882abaa5ba77cf4d54b6bb956e8f061

Functions
Getter at block 20868185
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1033000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
42069000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x62287df925764dd30e8e12843e79a6f1d6b5fd84
nft(pure returns (address _nft)
0x32bb5a147b5371fd901aa4a72b7f82c58a87e36d
owner(view returns (address)
0xe822ecac55a3a20bb4b24cdd83401eaa73dd3bb4
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
1617940049139723800
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(