ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 1,653 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0x7ddc…1989
0x2ccd…1fe4
0x3df3…b408
4 additional
variables
Balances ($3,477,952.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GMT | ERC-20 | 8.712043M | $0.399212 |
$3,477,952.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274959 | 5 hours ago | | | 0 | 0.0013593986 | |
| 21273009 | 11 hours ago | | | 0 | 0.0025437528 | |
| 21272338 | 13 hours ago | | | 0 | 0.0019822451 | |
| 21269898 | 21 hours ago | | | 0 | 0.0024845861 | |
| 21265995 | a day ago | | | 0 | 0.0066658191 | |
| 21257162 | 3 days ago | | | 0 | 0.016841133 | |
| 21254132 | 3 days ago | | | 0 | 0.0055686672 | |
| 21249503 | 4 days ago | | | 0 | 0.0025305859 | |
| 21242695 | 5 days ago | | | 0 | 0.021743545 | |
| 21242373 | 5 days ago | | | 0 | 0.0023824904 |
ABI
ABI objects
Getter at block 21276303 proxiableUUID() view returns (bytes32)
CONFIGURATOR_ROLE() view returns (bytes32)
0x3b49a237fe2d18fa4d9642b8a0e065923cceb71b797783b619a030a61d848bf0
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
RewardConfig() view returns (address)
0x3df38f7532cb7eb85879bb4f3f285d399cfcb408
Token() view returns (address)
0x7ddc52c4de30e94be3a6a0a2b259b2850f421989
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
paused() view returns (bool)
false
rewardCount() view returns (uint256)
68
totalClaimedRewards() view returns (uint256)
0
totalRewards() view returns (uint256)
21083312196786673485379039
veToken() view returns (address)
0x2ccdc4432f10cf8605833500d3151073686e1fe4
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
lastClaim(address) view returns (uint256)
rewardHistory(address _addr) view returns (uint256[])
rewards(uint256) view returns (uint256 amount, uint256 ts, uint256 blk)
supportsInterface(bytes4 interfaceId) view returns (bool)
unclaimedRewards(address _addr) view returns (uint256)
unclaimedRewards(address _addr, uint256 lastRewardIndex) view returns (uint256)
State-modifying
Events claimRewards()
grantRole(bytes32 role, address account)
pause()
receiveReward(uint256 _amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setLastClaim(address _addr)
setLastClaim(address _addr, uint256 lastClaimIndex)
unpause()
updateForV4(address _rewardConfig)
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)
ClaimedReward(address indexed account, uint256 amount, uint256 ts)
Initialized(uint8 version)
Paused(address account)
ReceivedReward(address indexed from, uint256 amount, uint256 indexed index, uint256 ts, uint256 blk)
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)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.