IdentityStaking
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "IdentityStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "IdentityStaking"
ABI
ABI objects
Getter at block 21228096
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
RELEASER_ROLE() view returns (bytes32)
0x88f3509f0e42391f2d94ebfb2a37cbd0782b1b8f73715330017f4663290b8117
SLASHER_ROLE() view returns (bytes32)
0x12b42e8a160f6064dc959c6f251e3af0750ad213dbecf573b4710d67d6c28e39
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
burnAddress() view returns (address)
0x0000000000000000000000000000000000000000
burnRoundMinimumDuration() view returns (uint64)
0
currentSlashRound() view returns (uint16)
0
lastBurnTimestamp() view returns (uint256)
0
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
token() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
communityStakes(address, address) view returns (uint64 unlockTime, uint88 amount, uint88 slashedAmount, uint16 slashedInRound)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
selfStakes(address) view returns (uint64 unlockTime, uint88 amount, uint88 slashedAmount, uint16 slashedInRound)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSlashed(uint16) view returns (uint88)
userTotalStaked(address) view returns (uint88)
State-modifying
Events communityStake(address stakee, uint88 amount, uint64 duration)
extendCommunityStake(address stakee, uint64 duration)
extendMultipleCommunityStakes(address[] stakees, uint64[] durations)
extendSelfStake(uint64 duration)
grantRole(bytes32 role, address account)
initialize(address tokenAddress, address _burnAddress, address initialAdmin, address[] initialSlashers, address[] initialReleasers, address[] initialBurners)
lockAndBurn()
multipleCommunityStakes(address[] stakees, uint88[] amounts, uint64[] durations)
pause()
release(address staker, address stakee, uint88 amountToRelease, uint16 slashRound)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
selfStake(uint88 amount, uint64 duration)
slash(address[] selfStakers, address[] communityStakers, address[] communityStakees, uint88 percent)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawCommunityStake(address stakee, uint88 amount)
withdrawMultipleCommunityStakes(address[] stakees, uint88[] amounts)
withdrawSelfStake(uint88 amount)
Burn(uint16 indexed round, uint88 amount)
CommunityStake(address indexed staker, address indexed stakee, uint88 amount, uint64 unlockTime)
CommunityStakeWithdrawn(address indexed staker, address indexed stakee, uint88 amount)
Initialized(uint64 version)
Paused(address account)
Release(address indexed staker, address indexed stakee, uint88 amount)
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)
SelfStake(address indexed staker, uint88 amount, uint64 unlockTime)
SelfStakeWithdrawn(address indexed staker, uint88 amount)
Slash(address indexed staker, address indexed stakee, uint88 amount, uint16 round)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressCannotBeZero()
AddressEmptyCode(address target)
AmountMustBeGreaterThanZero()
AmountTooHigh()
ArrayLengthMismatch()
CannotStakeOnSelf()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
FailedTransfer()
FundsNotAvailableToRelease()
FundsNotAvailableToReleaseFromRound()
InvalidInitialization()
InvalidLockTime()
InvalidSlashPercent()
MinimumBurnRoundDurationNotMet()
NotInitializing()
RoundAlreadyBurned()
StakeIsLocked()
StakerStakeeMismatch()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)