0x0cc78192483591d550f0622c59536410d61b9fb8

Unverified contract

Proxy

Active on Ethereum with 115 txns
Deployed by via 0x019354aa at 15478618
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 "0x0cc78192483591d550f0622c59536410d61b9fb8"

0x89bee109910cf2d6547827a09e8a0514904ada4e55abfd544775e1de35e46f5a
0x253735db2ad1868e2ceaf8bed49325d923a1524372d1aa67000f79c4c8beebe3
0x9ceeaf88aa8efd05966696409a35c27bb95eda88e1fd34131dfe40c6a1f70f50
0x787a3f4763c4d29ea37fdb5e1208a512aee2b6e811c475681634e679013fdafc
0x76d09906859e535d73cbf8235d5dbeca58fe226e468f9192977238164829b1d4
0x9f8d44fff54ff82abdd75c4a54cd8aa9ecc1a9e84dfbd337e5f402399a0c2104
0x3bce0b6823562450102f57a3963f6b10744459d096a8ef9e8ae2e1a22d6812f1
0xa0b8aab4aa59809bb68511b943ffb49c4129b6cd7af215b88eaa1071cb826a84
0xa0cbe59b8b1f5721f60f76d55e51e51cc16cca6a68392d764ffd9b8f4284c45a
0x750f61761598f6f8d52845732d997708cd309923f1803acb763cb71be035c11a

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