LockTOSDividend
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
Balances ($0.00)
No balances found for "LockTOSDividend"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LockTOSDividend"
ABI
ABI objects
Getter at block 21256273 getCurrentWeeklyEpoch() view returns (uint256) getCurrentWeeklyEpochTimestamp() view returns (uint256) 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)
0
genesis() view returns (uint256)
0
lockTOS() view returns (address)
0x0000000000000000000000000000000000000000
migratedL2() view returns (bool)
false
pauseProxy() view returns (bool)
false
stakeRegistry() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
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)
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.