AdminUpgradeabilityProxy

Verified contract

Proxy

Active on Ethereum with 34 txns
Deployed by via 0x3310f54b at 13453994
Slot
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

No balances found for "AdminUpgradeabilityProxy"

0x775fce43b93301ff7b2841fc33276bb7bec34c2684da2f459e5529f51beec4fe
0xe2d95d5170cb351eb07d4de64f348ae2770d78e98b1f6fb719b021fd42d4149e
0x59109e437f7aeba7d167150b98150319bd28c1aac76c7369ee9c26c29d3753db
0x880328eb5cd50f261f4b5e660a0afde65ea04a94c44480a56ae671f3cecc8267
0xfae7347020b32c409067f20b95cc0c645bb0cbf068d207a6170cb9534d445ae8
0x620582306a2648387444667c8f3fd8b8c5e025ba0b12c392c29036cd7bec9a33
0xdcca8cbbeb40bb6c7eed478dc8512c3c312f60df4554cc902a0159ee0a979ea7
0xa87b19bb0b7ccf088021c644cff717a9581d9e0e1fd439a0ee9063060b17b03d
0x92c8f9c557fc15c62fb725e1a4830370b58a08ca41cd219846b3793ef64e0986
0xa13789657ae9df1691cc6dfc4699271ce11157a60a99d238e2d170bc9ef109d7

Functions
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(addressuint256view returns (address owneraddress payTokenuint256 reservePriceuint256 startTimeuint256 endTimebool resulted)
getAuction(address _nftAddressuint256 _tokenIdview returns (address _owneraddress _payTokenuint256 _reservePriceuint256 _startTimeuint256 _endTimebool _resulted)
getHighestBidder(address _nftAddressuint256 _tokenIdview returns (address _bidderuint256 _biduint256 _lastBidTime)
highestBids(addressuint256view returns (address bidderuint256 biduint256 lastBidTime)
State-modifying
admin(returns (address)
changeAdmin(address newAdmin
implementation(returns (address)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
cancelAuction(address _nftAddressuint256 _tokenId
createAuction(address _nftAddressuint256 _tokenIdaddress _payTokenuint256 _reservePriceuint256 _startTimestampuint256 _endTimestamp
initialize(address _platformFeeRecipient
initializeMarketplaceFeeEngine(address _marketplaceFeeEngine
placeBid(address _nftAddressuint256 _tokenIdpayable 
placeBid(address _nftAddressuint256 _tokenIduint256 _bidAmount
reclaimERC20(address _tokenContract
renounceOwnership(
resultAuction(address _nftAddressuint256 _tokenId
resultAuction(address _nftAddressuint256 _tokenIdstring _source
setMarketplaceFeeEngine(address _marketplaceFeeEngine
toggleIsPaused(
transferOwnership(address newOwner
updateAddressRegistry(address _registry
updateAuctionEndTime(address _nftAddressuint256 _tokenIduint256 _endTimestamp
updateAuctionReservePrice(address _nftAddressuint256 _tokenIduint256 _reservePrice
updateAuctionStartTime(address _nftAddressuint256 _tokenIduint256 _startTime
updateBidWithdrawalLockTime(uint256 _bidWithdrawalLockTime
updateMinBidIncrement(uint256 _minBidIncrement
updatePlatformFee(uint256 _platformFee
updatePlatformFeeRecipient(address _platformFeeRecipient
withdrawBid(address _nftAddressuint256 _tokenId
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
AuctionCancelled(address indexed nftAddressuint256 indexed tokenId
AuctionContractDeployed(
AuctionCreated(address indexed nftAddressuint256 indexed tokenIdaddress payToken
AuctionResulted(address oldOwneraddress indexed nftAddressuint256 indexed tokenIdaddress indexed winneraddress payTokenint256 unitPriceuint256 winningBid
BidPlaced(address indexed nftAddressuint256 indexed tokenIdaddress indexed bidderuint256 bid
BidRefunded(address indexed nftAddressuint256 indexed tokenIdaddress indexed bidderuint256 bid
BidWithdrawn(address indexed nftAddressuint256 indexed tokenIdaddress indexed bidderuint256 bid
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PauseToggled(bool isPaused
UpdateAuctionEndTime(address indexed nftAddressuint256 indexed tokenIduint256 endTime
UpdateAuctionReservePrice(address indexed nftAddressuint256 indexed tokenIdaddress payTokenuint256 reservePrice
UpdateAuctionStartTime(address indexed nftAddressuint256 indexed tokenIduint256 startTime
UpdateBidWithdrawalLockTime(uint256 bidWithdrawalLockTime
UpdateMinBidIncrement(uint256 minBidIncrement
UpdatePlatformFee(uint256 platformFee
UpdatePlatformFeeRecipient(address platformFeeRecipient
Constructor
constructor(address _logicaddress _adminbytes _data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.