ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 16 txns
Deployed by via 0x6fbfc85d at 20277958
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 "ERC1967Proxy"

0x5da50f12378ef52e1001b2725e5ffa9f64b3295cbe94dbe10ef7544e461c6a62
0xd1312a8fd5ca212a5f4328a15da567d2b56a4ee7774f28db2a9f090452fb1054
0x4a029848b0e6f02708f0e89d77871870fcbf9bc2dad2d47246ead29f45376ef1
0xe8c69a5c2bfdab2533212b6e4696b7f9816adbe1e6658e545915c505ddd3841f
0x4cbd93d9b67e57da7efe14df4013ba12f8ba9ab44c1e626a1eeef8c42d5bb83a
0x6ea0eb1c9f770b940647e831e216a3c8822c0362d0ada8a45c708ba3d06140d6
0x035cff9eae6de997937ba86731e101ed408c3f8b2f1b8f31c236b9c21338651d
0x27b4db067a8f4cfa3d70e46c9f79398560f4f21ef8af62c1e736ff00fa484b54
0xf92cea88a97af4a61d53411805db3c8069a6beacc272b725dccec5a0b04928ae
0x67a0654b043a49fdc1973bfa6198ae7aaf13209628b2b3127859da8ef6203c0a
From

Functions
Getter at block 21216041
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_OFFER_COUNT(view returns (uint256)
150
MAX_OFFER_PRICE(view returns (uint256)
100000000000000000000
auctionEndTime(view returns (uint256)
1721840400
auctionStartTime(view returns (uint256)
1721239200
lockingPaused(view returns (bool)
false
minimumTenderAmount(view returns (uint256)
1000000000
offerCount(view returns (uint256)
0
 
proxiableUUID(view returns (bytes32)
purchaseToken(view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
revealTime(view returns (uint256)
1721840400
termAuctionId(view returns (bytes32)
0x469dd50d2dca031bf679eb049b2e49a4eb8b7f600b68a470727f91a361932016
termRepoId(view returns (bytes32)
0x1e9b436f3643eba65f55d4ff987e35b78c6e3122d388cbe48c713f305122034f
termRepoServicer(view returns (address)
0xbbf95fdaeaf9096c35f6fd4e5bb89056ea8430af
unlockingPaused(view returns (bool)
false
version(view returns (string)
0.9.0
Read-only
collateralTokens(addressview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
lockedOffer(bytes32 idview returns (struct TermAuctionOffer)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
getAllOffers(bytes32[] revealedOffersbytes32[] unrevealedOffersreturns (struct TermAuctionRevealedOffer[]struct TermAuctionOffer[])
grantRole(bytes32 roleaddress account
initialize(string termRepoId_string auctionId_uint256 auctionStartTime_uint256 revealTime_uint256 auctionEndTime_uint256 minimumTenderAmount_address purchaseToken_address[] collateralTokens_address termInitializer_
lockOffers(struct TermAuctionOfferSubmission[] offerSubmissionsreturns (bytes32[])
lockOffersWithReferral(struct TermAuctionOfferSubmission[] offerSubmissionsaddress referralAddressreturns (bytes32[])
pairTermContracts(address termAuction_address emitter_address termRepoServicer_address devopsMultisig_address adminWallet_
pauseLocking(
pauseUnlocking(
renounceRole(bytes32 roleaddress account
revealOffers(bytes32[] idsuint256[] pricesuint256[] nonces
revokeRole(bytes32 roleaddress account
unlockOfferPartial(bytes32 idaddress offeroruint256 amount
unlockOffers(bytes32[] ids
unpauseLocking(
unpauseUnlocking(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
AlreadyTermContractPaired(
AuctionNotClosed(
AuctionNotOpen(
AuctionNotRevealing(
AuctionRevealsAfterEnd(uint256 revealuint256 end
AuctionStartsAfterReveal(uint256 startuint256 reveal
CollateralTokenNotApproved(address token
GeneratingExistingOffer(bytes32 offerId
InvalidSelfReferral(
LockingPaused(
MaxOfferCountReached(
NoOfferToUnlock(
NonExistentOffer(bytes32 id
OfferAlreadyRevealed(
OfferAmountTooLow(uint256 amount
OfferCountIncorrect(uint256 offerCount
OfferNotOwned(
OfferNotRevealed(bytes32 id
OfferPriceModified(
OfferRevealed(bytes32 id
PurchaseTokenNotApproved(address token
RevealedOffersNotSorted(
TenderPriceTooHigh(bytes32 iduint256 maxPrice
UnlockingPaused(