SuperRareBazaar
Verified contract
Proxy
Active on
Ethereum with 151,593 txns
Unified storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x17b0…4e5d
0x0385…804f
0x18c4…1a8b
23 additional
variables
Balances ($794,452.53)
Native
Value
$793,888.5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 248.65429 | $3,192.74 |
$793,888.5 | |
USDC | ERC-20 | 412 | $0.999793 |
$411.91 | |
RARE | ERC-20 | 1.13403K | $0.13132 |
$148.92 | |
WETH | ERC-20 | 0.001 | $3,193.79 |
$3.19 | |
NUC | ERC-721 | 1 | -- | -- | |
NUC | ERC-721 | 1 | -- | -- | |
NUC | ERC-721 | 1 | -- | -- | |
RONALD | ERC-721 | 1 | -- | -- | |
EGGT | ERC-20 | 1 | -- | -- | |
IL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157163 | 37 minutes ago | | | 0 | 0.0041883996 | |
| 21157044 | an hour ago | | | 0 | 0.0012775029 | |
| 21156971 | an hour ago | | | 0 | 0.0048003667 | |
| 21156779 | 2 hours ago | | | 0 | 0.0033107507 | |
| 21156478 | 3 hours ago | | | 0 | 0.0040898175 | |
| 21156348 | 3 hours ago | | | 0.01236 | 0.0017295557 | |
| 21155974 | 5 hours ago | | | 0 | 0.0032185529 | |
| 21155939 | 5 hours ago | | | 0 | 0.0031160436 | |
| 21155913 | 5 hours ago | | | 0 | 0.0031084072 | |
| 21155883 | 5 hours ago | | | 0 | 0.0030232440 |
ABI
ABI objects
Getter at block 21157347
COLDIE_AUCTION() view returns (bytes32)
0x434f4c4449455f41554354494f4e000000000000000000000000000000000000
NO_AUCTION() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SCHEDULED_AUCTION() view returns (bytes32)
0x5343484544554c45445f41554354494f4e000000000000000000000000000000
approvedTokenRegistry() view returns (address)
0x16c9e9bc7fd73f538e7dfc2eb1a21f429c3e0b8c
auctionLengthExtension() view returns (uint256)
900
marketplaceSettings() view returns (address)
0x61dbf87164d33fd3695256dc8ba74d3b1d304170
maxAuctionLength() view returns (uint256)
604800
minimumBidIncreasePercentage() view returns (uint8)
10
networkBeneficiary() view returns (address)
0x860a80d33e85e97888f1f0c75c6e5bbd60b48da9
offerCancelationDelay() view returns (uint256)
300
owner() view returns (address)
0x860a80d33e85e97888f1f0c75c6e5bbd60b48da9
payments() view returns (address)
0xc033bbef0af25db7523fce16bab1c39df0bf2ae3
royaltyEngine() view returns (address)
0x0385603ab55642cb4dd5de3ae9e306809991804f
royaltyRegistry() view returns (address)
0x17b0c8564e53f22364a6c8de6f7ca5ce9bea4e5d
spaceOperatorRegistry() view returns (address)
0x18c4545274721940985e93b1991cc651b1a41a8b
stakingRegistry() view returns (address)
0x0c891cba9a617e6b06c9b6fbbd340d61e4dd313b
superRareAuctionHouse() view returns (address)
0x762e0c294dec7f17e632f6a50dc3386f81fc13d6
superRareMarketplace() view returns (address)
0x39c36e6e02e7cc0079988c6731d54cf40fc53490
Read-only
auctionBids(address, uint256) view returns (address bidder, address currencyAddress, uint256 amount, uint8 marketplaceFee)
getAuctionDetails(address _originContract, uint256 _tokenId) view returns (address, uint256, uint256, uint256, address, uint256, bytes32, address[], uint8[])
getSalePrice(address _originContract, uint256 _tokenId, address _target) view returns (address, address, uint256, address[], uint8[])
tokenAuctions(address, uint256) view returns (address auctionCreator, uint256 creationBlock, uint256 startingTime, uint256 lengthOfAuction, address currencyAddress, uint256 minimumBid, bytes32 auctionType)
tokenCurrentOffers(address, uint256, address) view returns (address buyer, uint256 amount, uint256 timestamp, uint8 marketplaceFee, bool convertible)
tokenSalePrices(address, uint256, address) view returns (address seller, address currencyAddress, uint256 amount)
State-modifying
Events acceptOffer(address _originContract, uint256 _tokenId, address _currencyAddress, uint256 _amount, address[] _splitAddresses, uint8[] _splitRatios)
bid(address _originContract, uint256 _tokenId, address _currencyAddress, uint256 _amount) payable
buy(address _originContract, uint256 _tokenId, address _currencyAddress, uint256 _amount) payable
cancelAuction(address _originContract, uint256 _tokenId)
cancelOffer(address _originContract, uint256 _tokenId, address _currencyAddress)
configureAuction(bytes32 _auctionType, address _originContract, uint256 _tokenId, uint256 _startingAmount, address _currencyAddress, uint256 _lengthOfAuction, uint256 _startTime, address[] _splitAddresses, uint8[] _splitRatios)
convertOfferToAuction(address _originContract, uint256 _tokenId, address _currencyAddress, uint256 _amount, uint256 _lengthOfAuction, address[] _splitAddresses, uint8[] _splitRatios)
initialize(address _marketplaceSettings, address _royaltyRegistry, address _royaltyEngine, address _superRareMarketplace, address _superRareAuctionHouse, address _spaceOperatorRegistry, address _approvedTokenRegistry, address _payments, address _stakingRegistry, address _networkBeneficiary)
offer(address _originContract, uint256 _tokenId, address _currencyAddress, uint256 _amount, bool _convertible) payable
removeSalePrice(address _originContract, uint256 _tokenId, address _target)
renounceOwnership()
setApprovedTokenRegistry(address _approvedTokenRegistry)
setAuctionLengthExtension(uint256 _auctionLengthExtension)
setMarketplaceSettings(address _marketplaceSettings)
setMaxAuctionLength(uint8 _maxAuctionLength)
setMinimumBidIncreasePercentage(uint8 _minimumBidIncreasePercentage)
setNetworkBeneficiary(address _networkBeneficiary)
setOfferCancelationDelay(uint256 _offerCancelationDelay)
setPayments(address _payments)
setRoyaltyEngine(address _royaltyEngine)
setRoyaltyRegistry(address _royaltyRegistry)
setSalePrice(address _originContract, uint256 _tokenId, address _currencyAddress, uint256 _listPrice, address _target, address[] _splitAddresses, uint8[] _splitRatios)
setSpaceOperatorRegistry(address _spaceOperatorRegistry)
setStakingRegistry(address _stakingRegistry)
setSuperRareAuctionHouse(address _superRareAuctionHouse)
setSuperRareMarketplace(address _superRareMarketplace)
settleAuction(address _originContract, uint256 _tokenId)
transferOwnership(address newOwner)
AcceptOffer(address indexed _originContract, address indexed _bidder, address indexed _seller, address _currencyAddress, uint256 _amount, uint256 _tokenId, address[] _splitAddresses, uint8[] _splitRatios)
AuctionBid(address indexed _contractAddress, address indexed _bidder, uint256 indexed _tokenId, address _currencyAddress, uint256 _amount, bool _startedAuction, uint256 _newAuctionLength, address _previousBidder)
AuctionSettled(address indexed _contractAddress, address indexed _bidder, address _seller, uint256 indexed _tokenId, address _currencyAddress, uint256 _amount)
CancelAuction(address indexed _contractAddress, uint256 indexed _tokenId, address indexed _auctionCreator)
CancelOffer(address indexed _originContract, address indexed _bidder, address indexed _currencyAddress, uint256 _amount, uint256 _tokenId)
NewAuction(address indexed _contractAddress, uint256 indexed _tokenId, address indexed _auctionCreator, address _currencyAddress, uint256 _startingTime, uint256 _minimumBid, uint256 _lengthOfAuction)
OfferPlaced(address indexed _originContract, address indexed _bidder, address indexed _currencyAddress, uint256 _amount, uint256 _tokenId, bool _convertible)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetSalePrice(address indexed _originContract, address indexed _currencyAddress, address _target, uint256 _amount, uint256 _tokenId, address[] _splitRecipients, uint8[] _splitRatios)
Sold(address indexed _originContract, address indexed _buyer, address indexed _seller, address _currencyAddress, uint256 _amount, uint256 _tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.