0x19ce561309d4c732e3170971cffa6935aa10313c

Unverified contract

Proxy

Active on Ethereum with 44 txns
Deployed by via 0xfa84ce2e at 15555101
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Native
Value $9.41
 (#1943)
ERC-721
--
 (#1916)
ERC-721
--
 (#1915)
ERC-721
--
 (#1883)
ERC-721
--
 (#1879)
ERC-721
--
 (#1816)
ERC-721
--
 (#1694)
ERC-721
--
 (#1552)
ERC-721
--
 (#1526)
ERC-721
--
0x4c5e331eb41608019611443de7368e4c3b372f17b2370ca0e3d728cb586850a8
0x0d9259a6274bc3dd0f0cf1bb46fc86c0e28fb9319bacbb5e139d99ffbbe3063d
0xcb513aed9457f08204ccc5c28c0679ccb953a66ad1bd330aba87a5cc87120454
0x857d0adb6771119487dfa70498c526753afb194f8295e0d580ac0f6692565992
0xe4e992b6594f0b9d5f5be0b9982fe532c195fb7bc272b02732443313cd5dde14
0x522598fd8c1f2bcadac054025d824f7e55e6727b5ee2fdac1e64b93625625893
0x79c1e3e0352ebc2084513444cc2965e0bd92fd60d28e941dfa789b9e2659c903
0xe552fefa556716a86774313ffd467d30d3a7fb1bfe3097bbeaef45fa90f22615
0xf30bb1b9ac226cc1eaad36dfa68c03c14b9e6ab1781df15c4187cd297803d7c1
0x285cb962b4035887b3ed5965c7715ee303c174acaca2b79025b5b58bad6e8e93

Functions
Getter at block 20819825
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1100000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
80000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0x19ce561309d4c732e3170971cffa6935aa10313c
nft(pure returns (address _nft)
0x4c534034a06f11ecb638bf71a097c168a052a659
owner(view returns (address)
0x65dcf7782260aa1d6642a85f36c0bc9545182f1e
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
6093613131736296
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(