LockTOSDividendProxy
Verified contract
Proxy
Active on
Ethereum with 1,803 txns
Unified storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WTON | ERC-20 | 446.458798K | -- | -- | |
DOC | ERC-20 | 427.430616K | -- | -- | |
AURA | ERC-20 | 252.685281K | -- | -- | |
LYDA | ERC-20 | 49.520503K | -- | -- | |
Dum | ERC-20 | 179.176266 | -- | -- | |
TOS | ERC-20 | 90.141345 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214888 | 6 days ago | | | 0 | 0.028202452 | |
| 21205789 | 7 days ago | | | 0 | 0.035068411 | |
| 21204822 | 7 days ago | | | 0 | 0.034323920 | |
| 21204805 | 7 days ago | | | 0 | 0.036263041 | |
| 21204784 | 7 days ago | | | 0 | 0.050790396 | |
| 21144298 | 16 days ago | | | 0 | 0.0084852559 | |
| 21142139 | 16 days ago | | | 0 | 0.0059992590 | |
| 21134383 | 17 days ago | | | 0 | 0.019133558 | |
| 21122590 | 19 days ago | | | 0 | 0.0080285700 | |
| 21122581 | 19 days ago | | | 0 | 0.0080285700 |
ABI
ABI objects
Getter at block 21256273 ifDistributionPossible() view returns (bool)
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
BURNER_ROLE() view returns (bytes32)
0x9667e80708b6eeeb0053fa0cca44e028ff548e2a9f029edfeac87c118b08b7c8
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
epochUnit() view returns (uint256)
604800
genesis() view returns (uint256)
1643241600
implementation() view returns (address)
0x842cfc8c20968067cfd5af2c0ffb5f9d3c742b72
lockTOS() view returns (address)
0x69b4a202fa4039b42ab23adb725aa7b1e9eebd79
migratedL2() view returns (bool)
false
pauseProxy() view returns (bool)
false
stakeRegistry() view returns (address)
0x0000000000000000000000000000000000000000
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
BURNER_ROLE() view returns (bytes32)
0x9667e80708b6eeeb0053fa0cca44e028ff548e2a9f029edfeac87c118b08b7c8
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
epochUnit() view returns (uint256)
604800
genesis() view returns (uint256)
1643241600
getCurrentWeeklyEpoch() view returns (uint256)
147
getCurrentWeeklyEpochTimestamp() view returns (uint256)
1732752000
lockTOS() view returns (address)
0x69b4a202fa4039b42ab23adb725aa7b1e9eebd79
migratedL2() view returns (bool)
false
pauseProxy() view returns (bool)
false
stakeRegistry() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
distributedTokens(uint256) view returns (address)
distributions(address) view returns (bool exists, uint256 totalDistribution, uint256 lastBalance)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address account) view returns (bool)
claimStartWeeklyEpoch(address _token, uint256 _lockId) view returns (uint256)
claimable(address _account, address _token) view returns (uint256)
claimableForPeriod(address _account, address _token, uint256 _timeStart, uint256 _timeEnd) view returns (uint256)
distributedTokens(uint256) view returns (address)
distributions(address) view returns (bool exists, uint256 totalDistribution, uint256 lastBalance)
epochToTimestamp(uint256 _epoch) view returns (uint256)
getAvailableClaims(address _account) view returns (address[] claimableTokens, uint256[] claimableAmounts)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getWeeklyEpoch(uint256 _timestamp) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address account) view returns (bool)
tokensPerWeekAt(address _token, uint256 _timestamp) view returns (uint256)
State-modifying
Events addAdmin(address account)
grantRole(bytes32 role, address account)
initialize(address _lockTOS, uint256 _epochUnit)
removeAdmin(address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setProxyPause(bool _pause)
transferAdmin(address newAdmin)
upgradeTo(address impl)
addAdmin(address account)
claim(address _token)
claimBatch(address[] _tokens)
claimUpTo(address _token, uint256 _timestamp)
distribute(address _token, uint256 _amount)
grantRole(bytes32 role, address account)
redistribute(address _token, uint256 _weeklyEpoch)
removeAdmin(address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferAdmin(address newAdmin)
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)
Upgraded(address indexed implementation)
Claim(address indexed token, uint256 amount, uint256 timestamp)
Distribute(address indexed token, uint256 amount)
Redistribute(address indexed token, uint256 oldEpoch, uint256 newEpoch)
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)
constructor(address _impl, address _admin)
fallback()
receive()
This contract contains no error objects.