0x6e473feb9971c7c0d2fcf4fa368b281e8393350a

Unverified contract

Proxy

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

No balances found for "0x6e473feb9971c7c0d2fcf4fa368b281e8393350a"

0x3daa38e2d5d81dfed5828aa5256a9c568733427f00c677619f7f9551b48df2fb
0x68e1d34a3fa0585e1c6e3a218cda4e7979b888bb38133811f29f9e5f6fac35b6
0xc505e8f82e8af613376f83da682c3e682ab780637f5dce57cb215bddace34866
0xaa9a1f70a8d41f06d5cdfeebdc860888afe6747c8ec2b2a4247d2d42832ff533
0xdf97d5b2e6a7c8f6d3faa733de2176daad7f8582ff6b1ce24370b929fd55d06f
From
0x321755cdca3ce6d06d2dde7e563790ec66e45cf7a71dfb945119ea68703f03e3
0xf926446f30c45fed3fd5e34b2c6e5368aa62efd167366c5919b400c1ed638abb
0xc12f83481e5f71624fb76eb804cdf132125af138de6c15ca0e947a3152d2f934
0x08b23dc3cd772d898ec557aec5a0a13aa2458bdb8f5f36ab7c7f9bef39f25da7
0xe1f5bf7a5784849be5bf909494af34d0101a1866bf2816538d877e1a94578845

Functions
Getter at block 21208143
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x432f962d8209781da23fb37b6b59ee15de7d9841
delta(view returns (uint128)
1200000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
25000000000000000
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x6e473feb9971c7c0d2fcf4fa368b281e8393350a
nft(pure returns (address _nft)
0xf8c18df7509c03b45e6247b2b9e73fcadef24dd6
owner(view returns (address)
0x0f1025f754b3eb32ab3105127b563084bfa03a6f
pairVariant(pure returns (uint8)
0
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
28618495253838873
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(