BlockBarMarketplace
Verified contract
Active on
Ethereum with 459 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9db4…9a05
Balances ($0.00)
No balances found for "BlockBarMarketplace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201123 | a day ago | | | 0 | 0.0079686291 | |
| 21176014 | 5 days ago | | | 0 | 0.012407195 | |
| 21175476 | 5 days ago | | | 0 | 0.0079052617 | |
| 21162477 | 7 days ago | | | 0 | 0.0078166754 | |
| 21141695 | 10 days ago | | | 0 | 0.0049017174 | |
| 21114775 | 13 days ago | | | 0 | 0.0048714779 | |
| 21113393 | 14 days ago | | | 0 | 0.00087979291 | |
| 21072967 | 19 days ago | | | 0 | 0.0036044626 | |
| 21068486 | 20 days ago | | | 0.22936915 | 0.0037652052 | |
| 21057335 | 21 days ago | | | 0 | 0.0016159823 |
ABI
ABI objects
Getter at block 21210904
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ETH_CURRENCY() view returns (bytes32)
0xaaaebeba3810b1e6b70781f14b2d72c1cb89c0b2b320c43bb67ff79f562f5ff4
FEE_DENOMINATOR() view returns (uint96)
10000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
USD_CURRENCY() view returns (bytes32)
0xc4ae21aac0c6549d71dd96035b7e0bdb6c79ebdba8891b666115bc976d16a29e
getETHCurrencyBytes() pure returns (bytes32 ETHCurrency)
0xaaaebeba3810b1e6b70781f14b2d72c1cb89c0b2b320c43bb67ff79f562f5ff4
getETHPriceInUSD() view returns (uint256 ETHPriceInUSD)
307699698553
getMarketplaceFee() view returns (uint96 marketplaceFees)
1000
getOwner() view returns (address owner)
0x3f4d3fb5a7f4b24cebf0efa8c8222bfd13635583
getSales() view returns (uint256 numberOfSales)
60
getUSDCurrencyBytes() pure returns (bytes32 USDCurrency)
0xc4ae21aac0c6549d71dd96035b7e0bdb6c79ebdba8891b666115bc976d16a29e
listingsCount() view returns (uint256 count)
340
name() pure returns (string nameOfContract)
BlockBarMarketplace
paused() view returns (bool)
false
Read-only
convertETHWeiToUSDWei(uint256 amountInETH) view returns (uint256 USDWei)
convertUSDWeiToETHWei(uint256 amountInUSD) view returns (uint256 ETHWei)
getListing(uint256 listingId) view returns (struct Listing listing)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isClose(uint256 originalAmount, uint256 compareToAmount, uint256 threshold) pure returns (bool valueIsClose)
supportsInterface(bytes4 interfaceId) view returns (bool)
validate(uint256 listingId) view returns (bool isValid)
State-modifying
Events createPrivateListing(uint256[] tokenIds, uint256 amount, bytes32 currency, address payoutAddress, uint256 validUntil, address buyerAddress) returns (uint256 listingId)
createPublicListing(uint256[] tokenIds, uint256 amount, bytes32 currency, address payoutAddress, uint256 validUntil) returns (uint256 listingId)
disableListing(uint256 listingId)
drain()
grantRole(bytes32 role, address account)
multicall(bytes[] data) returns (bytes[] results)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMarketplaceFee(uint96 newMarketplaceFee)
swap(uint256 listingId) payable
unpause()
updateListingExpiration(uint256 listingId, uint256 validUntil) returns (struct Listing listing)
ListingCreated(uint256 indexed listingId, address indexed owner)
ListingDisabled(uint256 indexed listingId)
ListingUpdated(uint256 indexed listingId, address indexed owner, uint256 indexed validUntil)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Swap(uint256 indexed listingId, address indexed buyer)
TransferToPreviousOwner(uint256 indexed listingId, address indexed collector, uint256 indexed amount)
TransferToRoyaltiesCollector(uint256 indexed tokenId, address indexed collector, uint256 share, uint256 amount)
Unpaused(address account)
constructor(address blockbarBtlContractAddress, address priceFeedAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.