ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 8 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
0xede5…c7f3
0x4c6a…4bd4
0x81d0…a08e
10 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20886355 | a month ago | | | 0 | 0.0015331252 | |
| 20886355 | a month ago | | | 0 | 0.0015495644 | |
| 20886338 | a month ago | | | 0 | 0.0015060128 | |
| 20886336 | a month ago | | | 0 | 0.0014154639 | |
| 20885860 | a month ago | | | 0 | 0.0025116477 | |
| 20882403 | a month ago | | | 0 | 0.0010884205 | |
| 20848598 | 2 months ago | | | 0 | 0.0017468836 | |
| 20844425 | 2 months ago | | | 0 | 0.0027684658 |
ABI
ABI objects
Getter at block 21206096 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_OFFER_COUNT() view returns (uint256)
150
MAX_OFFER_PRICE() view returns (uint256)
100000000000000000000
auctionEndTime() view returns (uint256)
1727974800
auctionStartTime() view returns (uint256)
1727373600
lockingPaused() view returns (bool)
false
minimumTenderAmount() view returns (uint256)
1000000000
offerCount() view returns (uint256)
0
purchaseToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
revealTime() view returns (uint256)
1727974800
termAuctionId() view returns (bytes32)
0xa0b027efc7b1334c3fc7d54ce7b1e8defb72e0dab5565d9b59730c23e673d173
termRepoId() view returns (bytes32)
0x005fe4793dea231f1bb114b36bbdf293b8fbe8621ceeafa2a6175ccf08f6e246
termRepoServicer() view returns (address)
0xede5a6fb199e96fde6144973464ad2deb06bc7f3
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)
lockedOffer(bytes32 id) view returns (struct TermAuctionOffer)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events getAllOffers(bytes32[] revealedOffers, bytes32[] unrevealedOffers) returns (struct TermAuctionRevealedOffer[], struct TermAuctionOffer[])
grantRole(bytes32 role, address account)
initialize(string termRepoId_, string auctionId_, uint256 auctionStartTime_, uint256 revealTime_, uint256 auctionEndTime_, uint256 minimumTenderAmount_, address purchaseToken_, address[] collateralTokens_, address termInitializer_)
lockOffers(struct TermAuctionOfferSubmission[] offerSubmissions) returns (bytes32[])
lockOffersWithReferral(struct TermAuctionOfferSubmission[] offerSubmissions, address referralAddress) returns (bytes32[])
pairTermContracts(address termAuction_, address emitter_, address termRepoServicer_, address devopsMultisig_, address adminWallet_)
pauseLocking()
pauseUnlocking()
renounceRole(bytes32 role, address account)
revealOffers(bytes32[] ids, uint256[] prices, uint256[] nonces)
revokeRole(bytes32 role, address account)
unlockOfferPartial(bytes32 id, address offeror, uint256 amount)
unlockOffers(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)
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 id, uint256 maxPrice)
UnlockingPaused()