0xf992fe5b494204f1bcc1932029e3043f28364674
Unverified contract
Proxy
Active on
Ethereum with 6 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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
0xb6a8…ac30
0xf92a…aeb6
0x96cb…7b1c
0xf268…4db3
0xd9dd…e416
10 additional
variables
Balances ($0.00)
No balances found for "0xf992fe5b494204f1bcc1932029e3043f28364674"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18335096 | a year ago | | | 0 | 0.0022356756 | |
| 18335094 | a year ago | | | 0 | 0.0017390191 | |
| 18334792 | a year ago | | | 0 | 0.0060365573 | |
| 18321954 | a year ago | | | 0 | 0.0043447532 | |
| 18320611 | a year ago | | | 0 | 0.00077711086 | |
| 18280073 | a year ago | | | 0 | 0.00052213604 |
ABI
ABI objects
Getter at block 21313363 proxiableUUID() view returns (bytes32)
AUCTIONEER_ROLE() view returns (bytes32)
0xc1df76f4e50bdb95676f782d4b88b23904c5346d8bc7c986ae26f7e10e601891
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
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)
1697122800
auctionStartTime() view returns (uint256)
1696950000
bidCount() view returns (uint256)
0
dayCountFractionMantissa() view returns (uint256)
80671296296296296
lockingPaused() view returns (bool)
false
minimumTenderAmount() view returns (uint256)
500000000000000000
purchaseToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
revealTime() view returns (uint256)
1697122800
termAuctionId() view returns (bytes32)
0xdc08f8f3017ad041af7e2c61f2f8b5e451ef95ea432950949d4b761b279c6f3d
termRepoCollateralManager() view returns (address)
0xb6a825f67222a26a541e4755c06eaa0af8acac30
termRepoId() view returns (bytes32)
0x4b7bfa369bd657f43c7ee94b7f0bfab74fe08c9e66e5216b4219bd0bcbe04e9f
termRepoServicer() view returns (address)
0xf92a92265fab0e664eeaab84ce48782424a0aeb6
unlockingPaused() view returns (bool)
false
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_)
lockBids(struct TermAuctionBidSubmission[] bidSubmissions) returns (bytes32[])
lockBidsWithReferral(struct TermAuctionBidSubmission[] bidSubmissions, address referralAddress) returns (bytes32[])
lockRolloverBid(struct TermAuctionBid bid) returns (bool)
pairRolloverManager(address rolloverManager)
pairTermContracts(address termAuction_, address termRepoServicer_, address emitter_, address termRepoCollateralManager_, address termPriceOracle_)
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
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)
InvalidSelfReferral()
InvalidTermRepoServicer()
LockingPaused()
MaxBidCountReached()
NoCollateralToUnlock()
NonExistentBid(bytes32 bidId)
NonExpiredRolloverBid(bytes32 bidId)
NonRolloverBid(bytes32 id)
PurchaseTokenNotApproved(address token)
RevealedBidsNotSorted()
RolloverBid()
RolloverBidExpired(bytes32 bidId)
TenderPriceTooHigh(bytes32 id, uint256 maxPrice)
UnlockingPaused()