ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 1 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xff1c…461c
0x2f14…478f
0x04fc…79c8
0x4c6a…4bd4
0xb660…e530
13 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21086978 | 5 days ago | | | 0 | 0.0027248212 |
ABI
ABI objects
Getter at block 21120138 proxiableUUID() view returns (bytes32)
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
AUCTIONEER_ROLE() view returns (bytes32)
0xc1df76f4e50bdb95676f782d4b88b23904c5346d8bc7c986ae26f7e10e601891
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEVOPS_ROLE() view returns (bytes32)
0x793a6c9b7e0a9549c74edc2f9ae0dc50903dfaa9a56fb0116b27a8c71de3e2c6
INITIALIZER_ROLE() view returns (bytes32)
0x30d41a597cac127d8249d31298b50e481ee82c3f4a49ff93c76a22735aa9f3ad
MAX_BID_COUNT() view returns (uint256)
150
MAX_BID_PRICE() view returns (uint256)
100000000000000000000
ROLLOVER_MANAGER() view returns (bytes32)
0x6e3cc031d23d7153f72e87cbfd113a0351c60d8ce52b8a31c944d543a384b7c9
THREESIXTY_DAYCOUNT_SECONDS() view returns (uint256)
31104000
auctionEndTime() view returns (uint256)
1730394000
auctionStartTime() view returns (uint256)
1729792800
bidCount() view returns (uint256)
0
dayCountFractionMantissa() view returns (uint256)
80439814814814814
lockingPaused() view returns (bool)
false
minimumTenderAmount() view returns (uint256)
1000000000
purchaseToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
revealTime() view returns (uint256)
1730394000
termAuction() view returns (address)
0xb660441e1847aa839a8d98f03bde74af0fc1e530
termAuctionId() view returns (bytes32)
0xa5ddb74481faea26a15bb00da7ee01440e93c0627707010dfca073d98d4787d4
termRepoCollateralManager() view returns (address)
0xff1cd14a7283e7c47fa2e83972db0fd5d592461c
termRepoId() view returns (bytes32)
0xcca815ea20b1d2b08315a8b7853a9fa69200ff85cb8e04578b86773186c52ad9
termRepoServicer() view returns (address)
0x2f1471450196bc39d73d4b8b182a5ddac667478f
unlockingPaused() view returns (bool)
false
version() view returns (string)
0.9.0
Read-only
collateralTokens(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
lockedBid(bytes32 id) view returns (struct TermAuctionBid)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events auctionUnlockBid(bytes32 id, address bidder, address[] bidCollateralTokens, uint256[] amounts)
getAllBids(bytes32[] revealedBids, bytes32[] expiredRolloverBids, bytes32[] unrevealedBids) returns (struct TermAuctionRevealedBid[], struct TermAuctionBid[])
grantRole(bytes32 role, address account)
initialize(string termRepoId_, string auctionId_, uint256 auctionStartTime_, uint256 revealTime_, uint256 auctionEndTime_, uint256 redemptionTimestamp_, uint256 minimumTenderAmount_, address purchaseToken_, address[] collateralTokens_, address termInitializer_)
lockBids(struct TermAuctionBidSubmission[] bidSubmissions) returns (bytes32[])
lockBidsWithReferral(struct TermAuctionBidSubmission[] bidSubmissions, address referralAddress) returns (bytes32[])
lockRolloverBid(struct TermAuctionBid bid)
pairRolloverManager(address rolloverManager)
pairTermContracts(address termAuction_, address termRepoServicer_, address emitter_, address termRepoCollateralManager_, address termPriceOracle_, address devopsMultisig_, address adminWallet_)
pauseLocking()
pauseUnlocking()
renounceRole(bytes32 role, address account)
revealBids(bytes32[] ids, uint256[] prices, uint256[] nonces)
revokeRole(bytes32 role, address account)
unlockBids(bytes32[] ids)
unpauseLocking()
unpauseUnlocking()
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)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AlreadyTermContractPaired()
AuctionNotClosed()
AuctionNotOpen()
AuctionNotRevealing()
AuctionRevealsAfterEnd(uint256 reveal, uint256 end)
AuctionStartsAfterReveal(uint256 start, uint256 reveal)
BidAlreadyRevealed()
BidAmountTooLow(uint256 amount)
BidCountIncorrect(uint256 bidCount)
BidNotOwned()
BidNotRevealed(bytes32 bidId)
BidPriceModified(bytes32 id)
BidRevealed(bytes32 bidId)
CollateralAmountTooLow()
CollateralTokenNotApproved(address token)
GeneratingExistingBid(bytes32 bidId)
InvalidPurchaseToken()
InvalidSelfReferral()
InvalidTermRepoServicer()
LockingPaused()
MaxBidCountReached()
NoCollateralToUnlock()
NonExistentBid(bytes32 bidId)
NonExpiredRolloverBid(bytes32 bidId)
NonRolloverBid(bytes32 id)
PurchaseTokenNotApproved(address token)
RevealedBidsNotSorted()
RolloverBid()
RolloverBidExpired(bytes32 bidId)
RolloverBidInShortfall()
TenderPriceTooHigh(bytes32 id, uint256 maxPrice)
UnlockingPaused()