LiquidityMiningManager
Verified contract
Active on
Ethereum with 240 txns
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 "LiquidityMiningManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20983054 | a month ago | | | 0 | 0.00081216189 | |
| 20975894 | a month ago | | | 0 | 0.0010061046 | |
| 20968736 | a month ago | | | 0 | 0.0012825924 | |
| 20961584 | a month ago | | | 0 | 0.00089773705 | |
| 20954440 | a month ago | | | 0 | 0.00086583190 | |
| 20947299 | a month ago | | | 0 | 0.00083715171 | |
| 20940153 | a month ago | | | 0 | 0.00097023965 | |
| 20932977 | a month ago | | | 0 | 0.00096221588 | |
| 20925802 | a month ago | | | 0 | 0.00091414920 | |
| 20918627 | a month ago | | | 0 | 0.0010799797 |
ABI
ABI objects
Getter at block 21203709
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GOV_ROLE() view returns (bytes32)
0x0603f2636f0ca34ae3ea5a23bb826e2bd2ffd59fb1c01edc1ba10fba2899d1ba
MAX_POOL_COUNT() view returns (uint256)
10
REWARD_DISTRIBUTOR_ROLE() view returns (bytes32)
0xb814ff4a26ea3ec5cd1fa579daad86324826254265f3acfec78303a19845b449
TOKEN_SAVER_ROLE() view returns (bytes32)
0xd9d917c4034cff8a8c5fa1e40f9fbaf906b827c33ae3ab1fcabbb616cb8ef24d
getPools() view returns (struct LiquidityMiningManagerPool[] result)
[(0x95cd6d620a79998cb7519256f4d5f5cd705ac135, 1000)]
lastDistribution() view returns (uint256)
1729141211
reward() view returns (address)
0x7616113782aadab041d7b10d474f8a0c04eff258
rewardPerSecond() view returns (uint256)
9512937595129380000
rewardSource() view returns (address)
0x00015dd35d4abc05c7496deb79d673c1c6ae945d
totalWeight() view returns (uint256)
1000
Read-only
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)
poolAdded(address) view returns (bool)
pools(uint256) view returns (address poolContract, uint256 weight)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addPool(address _poolContract, uint256 _weight)
adjustWeight(uint256 _poolId, uint256 _newWeight)
distributeRewards()
grantRole(bytes32 role, address account)
removePool(uint256 _poolId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
saveToken(address _token, address _receiver, uint256 _amount)
setRewardPerSecond(uint256 _rewardPerSecond)
updateRewardSource(address _rewardSource)
PoolAdded(address indexed pool, uint256 weight)
PoolRemoved(uint256 indexed poolId, address indexed pool)
RewardSourceSet(address rewardSource)
RewardsDistributed(address _from, uint256 indexed _amount)
RewardsPerSecondSet(uint256 rewardsPerSecond)
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)
TokenSaved(address indexed by, address indexed receiver, address indexed token, uint256 amount)
WeightAdjusted(uint256 indexed poolId, address indexed pool, uint256 newWeight)
constructor(address _reward, address _rewardSource)
This contract contains no fallback and receive objects.
This contract contains no error objects.