0xe283ce6f85f74261d8964f791f30dacbfbe93ea9
Unverified contract
Proxy
Active on
Ethereum with 570 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RAD | ERC-20 | 39.250221K | -- | -- | |
RADCATS | ERC-721 | 1 | -- | -- | |
RADCATS | ERC-721 | 1 | -- | -- | |
RADCATS | ERC-721 | 1 | -- | -- | |
RADCATS | ERC-721 | 1 | -- | -- | |
RADCATS | ERC-721 | 1 | -- | -- | |
RADCATS | ERC-721 | 1 | -- | -- | |
RADCATS | ERC-721 | 1 | -- | -- | |
RADCATS | ERC-721 | 1 | -- | -- | |
RADCATS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20960804 | a month ago | | | 0 | 0.0018517868 | |
| 20960533 | a month ago | | | 0 | 0.0015788231 | |
| 20959248 | a month ago | | | 0 | 0.0042117118 | |
| 20930932 | a month ago | | | 0 | 0.0038076023 | |
| 20822953 | 2 months ago | | | 0 | 0.036362974 | |
| 20760151 | 2 months ago | | | 0 | 0.00048920137 | |
| 20655839 | 3 months ago | | | 0 | 0.00020473044 | |
| 20644749 | 3 months ago | | | 0 | 0.00013386980 | |
| 20541201 | 3 months ago | | | 0 | 0.00075635943 | |
| 20479360 | 3 months ago | | | 0 | 0.00084387509 |
ABI
ABI objects
Getter at block 21224754 getAllHeldIds() view returns (uint256[])
assetRecipient() view returns (address)
0x0000000000000000000000000000000000000000
bondingCurve() pure returns (address _bondingCurve)
0x7942e264e21c5e6cbba45fe50785a15d3beb1da0
delta() view returns (uint128)
307
factory() pure returns (address _factory)
0xb16c1342e617a5b6e4b631eb114483fdb289c0a4
fee() view returns (uint96)
50000000000000000
getAssetRecipient() view returns (address _assetRecipient)
0xe283ce6f85f74261d8964f791f30dacbfbe93ea9
nft() pure returns (address _nft)
0x3bfc3134645ebe0393f90d6a19bcb20bd732964f
owner() view returns (address)
0x3bfc3134645ebe0393f90d6a19bcb20bd732964f
pairVariant() pure returns (uint8)
3
poolType() pure returns (uint8 _poolType)
2
spotPrice() view returns (uint128)
39163634714091940257671
token() pure returns (address _token)
0xddc6625feca10438857dd8660c021cd1088806fb
Read-only
getBuyNFTQuote(uint256 numNFTs) view returns (uint8 error, uint256 newSpotPrice, uint256 newDelta, uint256 inputAmount, uint256 protocolFee)
getSellNFTQuote(uint256 numNFTs) view returns (uint8 error, uint256 newSpotPrice, uint256 newDelta, uint256 outputAmount, uint256 protocolFee)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events call(address target, bytes data)
changeAssetRecipient(address newRecipient)
changeDelta(uint128 newDelta)
changeFee(uint96 newFee)
changeSpotPrice(uint128 newSpotPrice)
initialize(address _owner, address _assetRecipient, uint128 _delta, uint96 _fee, uint128 _spotPrice) payable
multicall(bytes[] calls, bool revertOnFail)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256 id, bytes) returns (bytes4)
swapNFTsForToken(uint256[] nftIds, uint256 minExpectedTokenOutput, address tokenRecipient, bool isRouter, address routerCaller) returns (uint256 outputAmount)
swapTokenForAnyNFTs(uint256 numNFTs, uint256 maxExpectedTokenInput, address nftRecipient, bool isRouter, address routerCaller) payable returns (uint256 inputAmount)
swapTokenForSpecificNFTs(uint256[] nftIds, uint256 maxExpectedTokenInput, address nftRecipient, bool isRouter, address routerCaller) payable returns (uint256 inputAmount)
transferOwnership(address newOwner)
withdrawERC1155(address a, uint256[] ids, uint256[] amounts)
withdrawERC20(address a, uint256 amount)
withdrawERC721(address a, uint256[] nftIds)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
BondingCurveError(uint8 error)
Ownable_NewOwnerZeroAddress()
Ownable_NotOwner()