DAOStakingUUPSUpgradeable

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xafc3e6b7 at 17265273
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots

No balances found for "DAOStakingUUPSUpgradeable"

No transactions found for "DAOStakingUUPSUpgradeable"


Functions
Getter at block 20914544
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)
0x0000000000000000000000000000000000000000
govToken(view returns (address)
0x0000000000000000000000000000000000000000
govTokenStaked(view returns (uint256)
0
numRewardContracts(view returns (uint256)
0
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
balanceAtTs(address useruint256 timestampview returns (uint256)
balanceOf(address userview returns (uint256)
delegatedPower(address userview returns (uint256)
delegatedPowerAtTs(address useruint256 timestampview returns (uint256)
delegatedPowerHistory(addressuint256view returns (uint256 timestampuint256 amount)
getRoleAdmin(bytes32 roleview returns (bytes32)
govTokenStakedAtTs(uint256 timestampview returns (uint256)
govTokenStakedHistory(uint256view returns (uint256 timestampuint256 amount)
hasRole(bytes32 roleaddress accountview returns (bool)
multiplierAtTs(address useruint256 timestampview returns (uint256)
multiplierOf(address userview returns (uint256)
rewards(uint256view returns (address)
stakeAtTs(address useruint256 timestampview returns (struct IDAOV1StakingStake)
supportsInterface(bytes4 interfaceIdview returns (bool)
userDelegatedTo(address userview returns (address)
userLockedUntil(address userview returns (uint256)
userStakeHistory(addressuint256view returns (uint256 timestampuint256 amountuint256 expiryTimestampaddress delegatedTo)
votingPower(address userview returns (uint256)
votingPowerAtTs(address useruint256 timestampview returns (uint256)
State-modifying
delegate(address to
deposit(uint256 amount
depositAndLock(uint256 amountuint256 timestamp
enableNewRewardsContract(address _rewards
grantRole(bytes32 roleaddress account
initialize(struct IDAOV1StakingDAOStakingConfig cfgaddress roleAdmin
initializeUUPS(struct IDAOV1StakingDAOStakingConfig cfgaddress roleAdminaddress upgrader
lock(uint256 timestamp
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
stopDelegate(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(uint256 amount
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Delegate(address indexed fromaddress indexed to
DelegatedPowerDecreased(address indexed fromaddress indexed touint256 amountuint256 to_newDelegatedPower
DelegatedPowerIncreased(address indexed fromaddress indexed touint256 amountuint256 to_newDelegatedPower
Deposit(address indexed useruint256 amountuint256 newBalance
Initialized(uint8 version
Lock(address indexed useruint256 timestamp
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
Withdraw(address indexed useruint256 amountWithdrewuint256 amountLeft
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.