0xc9ada401442028475c832a2e59b87e2c67c35442

Unverified contract

Proxy

Active on Ethereum with 13 txns
Deployed by via 0x040414bc at 18181240
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
10 additional variables

No balances found for "0xc9ada401442028475c832a2e59b87e2c67c35442"

0x23413a3bdfba993889a1e48cc4d6734b6b14d5b5dc4bbdb481470dd44bbe5fac
0x4c197ebdb5d2aaed20f6c240f238e582bba6490ee649d440ce5a99c974ccbab4
0xa6a9ffd158c7fcc1be3c4c3f573581c33af5d53415671e06f5dfdc6ca3070895
0xfdbe40d697cf02a2a83628ffa05469e7c09d38569b31ad583ca123380922b04f
0xa16d321d9a91e539bc43b006928491bb6d92d6a471e94ace9f6f26e5b2a71623
0xbdfdc513638b1b750e1a90bc5314fc919e4b98dfcc0e091e17636fda9849b2bd
From
0xf71a1057820dcf8ec3917f892885fb299b4018ce07e64d0995615c8cfc01c7a6
0x908a765b16f27bfbc482c96fdd008c6945ce09a1c79556201cbaecf4cbbf51a8
0xcea25d33ebc452502078ed3bff3d71af81007cf07403d899bb632325e037e646
0xd6cf25fd11adf2d4aa0cd3e5253a4cfaf450ef0fa0780d5794577f6b722a5fc3

Functions
Getter at block 21193758
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)
1695826800
auctionStartTime(view returns (uint256)
1695654000
bidCount(view returns (uint256)
0
dayCountFractionMantissa(view returns (uint256)
80555555555555555
lockingPaused(view returns (bool)
false
minimumTenderAmount(view returns (uint256)
1000000000
 
proxiableUUID(view returns (bytes32)
purchaseToken(view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
revealTime(view returns (uint256)
1695826800
termAuctionId(view returns (bytes32)
0xc85af9854415ae6c8e6067aecc44de961af25720ec1d18664da1c9fdd3440946
termRepoCollateralManager(view returns (address)
0xbca1865c66c8c59d2e5dbdfdc580abd2a4ed4867
termRepoId(view returns (bytes32)
0xf35407fec4fa753199b72bd8f517ace4f1eb699b51c61f3540114a3282246e1e
termRepoServicer(view returns (address)
0x33c42a6a8f496a03923c5b35e793ee6692412bad
unlockingPaused(view returns (bool)
false
Read-only
collateralTokens(addressview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
lockedBid(bytes32 idview returns (struct TermAuctionBid)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
auctionUnlockBid(bytes32 idaddress bidderaddress[] bidCollateralTokensuint256[] amounts
getAllBids(bytes32[] revealedBidsbytes32[] expiredRolloverBidsbytes32[] unrevealedBidsreturns (struct TermAuctionRevealedBid[]struct TermAuctionBid[])
grantRole(bytes32 roleaddress account
initialize(string termRepoId_string auctionId_uint256 auctionStartTime_uint256 revealTime_uint256 auctionEndTime_uint256 redemptionTimestamp_uint256 minimumTenderAmount_address purchaseToken_address[] collateralTokens_
lockBids(struct TermAuctionBidSubmission[] bidSubmissionsreturns (bytes32[])
lockBidsWithReferral(struct TermAuctionBidSubmission[] bidSubmissionsaddress referralAddressreturns (bytes32[])
lockRolloverBid(struct TermAuctionBid bidreturns (bool)
pairRolloverManager(address rolloverManager
pairTermContracts(address termAuction_address termRepoServicer_address emitter_address termRepoCollateralManager_address termPriceOracle_
pauseLocking(
pauseUnlocking(
renounceRole(bytes32 roleaddress account
revealBids(bytes32[] idsuint256[] pricesuint256[] nonces
revokeRole(bytes32 roleaddress account
unlockBids(bytes32[] ids
unpauseLocking(
unpauseUnlocking(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyTermContractPaired(
AuctionNotClosed(
AuctionNotOpen(
AuctionNotRevealing(
AuctionRevealsAfterEnd(uint256 revealuint256 end
AuctionStartsAfterReveal(uint256 startuint256 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 iduint256 maxPrice
UnlockingPaused(