0x1e86b02b8bb0f06572533c36cf47e25022791573

Unverified contract

Proxy

Active on Ethereum with 24 txns
Deployed by via 0x6485fbe7 at 15301106
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#6756)
ERC-721
--
 (#6753)
ERC-721
--
 (#6751)
ERC-721
--
 (#6750)
ERC-721
--
 (#6749)
ERC-721
--
 (#6745)
ERC-721
--
 (#6714)
ERC-721
--
 (#6713)
ERC-721
--
 (#6655)
ERC-721
--
 (#6650)
ERC-721
--
0x27785f0732ff3f604cb5a895ada47a39a102547d58cfbcec51200ddf3a15a3cc
0x39e521d5ebf4e6862d8e872da8a26cbb6afec53e2239a621bfa808f5d4ebd175
0x490018bcc57ddaa5cadeaa22e711d3ec6bd5e21247206148ce3bc98f679e1ab4
0xe172a9a75df70fc2a97f1af7a390252f8c1a2bec924446d6cd14d14293b42134
0xe30e50762b5768d4547b038bda523239a1127aa1b451f8462f5d1ee926004aef
0xc07b61cb88af7a4d6f652a6f7b3e387722f312e43fb9448435a950b6721c0f80
0x96a6b81ddc486b312bb351aeafb6a4ab1a85dca5c88a20d56d00bb1d21cb6b82
0xe75b65a0f18df1f82105afdd14c23e0b8c2ce40a1e1e0aaf835290a5b11ccf96
0xb99f0b7303ffde1b8a474858c71c5e75e3ad45e04af084dfa9329cfd59140973
0xa62328d96e0c3d958eef2f48a3b5592680116d2cd9cd84387a7d408c198d3db0

Functions
Getter at block 20883174
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1044000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
500000000000000000
 
getAllHeldIds(view returns (uint256[])
getAssetRecipient(view returns (address _assetRecipient)
0x1e86b02b8bb0f06572533c36cf47e25022791573
nft(pure returns (address _nft)
0x32dd588f23a95280134107a22c064cea065327e9
owner(view returns (address)
0x6b41a794e24193ff7f6002474562931149bf44d4
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
1323340118259802
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(