ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 166 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 48 additional slots
0x785c…2168
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($100,792.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUMP | ERC-20 | 9.212738M | $0.010941 |
$100,792.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283115 | 15 hours ago | | | 0 | 0.0021325290 | |
| 21266412 | 3 days ago | | | 0 | 0.0051628224 | |
| 21246362 | 6 days ago | | | 0 | 0.0050743083 | |
| 21244556 | 6 days ago | | | 0 | 0.0051298372 | |
| 21244384 | 6 days ago | | | 0 | 0.0054041733 | |
| 21231298 | 8 days ago | | | 0 | 0.0050866284 | |
| 21230815 | 8 days ago | | | 0 | 0.0066354590 | |
| 21226255 | 9 days ago | | | 0 | 0.0040719086 | |
| 21226222 | 9 days ago | | | 0 | 0.0041999465 | |
| 21211134 | 11 days ago | | | 0 | 0.0035639219 |
ABI
ABI objects
Getter at block 21287643 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MAX_LOCK() view returns (uint256)
31536000
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
getImplementation() view returns (address)
0x7170a93f895c04c4728ad0daae1b9cdfb07b0774
govToken() view returns (address)
0x785c34312dfa6b74f6f1829f79ade39042222168
govTokenStaked() view returns (uint256)
9212738035674773939026048
numRewardContracts() view returns (uint256)
1
Read-only
balanceAtTs(address user, uint256 timestamp) view returns (uint256)
balanceOf(address user) view returns (uint256)
delegatedPower(address user) view returns (uint256)
delegatedPowerAtTs(address user, uint256 timestamp) view returns (uint256)
delegatedPowerHistory(address, uint256) view returns (uint256 timestamp, uint256 amount)
getRoleAdmin(bytes32 role) view returns (bytes32)
govTokenStakedAtTs(uint256 timestamp) view returns (uint256)
govTokenStakedHistory(uint256) view returns (uint256 timestamp, uint256 amount)
hasRole(bytes32 role, address account) view returns (bool)
multiplierAtTs(address user, uint256 timestamp) view returns (uint256)
multiplierOf(address user) view returns (uint256)
rewards(uint256) view returns (address)
stakeAtTs(address user, uint256 timestamp) view returns (struct IDAOV1StakingStake)
supportsInterface(bytes4 interfaceId) view returns (bool)
userDelegatedTo(address user) view returns (address)
userLockedUntil(address user) view returns (uint256)
userStakeHistory(address, uint256) view returns (uint256 timestamp, uint256 amount, uint256 expiryTimestamp, address delegatedTo)
votingPower(address user) view returns (uint256)
votingPowerAtTs(address user, uint256 timestamp) view returns (uint256)
State-modifying
Events delegate(address to)
deposit(uint256 amount)
depositAndLock(uint256 amount, uint256 timestamp)
enableNewRewardsContract(address _rewards)
grantRole(bytes32 role, address account)
initialize(struct IDAOV1StakingDAOStakingConfig cfg, address roleAdmin)
initializeUUPS(struct IDAOV1StakingDAOStakingConfig cfg, address roleAdmin, address upgrader)
lock(uint256 timestamp)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
stopDelegate()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Delegate(address indexed from, address indexed to)
DelegatedPowerDecreased(address indexed from, address indexed to, uint256 amount, uint256 to_newDelegatedPower)
DelegatedPowerIncreased(address indexed from, address indexed to, uint256 amount, uint256 to_newDelegatedPower)
Deposit(address indexed user, uint256 amount, uint256 newBalance)
Initialized(uint8 version)
Lock(address indexed user, uint256 timestamp)
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)
Withdraw(address indexed user, uint256 amountWithdrew, uint256 amountLeft)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.