TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 4,366 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($59,676.01)
Native
Value
$59,676.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 16.1531 | $3,694.40 |
$59,676.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19035572 | 10 months ago | | | 0 | 0.0037192296 | |
| 17737708 | a year ago | | | 0 | 0.0017644492 | |
| 17545149 | a year ago | | | 0 | 0.0011511459 | |
| 17362069 | 2 years ago | | | 0 | 0.0023040965 | |
| 17329814 | 2 years ago | | | 0 | 0.0060333710 | |
| 17284413 | 2 years ago | | | 0 | 0.0030261293 | |
| 17236525 | 2 years ago | | | 0 | 0.0060867059 | |
| 17228731 | 2 years ago | | | 0 | 0.0044160215 | |
| 17228725 | 2 years ago | | | 0 | 0.0041911148 | |
| 17228723 | 2 years ago | | | 0 | 0.0041736128 |
ABI
ABI objects
Getter at block 21302734 getBiddersAll() view returns (address[]) getBids() view returns (struct BlindAuctionBid[]) getMerkleRootForWonItemsCount() view returns (bytes32) getRefundStatus() view returns (address[], bool[])
BID_ITEMS_COUNT() view returns (uint256)
2000
MAX_BID_QUANTITY() view returns (uint256)
2000
MIN_BID_AMOUNT() view returns (uint256)
50000000000000000
auctionState() view returns (uint8)
3
finalPrice() view returns (uint256)
240000000000000000
financeWalletAddress() view returns (address)
0x1e689c2ebcdb2c8bde1d1b36e53bf9a8291bd086
getAuctionState() view returns (uint8)
3
getBiddersLength() view returns (uint256)
1992
getFinalPrice() view returns (uint256)
240000000000000000
getUserBid() view returns (uint256 bidAmount)
0
owner() view returns (address)
0x1e689c2ebcdb2c8bde1d1b36e53bf9a8291bd086
withdrawed() view returns (uint256)
480000000000000000000
wonBiddedItems() view returns (uint256)
2000
Read-only
bidders(uint256) view returns (address)
getBidders(uint256 fromIdx, uint256 toIdx) view returns (address[])
getIsUserRefunded(address user) view returns (bool)
isUserRefunded(address) view returns (bool)
verifyWonItemsCount(address _address, bytes32[] proof, uint256 wonItemsCount) 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
changeBidItemsCount(uint256 count)
changeMinBidAmount(uint256 amount)
commitBid() payable
initialize(address financeWallet)
refund(bytes32[] proof, uint256 wonItemsCount)
renounceOwnership()
setAuctionState(uint8 state)
setFinalPrice(uint256 price)
setFinanceWalletAddress(address _financeWalletAddress)
setMaxBidQuantity(uint8 quantity)
setMerkleRootForWonItemsCount(bytes32 _merkleRoot)
setWonBiddedItems(uint256 items)
transferOwnership(address newOwner)
withdrawAll()
withdrawSales()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UserEnteredBid(address indexed user, uint256 bidAmount, bool indexed newUser)
UserEnteredWLAirdrop(address indexed user)
UserRefunded(address indexed user, uint256 bidAmount, uint256 indexed wonItemsCount)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
This contract contains no error objects.