0x213a5df4ed3d596f2ca0c7f603a68125db7dbd9e

Unverified contract

Proxy

Active on Ethereum with 33 txns
Deployed by via 0xc0a619f1 at 15399941
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 "0x213a5df4ed3d596f2ca0c7f603a68125db7dbd9e"

0x50f327d79c79b11605b1973c9bb9c597fc35dd33c0d26b4a653451ada5c932b5
0x83ca156d44ad08113b752747d2557d6e16050b95836aa470f8130f46120d6904
0xa18bd5bfb0588541eddd8adae1164f4871c44efed7e220b0d1ba5eac73424123
0x99d61e3e180abff7103d39aef7731fcbb05b0ef7297e6f1156cacc60eec74cc4
0x1a7fc888df7743d7dd91725629f352dd870e996ee067b66f0f34994c6b414069
0x0b547a8c9579633db780c60e7ab1a91ed8ace5624b56cb88e3057ee0b5002b32
0x150e022ddc3d1a890033ff4a5618ad54aae0d2268c01eae026f9451c7fea212c
0xbdd0ab2a0f58ec2a12ea93f579393a3d6e299181f728cbc63295bc5fdca54c92
0x270d6fb6e271451f5cdc79857df457de9b02159a2bb0b1966d3ff30b6d5f3315
0x2e3c0fcc10b9d2b8d058e7e83f6c2272e6f723a07a152d9335e5c26dd3745d7b

Functions
Getter at block 21177710
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1050000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
25000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x213a5df4ed3d596f2ca0c7f603a68125db7dbd9e
nft(pure returns (address _nft)
0x5a0121a0a21232ec0d024dab9017314509026480
owner(view returns (address)
0x77dc2dca78697d8379b07ea4caa046b8e0040b56
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
104482969478214743
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(