TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 27 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 48 additional slots
0x76cd…f4d9
0x2f00…e0ad
0x4b0d…ecb0
0x4735…4dd9
-
variable spans 47 additional slots
Balances ($34.22)
Native
Value
$34.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.011124 | $3,076.16 |
$34.22 | |
MGDNFT | ERC-721 | 1 | -- | -- | |
MGDNFT | ERC-721 | 1 | -- | -- | |
MGDNFT | ERC-721 | 1 | -- | -- | |
MGDNFT | ERC-721 | 1 | -- | -- | |
MGDNFT | ERC-721 | 1 | -- | -- | |
MGDNFT | ERC-721 | 1 | -- | -- | |
MGDNFT | ERC-721 | 1 | -- | -- | |
MGDNFT | ERC-721 | 1 | -- | -- | |
MGDNFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18755648 | a year ago | | | 0 | 0.0075534635 | |
| 18682452 | a year ago | | | 0 | 0.010015725 | |
| 18660533 | a year ago | | | 0 | 0.0072657553 | |
| 18462075 | a year ago | | | 0 | 0.0050952039 | |
| 18408205 | a year ago | | | 0 | 0.0020844259 | |
| 18399046 | a year ago | | | 0.7107 | 0.0015138539 | |
| 18381334 | a year ago | | | 0 | 0.0019683616 | |
| 18344421 | a year ago | | | 0 | 0.0024132806 | |
| 18344261 | a year ago | | | 0 | 0.0023299374 | |
| 18343129 | a year ago | | | 0 | 0.0031920442 |
ABI
ABI objects
Getter at block 21214938
auctionIds() view returns (uint256 _value)
15
itemsSold() view returns (uint256 _value)
3
paused() view returns (bool)
false
Read-only
idMarketItemsByContractByOwner(address, uint256, address) view returns (uint256 tokenId, address seller, uint256 price, bool isERC721, uint256 tokenAmount, struct MintGoldDustMarketplaceAuctionProps auctionProps)
isSecondarySale(address, uint256) view returns (address owner, bool sold, uint256 amount)
onERC1155BatchReceived(address operator, address from, uint256[] ids, uint256[] values, bytes data) pure returns (bytes4)
onERC1155Received(address operator, address from, uint256 id, uint256 value, bytes data) pure returns (bytes4)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events cancelAuction(uint256 _tokenId, address _contractAddress)
endAuction(struct MintGoldDustMarketplaceAuctionBidDTO _bidDTO)
initializeChild(address _mintGoldDustCompany, address _mintGoldDustERC721Address, address _mintGoldDustERC1155Address)
list(uint256 _tokenId, uint256 _amount, address _contractAddress, uint256 _priceForAllTokens)
pauseContract()
placeBid(struct MintGoldDustMarketplaceAuctionBidDTO _bidDTO) payable
setMintGoldDustMarketplace(address _mintGoldDustMarketplace)
setSecondarySale(address _contractAddress, uint256 _tokenId, address _owner, bool _sold, uint256 _amount)
unpauseContract()
updateSecondarySaleAmount(address _contractAddress, uint256 _tokenId, uint256 _amount)
updateSecondarySaleSold(address _contractAddress, uint256 _tokenId, bool _sold)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AuctionCancelled(uint256 tokenId, address contractAddress, address seller, uint256 cancelTime, uint256 auctionId)
AuctionExtended(uint256 tokenId, address contractAddress, uint256 newEndTime, uint256 auctionId)
AuctionNewBid(uint256 indexed tokenId, address contractAddress, address previousBidder, address currentBidder, uint256 bid, uint256 bidTime, uint256 indexed auctionId)
AuctionTimeStarted(uint256 indexed tokenId, address contractAddress, uint256 startTime, uint256 endTime, uint256 indexed auctionId)
AuctionWinnerCall(uint256 tokenId, address contractAddress, address seller, uint256 endTime, uint256 auctionId)
Initialized(uint8 version)
ItemListedToAuction(uint256 indexed tokenId, address contractAddress, address seller, uint256 price, uint256 timeOfCreation, uint256 indexed auctionId)
LastBidderRefunded(address indexed recipient, uint256 amount)
MintGoldDustNftPurchasedPrimaryMarket(uint256 indexed saleId, uint256 indexed tokenId, address seller, address newOwner, uint256 buyPrice, uint256 sellerAmount, uint256 feeAmount, uint256 collectorFeeAmount, uint256 tokenAmountSold, bool hasCollaborators, bool isERC721)
MintGoldDustNftPurchasedSecondaryMarket(uint256 indexed saleId, uint256 indexed tokenId, address seller, address newOwner, uint256 buyPrice, uint256 sellerAmount, uint256 royaltyPercent, uint256 royaltyAmount, address royaltyRecipient, uint256 feeAmount, uint256 tokenAmountSold, bool hasCollaborators, bool isERC721)
NftPurchasedCollaboratorAmount(uint256 indexed saleId, address collaborator, uint256 amount)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AddressUnauthorized(string _reason)
AuctionAlreadyStarted()
AuctionCannotBeEndedYet()
AuctionCreatorCannotBid()
AuctionEndedAlready()
AuctionMustBeEnded(uint256 _tokenId, address contractAddress, uint256 _auctionId)
AuctionTimeNotStartedYet()
BidTooLow()
ErrorToRefundLastBidder()
InvalidAmount()
InvalidAmountForThisPurchase()
ItemIsAlreadyListed(address _contractAddress)
ItemIsNotListed(address _contractAddress)
ItemIsNotListedBySeller(uint256 tokenId, address market, address contractAddress, address seller, address msgSender)
LastBidderCannotPlaceNextBid()
LessItemsListedThanTheRequiredAmount()
ListPriceMustBeGreaterOrEqualZero()
MustBeERC721OrERC1155()
PurchaseOfERC1155InAuctionThatCoverAllListedItems()