ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 9,521 txns
Deployed by via 0x92eea410 at 19566792
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $239,466.9
0x5a31d65f46f82d1b66c8f1889e005d5ca2e33fc5934ee5fad3871e7dfb72e1a9
0x05ff2f0d245ed8da4b7bbdcee4b92e78f89ffefa09f1129a4ec3bfa4f867f8c6
0x85f03ed7b773533a23b6a1b620b7a967727e2d47c5eaa591fce3a71cd33f5bbb
0x339e95799005d6d1ce456154da708ead8a484f57e7e8915a1be7ded108b99db0
0x29fd7ecd250d2e0e42be4d904b19c6631eaa827f5dfc88f57300988d3dbf4a6d
0xb6bca3a2653d068a09b89a5bac28bb765bdd9b2966e6bd05f3620bed85ea481b
0xf059bf66a544e7b1e41070f3c654345c9383b94f509c196ad707aee522ae6b6c
0xaee65a0807df54d206d2bfd2d589f871ac4a96b1d8e3ea1be974dd6a1b56bfc5
0x6671fb4b813ee31d967813a3590ba39f6c7544ed79fc9f8efb016e2f1e6bb8ba
0x690b3dadfa1cd8dea3cd5bb7fc2e6c97fb3e4eb7c754b883deab507696841a6c

Functions
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)
0xde30da39c46104798bb5aa3fe8b9e0e1f348163f
burnRoundMinimumDuration(view returns (uint64)
7776000
currentSlashRound(view returns (uint16)
1
lastBurnTimestamp(view returns (uint256)
1712044859
paused(view returns (bool)
false
 
proxiableUUID(view returns (bytes32)
token(view returns (address)
0xde30da39c46104798bb5aa3fe8b9e0e1f348163f
Read-only
communityStakes(addressaddressview returns (uint64 unlockTimeuint88 amountuint88 slashedAmountuint16 slashedInRound)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
selfStakes(addressview returns (uint64 unlockTimeuint88 amountuint88 slashedAmountuint16 slashedInRound)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSlashed(uint16view returns (uint88)
userTotalStaked(addressview returns (uint88)
State-modifying
communityStake(address stakeeuint88 amountuint64 duration
extendCommunityStake(address stakeeuint64 duration
extendMultipleCommunityStakes(address[] stakeesuint64[] durations
extendSelfStake(uint64 duration
grantRole(bytes32 roleaddress account
initialize(address tokenAddressaddress _burnAddressaddress initialAdminaddress[] initialSlashersaddress[] initialReleasersaddress[] initialBurners
lockAndBurn(
multipleCommunityStakes(address[] stakeesuint88[] amountsuint64[] durations
pause(
release(address stakeraddress stakeeuint88 amountToReleaseuint16 slashRound
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
selfStake(uint88 amountuint64 duration
slash(address[] selfStakersaddress[] communityStakersaddress[] communityStakeesuint88 percent
unpause(
upgradeToAndCall(address newImplementationbytes datapayable 
withdrawCommunityStake(address stakeeuint88 amount
withdrawMultipleCommunityStakes(address[] stakeesuint88[] amounts
withdrawSelfStake(uint88 amount
Events
Upgraded(address indexed implementation
Burn(uint16 indexed rounduint88 amount
CommunityStake(address indexed stakeraddress indexed stakeeuint88 amountuint64 unlockTime
CommunityStakeWithdrawn(address indexed stakeraddress indexed stakeeuint88 amount
Initialized(uint64 version
Paused(address account
Release(address indexed stakeraddress indexed stakeeuint88 amount
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SelfStake(address indexed stakeruint88 amountuint64 unlockTime
SelfStakeWithdrawn(address indexed stakeruint88 amount
Slash(address indexed stakeraddress indexed stakeeuint88 amountuint16 round
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(address implementationbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 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