TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 97,969 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 1 additional slot
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
1 additional
variable
Balances ($25,142.83)
Native
Value
$25,117.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 7.90833 | $3,176.09 |
$25,117.57 | |
PEPE | ERC-20 | 2M | $0.000013 |
$25.26 | |
0xb3b8…b85d | ERC-1555 | 4.206968M | -- | -- | |
HOT | ERC-20 | 1.702127M | -- | -- | |
0x7bab…6e7b | ERC-1555 | 42.069K | -- | -- | |
0x4e2d…ae01 | ERC-1555 | 19.999K | -- | -- | |
0x4e2d…ae01 | ERC-1555 | 19.998K | -- | -- | |
0x4e2d…ae01 | ERC-1555 | 19.997K | -- | -- | |
0x8128…716c | ERC-1555 | 9.998K | -- | -- | |
0x16f1…171d | ERC-1555 | 6.969K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162113 | 7 minutes ago | | | 1 | 0.0017935880 | |
| 21158328 | 13 hours ago | | | 0 | 0.0011828419 | |
| 21158234 | 13 hours ago | | | 0 | 0.0044931589 | |
| 21151250 | 2 days ago | | | 0 | 0.0016431723 | |
| 21149451 | 2 days ago | | | 0.05 | 0.00088270346 | |
| 21149445 | 2 days ago | | | 0.05 | 0.00088820350 | |
| 21145831 | 2 days ago | | | 0 | 0.0013241766 | |
| 21145828 | 2 days ago | | | 0 | 0.0015706155 | |
| 21145823 | 2 days ago | | | 0.06 | 0.00081147547 | |
| 21145470 | 2 days ago | | | 0 | 0.0020288081 |
ABI
ABI objects
Getter at block 21162145
feeBPS() view returns (uint16)
0
getAdmins() view returns (address[] admins)
[]
owner() view returns (address)
0x7ef0d682280193fb1fb8dc6174f8a0c5bc4f02b0
referrerBPS() view returns (uint16)
690
Read-only
getBids(uint40 listingId) view returns (struct MarketplaceLibBid[] bids)
getListing(uint40 listingId) view returns (struct IMarketplaceCoreListing listing)
getListingCurrentPrice(uint40 listingId) view returns (uint256)
getListingDeliverFee(uint40 listingId, uint256 price) view returns (uint256)
getListingTotalPrice(uint40 listingId, uint24 count) view returns (uint256)
getOffers(uint40 listingId) view returns (struct IMarketplaceCoreOffer[] offers)
isAdmin(address admin) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
accept(uint40 listingId, address[] addresses, uint256[] amounts, uint256 maxAmount)
approveAdmin(address admin)
bid(address referrer, uint40 listingId, bool increase) payable
bid(address referrer, uint40 listingId, bool increase, bytes data) payable
bid(address referrer, uint40 listingId, uint256 bidAmount, bool increase)
bid(address referrer, uint40 listingId, uint256 bidAmount, bool increase, bytes data)
bid(uint40 listingId, bool increase) payable
bid(uint40 listingId, bool increase, bytes data) payable
bid(uint40 listingId, uint256 bidAmount, bool increase)
bid(uint40 listingId, uint256 bidAmount, bool increase, bytes data)
cancel(uint40 listingId, uint16 holdbackBPS)
collect(uint40 listingId)
createListing(struct MarketplaceLibListingDetails listingDetails, struct MarketplaceLibTokenDetails tokenDetails, struct MarketplaceLibDeliveryFees deliveryFees, struct MarketplaceLibListingReceiver[] listingReceivers, bool enableReferrer, bool acceptOffers, bytes data) returns (uint40)
finalize(uint40 listingId) payable
initialize(address initialOwner)
modifyListing(uint40 listingId, uint256 initialAmount, uint48 startTime, uint48 endTime)
offer(address referrer, uint40 listingId, bool increase) payable
offer(address referrer, uint40 listingId, bool increase, bytes data) payable
offer(address referrer, uint40 listingId, uint256 offerAmount, bool increase)
offer(address referrer, uint40 listingId, uint256 offerAmount, bool increase, bytes data)
offer(uint40 listingId, bool increase) payable
offer(uint40 listingId, bool increase, bytes data) payable
offer(uint40 listingId, uint256 offerAmount, bool increase)
offer(uint40 listingId, uint256 offerAmount, bool increase, bytes data)
onERC1155Received(address operator, address from, uint256 tokenId, uint256 count, bytes data) returns (bytes4)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
purchase(address referrer, uint40 listingId) payable
purchase(address referrer, uint40 listingId, bytes data) payable
purchase(address referrer, uint40 listingId, uint24 count) payable
purchase(address referrer, uint40 listingId, uint24 count, bytes data) payable
purchase(uint40 listingId) payable
purchase(uint40 listingId, bytes data) payable
purchase(uint40 listingId, uint24 count) payable
purchase(uint40 listingId, uint24 count, bytes data) payable
renounceOwnership()
rescind(uint40 listingId)
rescind(uint40 listingId, address[] offerAddresses)
rescind(uint40[] listingIds)
revokeAdmin(address admin)
setEnabled(bool enabled)
setFees(uint16 marketplaceFeeBPS, uint16 marketplaceReferrerBPS)
setRoyaltyEngineV1(address royaltyEngineV1)
setSellerRegistry(address registry)
transferOwnership(address newOwner)
withdraw(address erc20, uint256 amount, address receiver)
withdraw(uint256 amount, address receiver)
withdrawEscrow(address erc20, uint256 amount)
withdrawEscrow(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
Initialized(uint8 version)
MarketplaceEnabled(address requestor, bool value)
MarketplaceFees(address requestor, uint16 feeBPS, uint16 referrerBPS)
MarketplaceRoyaltyEngineUpdate(address royaltyEngineV1)
MarketplaceSellerRegistry(address requestor, address registry)
MarketplaceWithdraw(address requestor, address erc20, uint256 amount, address receiver)
MarketplaceWithdrawEscrow(address requestor, address erc20, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.