ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 9,521 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($239,466.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GTC | ERC-20 | 330.329246K | $0.724934 |
$239,466.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227989 | 22 minutes ago | | | 0 | 0.0010479917 | |
| 21227031 | 4 hours ago | | | 0 | 0.0010190741 | |
| 21225564 | 8 hours ago | | | 0 | 0.00065277303 | |
| 21225466 | 9 hours ago | | | 0 | 0.00061641600 | |
| 21222483 | 19 hours ago | | | 0 | 0.0041066119 | |
| 21222463 | 19 hours ago | | | 0 | 0.0033237371 | |
| 21221872 | 21 hours ago | | | 0 | 0.0010466094 | |
| 21220440 | a day ago | | | 0 | 0.00088485999 | |
| 21220429 | a day ago | | | 0 | 0.00072354584 | |
| 21219692 | a day ago | | | 0 | 0.00051108217 |
ABI
ABI objects
Getter at block 21228096 proxiableUUID() view returns (bytes32)
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
token() view returns (address)
0xde30da39c46104798bb5aa3fe8b9e0e1f348163f
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)
Upgraded(address indexed implementation)
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)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
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)