TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 71,828 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
Balances ($64.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 64 | $1.001 |
$64.06 | |
JUSTICE | ERC-20 | 1.312K | $0.000144 |
$0.19 | |
LR | ERC-721 | 1 | -- | -- | |
JASTI | ERC-721 | 1 | -- | -- | |
SLIME | ERC-721 | 1 | -- | -- | |
JEFFJAG | ERC-721 | 1 | -- | -- | |
CR | ERC-721 | 1 | -- | -- | |
EP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453468 | 4 months ago | | | <0.00000001 | 0.000048679000 | |
| 20193828 | 5 months ago | | | <0.00000001 | 0.000068577593 | |
| 18873561 | a year ago | | | 0.29 | 0.0030697736 | |
| 16736969 | 2 years ago | | | 0.01 | 0.0036405684 | |
| 16702461 | 2 years ago | | | 0.01 | 0.0033506800 | |
| 16590993 | 2 years ago | | | 0.01 | 0.0030156120 | |
| 16351506 | 2 years ago | | | 0.01 | 0.0024138898 | |
| 16306968 | 2 years ago | | | 0.01 | 0.0024394674 | |
| 16292016 | 2 years ago | | | 0 | 0.0043454720 | |
| 16281704 | 2 years ago | | | 1 | 0.0011054253 |
ABI
ABI objects
Getter at block 21257930
getAdmins() view returns (address[] admins)
[]
owner() view returns (address)
0x7ef0d682280193fb1fb8dc6174f8a0c5bc4f02b0
Read-only
getBids(uint256 listingId) view returns (struct MarketplaceLibBid[] bids)
getListing(uint256 listingId) view returns (struct MarketplaceLibListing)
getListingCurrentPrice(uint256 listingId) view returns (uint256)
getListingDeliverFee(uint256 listingId, uint256 price) view returns (uint256)
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
approveAdmin(address admin)
bid(address referrer, uint256 listingId, bool increase) payable
bid(address referrer, uint256 listingId, uint256 bidAmount, bool increase)
bid(uint256 listingId, bool increase) payable
bid(uint256 listingId, uint256 bidAmount, bool increase)
cancel(uint256 listingId, uint16 holdbackBPS)
collect(uint256 listingId)
createListing(struct MarketplaceLibListingDetails listingDetails, struct MarketplaceLibTokenDetails tokenDetails, struct MarketplaceLibFeeData feeData, struct MarketplaceLibListingReceiver[] listingReceivers) returns (uint256)
deliver(uint256 listingId, uint256 bidIndex) payable
finalize(uint256 listingId) payable
initialize()
purchase(address referrer, uint256 listingId) payable
purchase(uint256 listingId) payable
renounceOwnership()
revokeAdmin(address admin)
setEnabled(bool enabled)
setMarketplaceFeeBPS(uint16 marketplaceFeeBPS)
setSellerRegistry(address registry)
setTokenReceiver(address tokenReceiver)
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)
MarketplaceEnabled(address requestor, bool value)
MarketplaceFeeBPS(address requestor, uint16 bps)
MarketplaceSellerRegistry(address requestor, address registry)
MarketplaceTokenReceiver(address requestor, address receiver)
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.