UUPSProxy
Verified contract
Proxy
Active on
Ethereum with 274 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
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0xd5ed…e35e
0xfe8a…696c
10 additional
variables
Balances ($35,186.73)
Native
Value
$35,186.73
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 9.540458 | $3,688.16 |
$35,186.73 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292826 | a day ago | | | 0.2292242 | 0.076687820 | |
| 21292352 | a day ago | | | 0.2292242 | 0.064972043 | |
| 21291407 | a day ago | | | 0.11 | 0.031281964 | |
| 21291401 | a day ago | | | 0.33 | 0.092253474 | |
| 21291397 | a day ago | | | 0.33 | 0.091689334 | |
| 21291388 | a day ago | | | 0.33 | 0.089759441 | |
| 21287342 | 2 days ago | | | 0.1146121 | 0.049561940 | |
| 21284860 | 2 days ago | | | 0.33 | 0.12489594 | |
| 21278038 | 3 days ago | | | 0.22 | 0.098166396 | |
| 21278032 | 3 days ago | | | 0.33 | 0.14693166 |
ABI
ABI objects
Getter at block 21299573 proxiableUUID() view returns (bytes32)
DEPRECATED_admin() view returns (address)
0xfe27543a247a33e7f756b567e10354755b50239b
DEPRECATED_protocolRevenueManager() view returns (address)
0xfe8a8fc74b2fdd3d745abfc4940dd858ba60696c
accumulatedRevenue() view returns (uint128)
171600000000000000
accumulatedRevenueThreshold() view returns (uint128)
200000000000000000
getImplementation() view returns (address)
0x68fe80c6e97e0c8613e2fed344358c6635ba5366
maxBidAmount() view returns (uint64)
5000000000000000000
membershipManagerContractAddress() view returns (address)
0x3d320286e014c3e1ce99af6d6b00f0c1d63e3000
minBidAmount() view returns (uint64)
1100000000000000
nodeOperatorManager() view returns (address)
0xd5edf7730abad812247f6f54d7bd31a52554e35e
numberOfActiveBids() view returns (uint256)
8326
numberOfBids() view returns (uint256)
73540
owner() view returns (address)
0x9f26d4c958fd811a1f59b01b86be7dffc9d20761
paused() view returns (bool)
false
stakingManagerContractAddress() view returns (address)
0x25e821b7197b146f7713c3b89b6a4d83516b912d
whitelistBidAmount() view returns (uint128)
1000000000000000
whitelistEnabled() view returns (bool)
true
Read-only
admins(address) view returns (bool)
bids(uint256) view returns (uint256 amount, uint64 bidderPubKeyIndex, address bidderAddress, bool isActive)
getBidOwner(uint256 _bidId) view returns (address)
isBidActive(uint256 _bidId) view returns (bool)
State-modifying
Events cancelBid(uint256 _bidId)
cancelBidBatch(uint256[] _bidIds)
createBid(uint256 _bidSize, uint256 _bidAmountPerBid) payable returns (uint256[])
disableWhitelist()
enableWhitelist()
initialize(address _nodeOperatorManagerContract)
initializeOnUpgrade(address _membershipManagerContractAddress, uint128 _accumulatedRevenueThreshold, address _etherFiAdminContractAddress, address _nodeOperatorManagerAddress)
pauseContract()
processAuctionFeeTransfer(uint256 _bidId)
reEnterAuction(uint256 _bidId)
renounceOwnership()
setAccumulatedRevenueThreshold(uint128 _newThreshold)
setMaxBidPrice(uint64 _newMaxBidAmount)
setMinBidPrice(uint64 _newMinBidAmount)
setStakingManagerContractAddress(address _stakingManagerContractAddress)
transferAccumulatedRevenue()
transferOwnership(address newOwner)
unPauseContract()
updateAdmin(address _address, bool _isAdmin)
updateNodeOperatorManager(address _address)
updateSelectedBidInformation(uint256 _bidId)
updateWhitelistMinBidAmount(uint128 _newAmount)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
BidCancelled(uint256 indexed bidId)
BidCreated(address indexed bidder, uint256 amountPerBid, uint256[] bidIdArray, uint64[] ipfsIndexArray)
BidReEnteredAuction(uint256 indexed bidId)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Upgraded(address indexed implementation)
WhitelistDisabled(bool whitelistStatus)
WhitelistEnabled(bool whitelistStatus)
constructor(address _implementation, bytes _data)
fallback()
receive()
This contract contains no error objects.