0x97da48236166cb711e3c3c9791f535482ea96420

Unverified contract

Proxy

Active on Ethereum with 11 txns
Deployed by via 0xcdaf1714 at 15274716
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
 (#212)
ERC-721
--
0xa29df47c80800281a5ced215d84c64d9920676e878029353724deae6141f1043
0xdda6f05f6e4953468606df0000c4a5c1e9e5e3ffdd87a2a3d3db87888d79bde3
0xee788a0342e450efd345998c9857fc5c649f59074d458f822c0dd6db2db73935
0xa9f93e7c321c4ebfde2698ef698f7654339d9e689ca8950775e7e5a9d0acd66e
0x3429448f344f727355ba14f90db0be117b3add16601cf4210a4b2523478275d0
0xfbb48a69fac7b13736f27b09d54b280bfd4512ded39d4aa6477080536fa834a7
0x60ad47f892230b72d812ce6105e06c9afb35b5b566e2670404bb1eef74cc2875
0xf04acdcf188a884e723126a93370817514c060fda1bd5c668bcf9662cfd10c3e
0xf013d356425d588c9b3bfc24bc32c5b64d8340153fb5c365a58d24975b93d35b
0x24db3f9caf35b27ef077ac02333ad4562748a16b9f16054ce8e188d1f4226f31

Functions
Getter at block 20984060
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)
20000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x97da48236166cb711e3c3c9791f535482ea96420
nft(pure returns (address _nft)
0x524cab2ec69124574082676e6f654a18df49a048
owner(view returns (address)
0xf05a15c929652adfa934dbb407cd81381c3a1684
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
150585365853658580
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(