AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 34 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0xa358…2036
0x734e…55d9
0x22bb…64f7
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14741536 | 3 years ago | | | 0 | 0.0014195521 | |
| 14633986 | 3 years ago | | | 0 | 0.0011901103 | |
| 14600193 | 3 years ago | | | 0 | 0.0030007102 | |
| 14600188 | 3 years ago | | | 0 | 0.0057350618 | |
| 14551048 | 3 years ago | | | 0 | 0.0034317748 | |
| 14513590 | 3 years ago | | | 0 | 0.0018530551 | |
| 14482804 | 3 years ago | | | 0 | 0.0024846089 | |
| 14464230 | 3 years ago | | | 0 | 0.0040896542 | |
| 14383542 | 3 years ago | | | 0 | 0.0015644420 | |
| 14357804 | 3 years ago | | | 0.00001 | 0.0023765800 |
ABI
ABI objects
Getter at block 21391165
addressRegistry() view returns (address)
0x734e61fc2793eee7620090c28c9b2d14362b55d9
bidWithdrawalLockTime() view returns (uint256)
0
isPaused() view returns (bool)
false
marketplaceFeeEngine() view returns (address)
0x22bbe47be00e9595d33cf0ef768229519fba64f7
minBidIncrement() view returns (uint256)
0
owner() view returns (address)
0x1ac9657dc23bd7232ba5a8c0c981ca7cd497811f
platformFee() view returns (uint256)
25
platformFeeRecipient() view returns (address)
0xa3584b86b90476c502097226c042e9ab05c42036
Read-only
auctions(address, uint256) view returns (address owner, address payToken, uint256 reservePrice, uint256 startTime, uint256 endTime, bool resulted)
getAuction(address _nftAddress, uint256 _tokenId) view returns (address _owner, address _payToken, uint256 _reservePrice, uint256 _startTime, uint256 _endTime, bool _resulted)
getHighestBidder(address _nftAddress, uint256 _tokenId) view returns (address _bidder, uint256 _bid, uint256 _lastBidTime)
highestBids(address, uint256) view returns (address bidder, uint256 bid, uint256 lastBidTime)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
cancelAuction(address _nftAddress, uint256 _tokenId)
createAuction(address _nftAddress, uint256 _tokenId, address _payToken, uint256 _reservePrice, uint256 _startTimestamp, uint256 _endTimestamp)
initialize(address _platformFeeRecipient)
initializeMarketplaceFeeEngine(address _marketplaceFeeEngine)
placeBid(address _nftAddress, uint256 _tokenId) payable
placeBid(address _nftAddress, uint256 _tokenId, uint256 _bidAmount)
reclaimERC20(address _tokenContract)
renounceOwnership()
resultAuction(address _nftAddress, uint256 _tokenId)
resultAuction(address _nftAddress, uint256 _tokenId, string _source)
setMarketplaceFeeEngine(address _marketplaceFeeEngine)
toggleIsPaused()
transferOwnership(address newOwner)
updateAddressRegistry(address _registry)
updateAuctionEndTime(address _nftAddress, uint256 _tokenId, uint256 _endTimestamp)
updateAuctionReservePrice(address _nftAddress, uint256 _tokenId, uint256 _reservePrice)
updateAuctionStartTime(address _nftAddress, uint256 _tokenId, uint256 _startTime)
updateBidWithdrawalLockTime(uint256 _bidWithdrawalLockTime)
updateMinBidIncrement(uint256 _minBidIncrement)
updatePlatformFee(uint256 _platformFee)
updatePlatformFeeRecipient(address _platformFeeRecipient)
withdrawBid(address _nftAddress, uint256 _tokenId)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AuctionCancelled(address indexed nftAddress, uint256 indexed tokenId)
AuctionContractDeployed()
AuctionCreated(address indexed nftAddress, uint256 indexed tokenId, address payToken)
AuctionResulted(address oldOwner, address indexed nftAddress, uint256 indexed tokenId, address indexed winner, address payToken, int256 unitPrice, uint256 winningBid)
BidPlaced(address indexed nftAddress, uint256 indexed tokenId, address indexed bidder, uint256 bid)
BidRefunded(address indexed nftAddress, uint256 indexed tokenId, address indexed bidder, uint256 bid)
BidWithdrawn(address indexed nftAddress, uint256 indexed tokenId, address indexed bidder, uint256 bid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseToggled(bool isPaused)
UpdateAuctionEndTime(address indexed nftAddress, uint256 indexed tokenId, uint256 endTime)
UpdateAuctionReservePrice(address indexed nftAddress, uint256 indexed tokenId, address payToken, uint256 reservePrice)
UpdateAuctionStartTime(address indexed nftAddress, uint256 indexed tokenId, uint256 startTime)
UpdateBidWithdrawalLockTime(uint256 bidWithdrawalLockTime)
UpdateMinBidIncrement(uint256 minBidIncrement)
UpdatePlatformFee(uint256 platformFee)
UpdatePlatformFeeRecipient(address platformFeeRecipient)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.