0x3e47a391bc7df0d893140965e3c5dcdf308f53d8

Unverified contract

Proxy

Active on Ethereum with 18 txns
Deployed by via 0xac5a4e64 at 15323573
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 "0x3e47a391bc7df0d893140965e3c5dcdf308f53d8"

0x584604f98b1dc27e71a7803072b5c77fb66c4d5a0e5d1a9ea41d0da03cbb55ef
0x1050e517bdcc6714abaccd2a5655fa848e1ef81a798fd9e7142d3022bb64de11
0xccc70f9971e22446f4482a1b5a0f3845f2f59827b4c8dc0e6308558fac90e390
0xaa579af744f2ff1fc52a272f0963179018f00f446a329a0d777d5f624e0bac97
0x2e2a12cec06315b372e251a5d4d85807228ede9b81b513e68e4425ec6a5737b1
0x5eee64362038fec770cc33b321da9d74603b228c1f3ea99992d92c00ce7dcdcd
0xff0ef6d9980185f480014c4993578d08491a71a0fa365a2738002cf823dfe32b
0x3c42f4eb5d7f2967fea51433f8c085d49fea68f4ecf0bb55c52d2345ab9973e6
0xf3e2ea867f66fdceb05bb3d16019c39306495e02a1a8f2ae6e78c20f031273e8
0x25f6a33da11cba453a6694d20e7315d377e05ca777a2ea67d22dfcb83c965321

Functions
Getter at block 21196951
assetRecipient(view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve(pure returns (address _bondingCurve)
0x5b6ac51d9b1cede0068a1b26533cace807f883ee
delta(view returns (uint128)
10000000000000000
factory(pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee(view returns (uint96)
0
getAllHeldIds(view returns (uint256[])
[]
getAssetRecipient(view returns (address _assetRecipient)
0x3e47a391bc7df0d893140965e3c5dcdf308f53d8
nft(pure returns (address _nft)
0xec0a7a26456b8451aefc4b00393ce1beff5eb3e9
owner(view returns (address)
0xf6d0674ad1edd38765f777eb9faf33e1cb1a401c
pairVariant(pure returns (uint8)
1
poolType(pure returns (uint8 _poolType)
2
spotPrice(view returns (uint128)
189004975124378140
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(